Avatar

Correct answer by
Community Advisor

Hi Lee,

You need to build a query and in additional data use something like below

count(Iif((@Name=''), NULL, @id))

count(Iif((@age=''), NULL, @id))

count(Iif((@shoeSize=''), NULL, @id))

This should give you the exact count.

Regards,

Amit

View solution in original post