I have a real simple question. I created a running total variable which works great except everyplace that would be a zero it just displays a blank. How do you get Crystal to display a 0 for these records.
Might be a versioning issue, I just created both a variable and a Running Total (not sure which you were using as you called it a running total variable, those are 2 different things in later versions of CR) and both displayed zero when they had nothing in them.
Perhaps this field has suppress if zero selected in the formatting of the field?
If it's a variable in a formula, perhaps if you set the value to 0 in the beginning it will help, as in:
whileprintingrecords;
numbervar MyVal := 0;
Otherwise, share your code with us, hard to guess what you're doing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.