I am having an issue with the total function when used on a query calculation when groups are used and ran as an excel.
The data item I am trying to total is defined as:
if ([Type Code] in (0001, 0002))
then
([Transaction Amount] * -1)
else
([Transaction Amount])
I changed all the summary aggregations to calculated. If all the groups are removed from the report and I only apply a total function to the calculated field, the negative numbers look correct in Excel. But when the report is ran with the two original groupings and sub-totals, the negative numbers are incorrect in Excel.
Has anyone else had this issue?
Is this a feature that does not carry over to Excel?
Thanks,
------------------------------
Elizabeth Johnson
------------------------------