Help

Attachment Field

Topic Labels: Community
Solved
Jump to Solution
283 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Darryl_Oliver
6 - Interface Innovator
6 - Interface Innovator

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?

1 Solution

Accepted Solutions
Hamlin_Krewson2
6 - Interface Innovator
6 - Interface Innovator

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

See Solution in Thread

2 Replies 2
Hamlin_Krewson2
6 - Interface Innovator
6 - Interface Innovator

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

Darryl_Oliver
6 - Interface Innovator
6 - Interface Innovator

So simple! Thanks.