
Creator II
2020-08-27
06:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Multiple IF condition and Distinct count
Hi All,
Need your support and advice.
I have 3 columns Column1, 2 and 3
want to get an expression - distinct count of Column3 when Column 1 = A,B,C and Column 2 = UK, US.
Please assist.
Thanks,
Richard
1,384 Views
1 Solution
Accepted Solutions

Contributor III
2020-08-27
06:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Richard,
You may write like this in an expression tab:
Count(distinct {<Column1={'A','B','C'},Column2={'US','UK'}>}Column3)
Regards,
Brijesh
1,378 Views
2 Replies

Contributor III
2020-08-27
06:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Richard,
You may write like this in an expression tab:
Count(distinct {<Column1={'A','B','C'},Column2={'US','UK'}>}Column3)
Regards,
Brijesh
1,379 Views

Creator II
2020-08-27
06:37 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Brijesh,
Thank you for quick support. It worked.
Regards,
Richard
