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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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