Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Silambarasan1306
Creator III
Creator III

how can i change currency format..??

Hi all,

I want to display this '10000000000' into like this '10,00,00,00,000' .

      using num function but instead of using like this '##,##,##,##' .

     is there any other way available to change the format.

9 Replies
sunny_talwar

May be try this:

Num(FieldName, '##,##,##,##,###.')

Colin-Albert

You can modify the number format of your chart measure.

Switch off Auto to enable Custom formatting and you can add the pattern you need.

SenseNumFormat.PNG

yasmeenk
Partner - Creator
Partner - Creator

This can be helpful:

=Num(sum(Budget),'###,##,##')

Silambarasan1306
Creator III
Creator III
Author

thanks for your respose..

if suppose i have 100000000000000000 this value that time also i have to use the same thing.. '##,##,##,##,##,##' like this...?

is thr anyother way to implement this..

Colin-Albert

There is a limit of 14 digits for an integer in Qlik

See this post  Re: Large Integer formatting question

Silambarasan1306
Creator III
Creator III
Author

Hi Yasmeen,

if suppose i have 100000000000000000 this value that time also i have to use the same thing.. '##,##,##,##,##,###' like this...? i want to convert the value in indian currency.

is thr any other way to implement this..

Silambarasan1306
Creator III
Creator III
Author

Thanks you so much colin_albert

Anonymous
Not applicable

Hi,

NUM function doesn't seem to work in Qlik sense.. The nearest I could reach is screenshot below:

Thanks

ba124847
Partner - Contributor
Partner - Contributor

I tried to put this format in KPI object and it worked . But when I tried it in line chart or bar chart , the label is not appearing properly. Please see attached screenshot.

stalwar1‌ : Please advise.