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: 
Tani
Contributor II
Contributor II

Money formatting

Hi,

How can we format a big number, such as 12345678910 into euro format € 12.345.678,910?

#.##0,00 €;-#.##0,00 € -- this desn't seem to work for me. 

P.S. I am editing in Notepad++ and I would like to declare in the right format at the time of loading the table.

 

Thanks,

Adi

Labels (2)
2 Replies
martinpohl
Partner - Master
Partner - Master

show your script

money(Yourfield,'#.##0,00 €') as YourfieldMoney

should work

Tani
Contributor II
Contributor II
Author

Thanks for the answers. I tried it and the result is not as I need it to be.

the code:111.JPGdisplay:222.JPG