Hello. I'm trying to do what should be easy, I just don't know how to do it. I've got a report that works great, I just need to add in an image that displays under the condition that a field has info in it.
To be specific:
if FIELD1 = "PAID"
then my image IMAGE1 will display
if FIELD1 is blank
then nothing displays (or a blank.jpg or something)
Note: Sometimes FIELD1 is marked as "PAID", sometimes it is marked as "CC PAID", sometimes abbreviated as "CC PD", or another variation. Can my image displaying be conditional on the field containing ANY info, or does it have to be exact words every time?
I'm not sure how to go about doing this. Would really appreciate the help!
Thanks!
To be specific:
if FIELD1 = "PAID"
then my image IMAGE1 will display
if FIELD1 is blank
then nothing displays (or a blank.jpg or something)
Note: Sometimes FIELD1 is marked as "PAID", sometimes it is marked as "CC PAID", sometimes abbreviated as "CC PD", or another variation. Can my image displaying be conditional on the field containing ANY info, or does it have to be exact words every time?
I'm not sure how to go about doing this. Would really appreciate the help!
Thanks!