I am kind of new to Crystal Reports and I am trying to finish a report and I am having a problem with the ISNULL command.
I have a table that has a field this is populated with either "T", "F" or no value at all. I tried to write a formula that would take the no value and enter in "F" I used IF ISNULL ({arord.postedgl}) then 'F' else 'T'
This formula does not produce the result I am looking for. It returns the result of "F" for everthing.
Any help would be appreciated.
thanks
Jim
I have a table that has a field this is populated with either "T", "F" or no value at all. I tried to write a formula that would take the no value and enter in "F" I used IF ISNULL ({arord.postedgl}) then 'F' else 'T'
This formula does not produce the result I am looking for. It returns the result of "F" for everthing.
Any help would be appreciated.
thanks
Jim