You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/expensify-classic/spending-insights/Custom-Templates.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -199,3 +199,9 @@ This formula will output a subset of the string in question. It is important to
199
199
`{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.
200
200
201
201
`{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.
202
+
203
+
# FAQs
204
+
205
+
**Can I export one line per report?**
206
+
207
+
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 commit comments