Forum Discussion
DonLarson
4 months agoQrew Elite
Abby,
By "files" do you mean a File Attachment field?
If so then a formula check box with this logic would solve your first question
If( [Client Tier]="Active" and ToText([File Attachment field])="", true, false)
That will give you a flag that you can then use to filter against.