Hi again,
I am using CR XI for a report pulling from an MSAccess DB. I have a text box that I want to fill with the text "Germination to follow" based on whether or not a data/time field in the DB is or is not null. I have tried the following formula:
If Isnull ({GermReadings.FinalGermDate}) then
"**Germination will follow"
Else
" "
At this time, the GermReadings.FinalGermData field is empty, so the text should appear, but it does not. I have read that there are some problems with using the IIF function with Crystal Reports and nulls, but does anyone have any idea of why this won't work? This seems like a very simple task and some other functions of this report will be developed based on this same premise, so any help will be appreciated.
kathy
I am using CR XI for a report pulling from an MSAccess DB. I have a text box that I want to fill with the text "Germination to follow" based on whether or not a data/time field in the DB is or is not null. I have tried the following formula:
If Isnull ({GermReadings.FinalGermDate}) then
"**Germination will follow"
Else
" "
At this time, the GermReadings.FinalGermData field is empty, so the text should appear, but it does not. I have read that there are some problems with using the IIF function with Crystal Reports and nulls, but does anyone have any idea of why this won't work? This seems like a very simple task and some other functions of this report will be developed based on this same premise, so any help will be appreciated.
kathy