AlreadyLost
MIS
I have a field that current is blank but user wants to count this field if it is not blank. I use this formula:
If isnull({TB_VIOL.DATE})
then 0
else 1
Problem: when I pull this field into the report, it everything in my report is blank. Please advise.
If isnull({TB_VIOL.DATE})
then 0
else 1
Problem: when I pull this field into the report, it everything in my report is blank. Please advise.