CSV Export one column per tag

SophieM
Expensify Customer Posts: 1 Expensify Newcomer
Hey!
Is it possible to build a csv export format that shows one column per tag? I'm using multi level tags for each expense.
Cheers!!
Answers
-
Hi @sophieM, welcome! You can use the below formula to build an export that will have each level of tag have its own column. You can also find more formula in our Help Center here.
- {expense:tag:ntag-1} outputs the first tag the user chooses.
- {expense:tag:ntag-2} outputs the second tag the user chooses.
- {expense:tag:ntag-3} outputs the third tag the user chooses.
I hope that helps!
-
Hello!
I have two tags I am using but the formula above {expense:tag:ntag-2} doesn't work, Classes is not showing up on the report. The Locations shows up when I use {expense:tag:ntag-1} though, so not sure what's the issue. Thanks!