Forum Discussion
Anonymous
7 years agoNot applicable
Thousand separator using COUNT values
I have two tables: One displaying the SUM of values, the other the count of values. I can only manage to show thousand separator for the table with SUM of values. When using COUNT there is no thous...
sturlaws
7 years agoResident Rockstar
hi Anonymous,
have you created a measure or are you just pulling in a column to the vaue field? If the latter is the case, then the formatting of the column have no impact. Try creating a measure, number of cases = count(caseID), and format the measure according to you need
Anonymous
6 years agoNot applicable
Creating a measure with count value solved the thousand separator issue.