Skip to Content
0
Former Member
Jan 04, 2011 at 04:58 PM

% calculation impact on performance

39 Views

Hi All,

We have a requirement where we need to calculate % for Key figures. These are simply calculated as -

a/b * 100

Since there is huge data and large number of variables,and our BO reports are giving performance issues, i need to know that if we use % number format instead of doing *100 calculation in our variables, we can reduce the formula to -

a/b

and % number format will give us the required percentage.

Will it have any impact on reducing the time taken to execute the report ?

Your inputs will be helpful.

regards,

Amit