Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add domain function back to help doc #57880

Merged
merged 1 commit into from
Mar 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There are several methods you can use to export your expenses and reports on the
- Export as a CSV or to an accounting integration
- Export using a default or custom export template

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

# Export PDF

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

{% include faq-begin.md %}

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

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

No, expenses can only be exported using the web app.
No, expenses can only be exported using the web app.

**How do I print a report?**

Expand Down
Loading