Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
SwenWa
Partner - Contributor II
Partner - Contributor II

Charts shows many times the same number

Hi Team,

I have a chart with 1 measure. This measuere is set to: num( formula ,'#.###.###')
The number formatting is "number" and formatting simple is "1.000".

Problem: It shows often the same number on the x-axis:

SwenWa_0-1598083705812.png

When I change the formatting simple to "1.000,0" I can see that is:

0,0 // 0,5 // 1,0 // 1,5 ...

Any idea how to fix this? Thanks 🙂

1 Solution

Accepted Solutions
jwjackso
Specialist III
Specialist III

The repetitive numbers are fractional differences.  That is why you have 1,0 and 1,5 when you format to show the decimal.  Use the Round()  function to display whole numbers.

View solution in original post

1 Reply
jwjackso
Specialist III
Specialist III

The repetitive numbers are fractional differences.  That is why you have 1,0 and 1,5 when you format to show the decimal.  Use the Round()  function to display whole numbers.