E
equisbert
Hello,
I inherited a DB which has a report that displays a multitude of
fields. I've been asked to add three more fields, and the realstate
available is very limited.
The only solution I found is to abbreviate some of the field values and
standarized them for ease of use.
One of these fields is a text field called ORA, this field has very
large values (Passed First Time, Failed Needs Remediation, etc, etc.)
I've tried the function iif([ora]='Passed First Time', "P", "F")
But when running the report the ORA field displays a #error
do you see a problem with my function? or are there other options
available?
Thanks,
Q
I inherited a DB which has a report that displays a multitude of
fields. I've been asked to add three more fields, and the realstate
available is very limited.
The only solution I found is to abbreviate some of the field values and
standarized them for ease of use.
One of these fields is a text field called ORA, this field has very
large values (Passed First Time, Failed Needs Remediation, etc, etc.)
I've tried the function iif([ora]='Passed First Time', "P", "F")
But when running the report the ORA field displays a #error
do you see a problem with my function? or are there other options
available?
Thanks,
Q