Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Try to add num function with the format. For example:
num(Sum(Sales),'#,##0')
Try to add num function with the format. For example:
num(Sum(Sales),'#,##0')
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