Environment
Crystal Reports 10
Oracle 9
Hi
I am calculating percentage difference
in a report. The formula I am using is
If Sum ({TranPrev}, {Group1}) = 0
then 0
else
(Sum ({TranCurr}, {Group1})-
Sum ({TranPrev}, {Group1}))%
Sum ({TranPrev}, {Group}1)
Now in the same formula I need to limit
the result from -999 to + 999.
That is if the percentage diff is -999 to +999
then show that value else show "***".
How can I achieve this ?
kutoose@yahoo.com
Crystal Reports 10
Oracle 9
Hi
I am calculating percentage difference
in a report. The formula I am using is
If Sum ({TranPrev}, {Group1}) = 0
then 0
else
(Sum ({TranCurr}, {Group1})-
Sum ({TranPrev}, {Group1}))%
Sum ({TranPrev}, {Group}1)
Now in the same formula I need to limit
the result from -999 to + 999.
That is if the percentage diff is -999 to +999
then show that value else show "***".
How can I achieve this ?
kutoose@yahoo.com