Forum Discussion

charlesjohnson's avatar
charlesjohnson
Qrew Member
7 years ago

Reporting empty file attachment- Help

I need to build a report which identifies records with an FILE ATTACHMENT field that is empty (no attachment).  I cant seem to find something that represents "null" or "empty" etc. 
  • no
    make a text formula field called [file attachment name]

    ToText([File Attachment field])

     and filter on that being blank