Pb With IIF in FR3.07
this function works in FR3.06 :
[IIF(<QExploitation."BIO_ANI_EXP">=1,'Oui','Non')]
but cause some problems in FR3.07 :
Invalid expression, overflow and the application crash...
what hapened ??
[IIF(<QExploitation."BIO_ANI_EXP">=1,'Oui','Non')]
but cause some problems in FR3.07 :
Invalid expression, overflow and the application crash...
what hapened ??
Comments
[IIF(<frxtsml."Name">='','new',IIF(<frxtsml."Name">=<MyName>,'my new','old'))]
Please help, L.
[IIF(<Customers."Addr1"> = null,'n/a',<Customers."Addr1">)]
report engine option convert null true
[IIF(<Customers."Addr1"> = '','n/a',<Customers."Addr1">)]
work fine in 3.08 for me.
you probably need a second set of [] around your second iif function.