Page 1 of 1

Blank fields

Posted: Tue May 22, 2007 10:44 am
by cp
How do I exclude blank records from a Visual Builder report?

Posted: Tue May 22, 2007 9:02 pm
by COBS Tech Support
Normally you would add an 'Always True Rule' to your report, and then use the IsEmpty() function. However, it depends on what you mean by 'empty record'. For example if you have a field called CODE and you don't want to include records on your report where this field is empty, then the rule would be:

.Not. IsEmpty(Code)