CrystalStart
IS-IT--Management
Hi!
I need to substitute Null fields with text so I wrote
IF (isNULL({Product.Color}))then "no color avail" else {Product.Color}
It works!
I also tried IIF (isnull({Product.color}), "no color avail", {Product.color})
it saved with no errors but produces no result. Why?
I need to substitute Null fields with text so I wrote
IF (isNULL({Product.Color}))then "no color avail" else {Product.Color}
It works!
I also tried IIF (isnull({Product.color}), "no color avail", {Product.color})
it saved with no errors but produces no result. Why?