From 7ea75b0bcd9bae1cf66ad91bc9c1113f857e1207 Mon Sep 17 00:00:00 2001 From: Sonia Liapounova Date: Mon, 23 Sep 2024 10:01:15 +0200 Subject: [PATCH] Update Custom-Templates.md --- .../expensify-classic/spending-insights/Custom-Templates.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/articles/expensify-classic/spending-insights/Custom-Templates.md b/docs/articles/expensify-classic/spending-insights/Custom-Templates.md index 2314fbeb7178..75d436471dbf 100644 --- a/docs/articles/expensify-classic/spending-insights/Custom-Templates.md +++ b/docs/articles/expensify-classic/spending-insights/Custom-Templates.md @@ -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.