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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
EvanBarrick
Creator
Creator

Data value on Chart

When i hover over my line chart in Qlik Sense, the data values only display in an abbreviated form. For example, 16,323 shows as 16.32k. I would like to display the whole number (run into the same issue for currency) Can this be adjusted and if so, where?

1 Solution

Accepted Solutions
skamath1
Creator III
Creator III

Try to add num function with the format. For example: 

num(Sum(Sales),'#,##0')

View solution in original post

2 Replies
skamath1
Creator III
Creator III

Try to add num function with the format. For example: 

num(Sum(Sales),'#,##0')

EvanBarrick
Creator
Creator
Author

This worked, I formatted the equation in the chart as a number with this format, thought that would have done the trick. Thank you for the help