Custom export: reimbursable amount of an expense

Options
rs55
rs55 Expensify Customer Posts: 3 Expensify Newcomer

I'm trying to add a column to our export that indicates the reimbursable amount of an expense. To do this I am taking the bit expression of the reimbursable field (0 or 1) and multiplying by the amount of the expense. My formula emulates the one in your guide:

{math: expense:reimbursable:bit * expense:amount:nosymbol}

However, it doesn't work. Nor does it work when I try any function (+ or -); nor does it work when I sub in a number for one of the data calls (e.g. {math: expense:reimbursable:bit + 2}).

Am I doing something wrong? Why doesn't this work?

Best Answers

Answers