Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running Total Showing blank when 0

Status
Not open for further replies.

BiggerD

Programmer
Jun 19, 2002
43
GB
Can anyone tell me why when I run a report in Crystal 7.5 a running total shows 0 when it should show 0 but when I run the same report in Crystal 8.5 dev it shows a blank field when 0 but all other values works fine. all format fields and other configuration seems to say show 0 when 0. ? ? ?
 
from the file menu, select options, the n the reporting tab and make sure the "convert null field value to defualt" is selected. Then run your report again and let me know if that fixes it. Software Sales, Training and Support for Macola, Crystal Reports and Goldmine
dgilsdorf@mchsi.com
 
My thanks for your reply I have tried what you suggested and it has not had any effect.
 
Check the field format, number customise. There is a field called Suppress if Zero which might be set. Madawc Williams
East Anglia
Great Britain
 
Already tried that but double checked just in case. no joy
 
If the running total gets no data, it is NULL, rather than zero.

Add this formula to your report...
If isNULL({what youa re checking}) then "NULL value found"

To confirm. Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top