Discussions
How to add Formula in report for custom fields
Hi all!
I have a requirement to use a report using a standard currency exchange rate, so each transaction for the same year will have the same fixed rate.
To do so, I created a custom transaction line field that is the multiplication of the oficial amount multiplied by the desired fixed rate. (I also created another custom field for payments, that cannot be used transaction line fields)
However, when building the report, I get 0 as result for formula rows (formula is sum, but also tried with multiply (using amount * fixed rate custom field)). Am I missing something regarding how reports work?