Hi,
The idea is not to display if the value = 0.
This is what I have tried:
1) If {TOT_VAR4}=0 then " "
else "/"&totext({TOT_VAR4},"#####",0)
It will display "/- 12" and I need to display "/-12"
2) I created a formula:
a: var4=
If {TOT_VAR4}=0 then " "
else "/"
I used a text object where I place my var4 with tot_var4 on it.
tot_var4 properties is to suppress if it's zero and not thousands separators.
It will display the following:
non zero: "/-12" but if it has a value of zero then displays a zero ("0").
Any ideas of how to fix 1 and/or 2 problems?
Thanks for your help.
Ivan.
The idea is not to display if the value = 0.
This is what I have tried:
1) If {TOT_VAR4}=0 then " "
else "/"&totext({TOT_VAR4},"#####",0)
It will display "/- 12" and I need to display "/-12"
2) I created a formula:
a: var4=
If {TOT_VAR4}=0 then " "
else "/"
I used a text object where I place my var4 with tot_var4 on it.
tot_var4 properties is to suppress if it's zero and not thousands separators.
It will display the following:
non zero: "/-12" but if it has a value of zero then displays a zero ("0").
Any ideas of how to fix 1 and/or 2 problems?
Thanks for your help.
Ivan.