- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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