Conditional iff multiples and, help

edited 10:14AM in FastReport 4.0
I'm trying to make a type iff

[iff <FIELD1>> 2 and <FIELD1> <5, 'TEXT1', 'Text4']

I can not put this way, someone help me

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 10:14AM
    expression must ebal to true ore false
    [iff ((<FIELD1>> 2) and (<FIELD1> <5)), 'TEXT1', 'Text4']

    try to use frs builtin expression builder to get correct syntax when building expressions.

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.