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 ??

Comments

  • edited 6:23AM
    Please see the bugfix in our newsgroups, group "public.hotfixes". Or wait for 3.08.
  • edited 6:23AM
    In FR 3.08 still doesn't work following : (it worked in 3.06)

    [IIF(<frxtsml."Name">='','new',IIF(<frxtsml."Name">=<MyName>,'my new','old'))]

    Please help, L.
  • gordkgordk St.Catherines On. Canada.
    edited 6:23AM
    report engine option convert null false

    [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.
    ;)
  • edited 6:23AM
    Yes, problem really is in second IIF function. But second [] or <> doesn't work.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.