Tuesday, February 21, 2012

Reporting on blank fields in Crystal

Hi,
having a bit of trouble trying to get my Crystal report to give me a count of the blank fields in a database field...any ideas?What do you mean by 'blank'? Empty or NULL?|||use a formula

if isnull(field) then
1
else
0|||I suppose the field will be null, I will try the formula to test for this. Thanks.

No comments:

Post a Comment