Hello,
I have the following code in my fullpage report:
Transaction.SalesTaxes.Description "|" Transaction.SubTotal "|" Transaction.SalesTaxes.total "|" Transaction.SubTotal + Transaction.SalesTaxes.Total
When I print the report, I don't get the currency symbol for the value:
Transaction.SubTotal + Transaction.SalesTaxes.Total
I tried to place "(" and "[" but that also doesn't work. Is it possible to get the currency symbol throught this config of xml?
Thanks in advanced!