July 24, 20196 yr I'm using a global script variable to display numbers on my layout. However, I would like it to display a zero when the result is zero. At the present time, it displays as a blank. Is there a way to do this? Edited July 24, 20196 yr by john9210
July 24, 20196 yr 21 minutes ago, john9210 said: I would like it to display a zero when the result is zero. At the present time, it displays as a blank. I don't think so. If the variable's values is truly zero, it will display as 0. That is unless you have formatted it as Decimal or Currency and selected the Do not display number if zero option. The more likely explanation is that your calculation returns an empty result. In such case the variable does not exist.
Create an account or sign in to comment