Is it possible to filter a table to show only the rows with an empty files field?
Or does anyone have an idea or workaround for this? To check if Iām missing any expense invoices ![]()
Is it possible to filter a table to show only the rows with an empty files field?
Or does anyone have an idea or workaround for this? To check if Iām missing any expense invoices ![]()
Yup! You need to make a formula field and do Files.Count, then filter for when that formula is equal to 0.
AHA!! Amazing, thanks! I would not have been able to think of that!