Field with two values

Hi:
The query is this, I have a field that can have two possible values: "HIGH" or "LOW" can not find a way to deploy a component in the report or something similar to come out in the same report, if printed a "high" or "LOW".

Greetings

Hector

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:21AM
    not clear as to what you are trying to do!
    but sugesst you look at using an iif function inside a memo
    [iif(booleanexpression , truevalue, falsevalue)]

    ie
    [iif(<datasetname."fieldname"> = 'HIGH', 'high','low')]

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.