COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: Sakthi on 18 Mar 2014 11:10:00 AM

Title: Function ROUND or CEILING not working in report
Post by: Sakthi on 18 Mar 2014 11:10:00 AM
Hi,
I'm trying to round off a decimal value to a whole value using the function ROUND or CEILING.
The problem i'm facing here is while i run the tabular data, it works perfect where as when i run the report the function is not working.
For example: If the average value is 6.75, the below expression in the tabular data returns 7. Where as when generating report it returns 6.
round(average([Data Item] for report),0).
Is there a way to resolve? You help is much appreciated.
Title: Re: Function ROUND or CEILING not working in report
Post by: navissar on 19 Mar 2014 09:10:24 AM
Rounding sucks. Does it round down when you use CEILING as well?