I have created a formula field to print a field called Short Item if it isn't blank; otherwise, I want the field Item to print. This is my formula
If ({BIDDTL.ShortItem}=" " Then {BIDDTL.Item} Else {BIDDTL.ShortItem}
It works to print the Short Item when it is filled, but when Short Item field is blank, nothing prints.
If ({BIDDTL.ShortItem}=" " Then {BIDDTL.Item} Else {BIDDTL.ShortItem}
It works to print the Short Item when it is filled, but when Short Item field is blank, nothing prints.