Skip to content

Commit

Permalink
Merge pull request #49585 from Expensify/sonialiap-patch-1
Browse files Browse the repository at this point in the history
Update Custom-Templates.md
  • Loading branch information
bondydaa committed Sep 23, 2024
2 parents 7533aa5 + 7ea75b0 commit a5ca9b8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,9 @@ This formula will output a subset of the string in question. It is important to
`{expense:merchant|substr:0:4}` would output "Star" for a merchant named Starbucks. This is because we are telling it to start at position 0 and be of 4 character length.

`{expense:merchant|substr:4:5}` would output "bucks" for a merchant named Starbucks. This is because we are telling it to start at position 4 and be of 5 character length.

# FAQs

**Can I export one line per report?**

No, the custom template always exports one line per expense. At the moment it is not possible to create a template that will export one line per report.

0 comments on commit a5ca9b8

Please sign in to comment.