Skip to main content
Solved

Attachment Field

  • June 27, 2024
  • 2 replies
  • 21 views

Darryl_Oliver
Forum|alt.badge.img+8

I need to evaluate whether or not an attachment field is blank with an IF statement. Variations of double quotes and the BLANK() function don't do the trick. Any ideas?

Best answer by Hamlin_Krewson2

@Darryl_Oliver  all you really need for that is IF({field name}, 'true', 'false'). 

2 replies

Hamlin_Krewson2
Forum|alt.badge.img+8

@Darryl_Oliver  all you really need for that is IF({field name}, 'true', 'false'). 


Darryl_Oliver
Forum|alt.badge.img+8
  • Author
  • Inspiring
  • June 27, 2024

So simple! Thanks.