Using the formula below in Crystal Reports 9.2.2, I’m trying to evaluate if a text field in a SQL server table is Null, but it is it’s not returning any value at all when it is blank. When I try to do this evaluation on another similar text field in another table in the database, it works fine. I’m pretty sure there are no blank spaces in the field as well.
{EligibilityRequests.PCPName} = "Null"
When there is a value in the field, the formula above returns FALSE. When it is blank or null, the function returns nothing.
I also tried to evaluate the length thinking it should return 0 but it also returns nothing.
how can a text field not return no value at all if blank?
Any thoughts out there?
Thanks, Dgr
{EligibilityRequests.PCPName} = "Null"
When there is a value in the field, the formula above returns FALSE. When it is blank or null, the function returns nothing.
I also tried to evaluate the length thinking it should return 0 but it also returns nothing.
how can a text field not return no value at all if blank?
Any thoughts out there?
Thanks, Dgr