Multiple the sum of a column
Posted: Tue Apr 07, 2020 5:24 pm
Is there a way to multiple the sum of a column from a databand?
This is being placed within a Footer band. {Sum(DataBand6,reports_InventoryTransactions.TotalCost)*0.15}
However this is causing two errors: "Operator * cannot be applied to operands of type 'decimal' and 'double'" and "Operator * cannot be applied to operands of type 'string' and 'double'"
This is being placed within a Footer band. {Sum(DataBand6,reports_InventoryTransactions.TotalCost)*0.15}
However this is causing two errors: "Operator * cannot be applied to operands of type 'decimal' and 'double'" and "Operator * cannot be applied to operands of type 'string' and 'double'"