Hi,
I'm working with CR 8.5 and I'm using a formula to display data from a string field only if it's empty or null.
This is what I've got:
({ASGNMNT.DATEACKNOW} = '' or {ASGNMNT.DATEACKNOW} = "" or
isnull({ASGNMNT.DATEACKNOW})
Seems like it should work, but I'm getting less records (in fact, zero records) than I get in the application. Is there another way to extract empty field values other than what I've got listed here?
Thanks,
stinsman
I'm working with CR 8.5 and I'm using a formula to display data from a string field only if it's empty or null.
This is what I've got:
({ASGNMNT.DATEACKNOW} = '' or {ASGNMNT.DATEACKNOW} = "" or
isnull({ASGNMNT.DATEACKNOW})
Seems like it should work, but I'm getting less records (in fact, zero records) than I get in the application. Is there another way to extract empty field values other than what I've got listed here?
Thanks,
stinsman