Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Rounding up Issue

Hi,   I have a clustered column chart representing a set of values, however, the graph displays all values as 100%. I do not seem to understand whats wrong. Please see the screenshot attached below...
  • Anonymous's avatar
    Anonymous
    7 years ago

    The problem is that your monthly values are stored as Text. They need to be a Numeric datatype. Then you will be able to display the values, instead of counts.

    I tried to change to numeric, but there are apparently some "NA" values -

     

    To Do:

    1. Clean up "NA" values by replacing them with null values. 

    2. Change datatypes to Decimal or Fixed Decimal Number.

    3. Re-add the fields to the visual, using the appropriate summarization - "First" should probably work.

     

    Hope This Helps,

    Nathan