Hie Guys,
I have a "Hours" column in my Webi Report with a Sum at the bottom. Now, if I leave the column values in decimals, then I get accurate values for Sum. However, if I format the column as Integer - FormatNumber([Hours];"#,##"), then the sum values are not accurate. For e.g.
Decimal:
21
201
Sum = 222
Integer:
20.50
200.50
Sum = 221
I want the values to be displayed in Integers with accurate sum. I am using BO 4.1. Is there a way around this issue? Thanks.