DeirdreMarie
Technical User
Good afternoon.
I am new to using Crystal Reports and am having trouble writing a simple formula.
I have a field which can contain several options. I do not want to filter the field, but simply display a Yes or No if a condition applies.
I have written, If {EquipmentMaster.ShortDesc}="MCS" Then
"Yes"
Else "No"
When the formula field is entered into the report, it removes all data. The {EquipmentMaster.ShortDesc}is a text field.
Your assistance is appreciated.
I am new to using Crystal Reports and am having trouble writing a simple formula.
I have a field which can contain several options. I do not want to filter the field, but simply display a Yes or No if a condition applies.
I have written, If {EquipmentMaster.ShortDesc}="MCS" Then
"Yes"
Else "No"
When the formula field is entered into the report, it removes all data. The {EquipmentMaster.ShortDesc}is a text field.
Your assistance is appreciated.