I want to filter a report based on whether a file attachment field is empty or not.
I think that will require a helper field, so I created a Formula-Checkbox field and am using this formula, but I am getting an errors for both:
If([PDF])="", "False", "True")
What's wrong? Is there a more elegant solution?If([PDF])="", False, True)
Thanks!