This content has been marked as final.
Show 5 replies
-
1. Re: Tableau 10.3 COUNTD records returns partial values
Lucie Brett Apr 4, 2018 12:47 PM (in response to Bradley Smith)Hello Bradley,
I believe the problem is because you are counting the distinct values of Number of record "COUNTD([Number of Records])" and this is a calculated field made up of '1'.
What field are you trying to count the distinct values of?
-
2. Re: Tableau 10.3 COUNTD records returns partial values
Lucie Brett Apr 4, 2018 12:49 PM (in response to Bradley Smith)Is this what you wanted?
-
3. Re: Tableau 10.3 COUNTD records returns partial values
Bradley Smith Apr 4, 2018 12:59 PM (in response to Lucie Brett)Hi Brett,
Thank You
I am trying to count Associates whose Action Required Field is Y so the Leaders know how many discussion they need to have with there team.
It kinda of works now with the new formula: IF [Action Required] = 'Y' then COUNTD([Associate]) END but for some reason only shows 1 record.
Best Regards,
Brad Smith
-
4. Re: Tableau 10.3 COUNTD records returns partial values
Lucie Brett Apr 4, 2018 1:03 PM (in response to Bradley Smith) -
5. Re: Tableau 10.3 COUNTD records returns partial values
Bradley Smith Apr 4, 2018 1:18 PM (in response to Lucie Brett)