I am integrating a crystal report into a .net app.
There is a field in my dataset. It does exist. I can show it on the report (although the value is null).
However, when I write a formula to test if it is null, I get errors. I have tried isnull,len()=0,="" -- and they all fail -- yet they all work in straight crystal:
Any ideas?
Thanks.
There is a field in my dataset. It does exist. I can show it on the report (although the value is null).
However, when I write a formula to test if it is null, I get errors. I have tried isnull,len()=0,="" -- and they all fail -- yet they all work in straight crystal:
Code:
This field name is not known.
Error in File C:\.........
Error in formula <optionToUnitCodes>.
'iif len({SPCLPRICING.optionTo})=0,"", iif(len(SPCLPRICING.ADDONCODE})=0, "Option to Unit Codes:",""))'
Any ideas?
Thanks.