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 thousand separator.
Any idea how to solve this problem?
8 Replies
- sokgSolution Supplier
hi Anonymous
select the field and click at the red cickle
- AnonymousNot applicable
That works fine wiht SUM, but not COUNT
- sturlawsResident 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