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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bnelson111
Creator II
Creator II

Number Formating

I have a field that sums to a number correctly, but I would like the format to be 1,002,333, which should read as 1.002,333, with a period for million separators and a comma for thousands.

Labels (5)
2 Replies
Frank_S
Support
Support

Have you tried working within the app's load script to update the number format that you want to see.

 

For example...see the 'SET' statements (lines 1 to 5) in the help page below:

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/use-data-load-e...

 

If you are trying to use multiple number formats within the same app other's here may have ideas for you.

Kind regards.

 

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
henrikalmen
Specialist II
Specialist II

You can use the num() function to format numbers.