formula - How do I handle empty number fields/variables in Crystal Reports? -


I have the following formula in the footer of my group, but if the sample_common is empty then there is a problem displaying 0 ; This value is empty ## If (sample_perc> 0) then sample_perc else 0

sample_perc is empty when I print?



Comments