hi,
THIS SHOULD BE SIMPLE.
I have a number in my database with 0 decimal places.
EXAMPLEs: 1, 2, 3,
In Crystal:
{DeviceList.# of Offnet Runs} (number) Output: 1, 2, 3...
(NO DECIMal places)
Situation:
If the field is empty, I want "na" to be displayed.
Heres my formula:
if isnull({DeviceList.# of Offnet Runs}) then "na"
else ToText ({DeviceList.# of Offnet Runs})
the result of this formula when it's returning a number is 3.00 , but it should be just 3
Anyone know how to remove the .00 ?
THanks,
HC
THIS SHOULD BE SIMPLE.
I have a number in my database with 0 decimal places.
EXAMPLEs: 1, 2, 3,
In Crystal:
{DeviceList.# of Offnet Runs} (number) Output: 1, 2, 3...
(NO DECIMal places)
Situation:
If the field is empty, I want "na" to be displayed.
Heres my formula:
if isnull({DeviceList.# of Offnet Runs}) then "na"
else ToText ({DeviceList.# of Offnet Runs})
the result of this formula when it's returning a number is 3.00 , but it should be just 3
Anyone know how to remove the .00 ?
THanks,
HC