I would appreciate anyone telling me what might cause the following problem in a formula field:
IIF (IsNull({OEORDHDR_SQL.cmt_1}),"Thank-you","sssss"
this works
IIF (IsNull({OEORDHDR_SQL.cmt_1}),"Thank-you",{OEORDHDR_SQL.cmt_1})this only works for false, if true it is blank
Any suggestions to narrow down the cause would be appreciated.
IIF (IsNull({OEORDHDR_SQL.cmt_1}),"Thank-you","sssss"
IIF (IsNull({OEORDHDR_SQL.cmt_1}),"Thank-you",{OEORDHDR_SQL.cmt_1})this only works for false, if true it is blank
Any suggestions to narrow down the cause would be appreciated.