Skip to content

Commit 9738a1b

Browse files
Merge pull request #57880 from Expensify/neil-help-domain-function
Add domain function back to help doc
2 parents 8692c96 + 4a409d3 commit 9738a1b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/articles/expensify-classic/spending-insights/Export-Expenses-And-Reports.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There are several methods you can use to export your expenses and reports on the
88
- Export as a CSV or to an accounting integration
99
- Export using a default or custom export template
1010

11-
Please note that it is currently not possible to export these files using the Expensify Classic mobile app.
11+
Please note that it is currently not possible to export these files using the Expensify Classic mobile app.
1212

1313
# Export PDF
1414

@@ -257,6 +257,8 @@ Functions can be applied to any formula using the `|` symbol and the function na
257257
| {expense:merchant\|substr:4:5} | would output "bucks" for a merchant named Starbucks.|
258258
| {report:policyname\|substr:20} | would output "Sally's Expenses" for a report on a workspace named "Control Workspace - Sally's Expenses"|
259259
| {report:policyname\|substr:20\|frontpart} | would output "Sally's"|
260+
| domain | Get the domain name from an email address; the part after the `@` sign.|
261+
| {report:submit:from:email\|domain} | email.com if alice@email.com was the submitter|
260262

261263
{% include faq-begin.md %}
262264

@@ -266,7 +268,7 @@ No, the custom template always exports one line per *expense*. At the moment, it
266268

267269
**Can I export to CSV or PDF on my mobile app?**
268270

269-
No, expenses can only be exported using the web app.
271+
No, expenses can only be exported using the web app.
270272

271273
**How do I print a report?**
272274

0 commit comments

Comments
 (0)