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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

European currency format in Text Object

Hi Guys

Please I can anyone help me to get the right European standard format for currency in a Text object. For example € 218,015.25 should be € 218.015,25. I can't figure out how to get the right format in a text object but in charts its easy. I used € ,###.## and its only presented as € 218,015.25 that's not what I want but, € 218.015,25.

Thanks,

Simon

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Add the decimal and thousands separators as additional parameters: num(MyValue, '€ #.##0,00',',','.')


talk is cheap, supply exceeds demand
Mark_Little
Luminary
Luminary

Hi Simon,

Using the Format #.##0,00, should show what you want,

Mark


Not applicable
Author

Hi Gysbert,

Thanks alot it worked just fine. I really appreciate it.