This content has been marked as final.
Show 2 replies
-
1. Re: Counting multiple columns
Sai Manikanta N Jun 8, 2015 2:59 AM (in response to Tyler Pun)Hi Tyler,
Can you share sample data to get results
-
Sai
-
2. Re: Counting multiple columns
Tableau kumar Jun 8, 2015 3:31 AM (in response to Tyler Pun)Your question requires few more inputs to get solved in the forum.
I understood you are looking for count the "OK" with respect to some other Dimension.
We use the count function to get the solution for your question.
sum(if [Dimension] ="OK" then 1 else 0 end )
Best Regards
Laxman Kumar