I am trying to configure a Dashboard Indicator to total the number of rows in a table that has at least one null value. If there is one cell in a row with a null value (or many cells with a null value), we consider that entry an "unreported" entry. The goal of the indicator is to show how many unreported entries are in the table, filter those values, find who is not reporting correctly, etc.
Doing it by row is ideal since a complete row = a complete entry, but if we have to work around it, we count how many null values are within a column.
I am still new to Arcade so any help is appreciated.
Thanks in advance!!!