Hello,
I am having difficulties while getting the total of each group.My report is having multiple formulas.
I am listing a number of currencies and beside them is their amount.
I am placing the Totals in a formula near each group name.
My report looks like:
G-F3: Currency and a formula called "Exec"
"{@Exec}" formula = e.amount - b.share
G-F2: where I am trying to get the total of "{@Exec}"
My condition is that I want to list all the currencies and the total of them, except the "USD". The amount of the "USD" i want it separately.
Also, I want to have the total of all the currencies "non-US" + "US" at the end of the report.
I am having difficulties while getting the total of each group.My report is having multiple formulas.
I am listing a number of currencies and beside them is their amount.
I am placing the Totals in a formula near each group name.
My report looks like:
G-F3: Currency and a formula called "Exec"
"{@Exec}" formula = e.amount - b.share
G-F2: where I am trying to get the total of "{@Exec}"
My condition is that I want to list all the currencies and the total of them, except the "USD". The amount of the "USD" i want it separately.
Also, I want to have the total of all the currencies "non-US" + "US" at the end of the report.