Question...
How can I check each row to find either an isnull() or isempty() value in any field (regardless of type) and then output those records? ..I am looking for a simple solution vs. a brute force solution that I could pull together.
Solved! Go to Solution.
Hi @hellyars
Add a record ID, transpose the rest of the fields, and filter on the empty values. Isempty covers both empties and nulls.
User | Count |
---|---|
59 | |
26 | |
24 | |
22 | |
21 |