As an eg. there are 4 records i wanted to check how many null values are present for each records .
Solved
How to COUNT total number of NULL values for EACH records ?
Best answer by ctredinnick
Use an attribute exploder to split every attribute into a name/value pair. Then a Tester, to test that attr_name is the attributes you care about, and attr_value is null. Then Aggregator with Group By your ID, the number of features in the aggregation will be the count of null attributes.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.