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
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
but sugesst you look at using an iif function inside a memo
[iif(booleanexpression , truevalue, falsevalue)]
ie
[iif(<datasetname."fieldname"> = 'HIGH', 'high','low')]