inncoggnitto
Programmer
i am trying to get a field to stand out in a report when the data is null. i am using
if isnull({TASK.TASK_END_DATE}) then crGreen else crPurple
as a test. the field bg does turn purple when there is data but does not turn green when it is null just no color. i have checked the data and it is definitel null. if i use not isnull then the green works but the nulls do not turn purple.
am i missing something.
if isnull({TASK.TASK_END_DATE}) then crGreen else crPurple
as a test. the field bg does turn purple when there is data but does not turn green when it is null just no color. i have checked the data and it is definitel null. if i use not isnull then the green works but the nulls do not turn purple.
am i missing something.