john9210 Posted July 24, 2019 Posted July 24, 2019 (edited) 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, 2019 by john9210
comment Posted July 24, 2019 Posted July 24, 2019 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.
Recommended Posts
This topic is 1947 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now