Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

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

  • sokg's avatar
    sokg
    Solution Supplier

    hi Anonymous 

     

    select the field and click at the red cickle

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      That works fine wiht SUM, but not COUNT

      • sturlaws's avatar
        sturlaws
        Resident 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