IanWaterman
Programmer
CR2011 on Oracle 11
I have a very complex cross tab report where data has mix of % and non % data. I have managed to suppress the % as required using the following conditional formula on the Currency symbol tab
if currentrowindex in[19,22]
then crNoCurrencySymbol else crFloatingCurrencySymbol
//then ' ' else crFloatingCurrencySymbol
The client does not like the misalignment when the % dispappears. I have tried left but - signs cause that to fail, centre again causes issues when % is visible.
I tried adding a space but the crFloatingCurrencySymbol is not a string so formula fails.
As a compromise the client will accept decimal point alignment but that option does not appear to exist in Crystal? Any suggestions gratefully appreciated.
Is there a third party addon to crystal that allows this?
Ian
I have a very complex cross tab report where data has mix of % and non % data. I have managed to suppress the % as required using the following conditional formula on the Currency symbol tab
if currentrowindex in[19,22]
then crNoCurrencySymbol else crFloatingCurrencySymbol
//then ' ' else crFloatingCurrencySymbol
The client does not like the misalignment when the % dispappears. I have tried left but - signs cause that to fail, centre again causes issues when % is visible.
I tried adding a space but the crFloatingCurrencySymbol is not a string so formula fails.
As a compromise the client will accept decimal point alignment but that option does not appear to exist in Crystal? Any suggestions gratefully appreciated.
Is there a third party addon to crystal that allows this?
Ian