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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_d
Specialist
Specialist

Decimal

in my expression i m using sum(sales) now  i want to display the number as  2,000.12.


i want figures to 1000 seperators and only extend to 2 decimal


currently in the dash board its shows 2000.1235563


how to do this,


i want to show the number values with coma operator higher number also.

6 Replies
prma7799
Master III
Master III

Num(sum(sales) ,'#.##')

prma7799
Master III
Master III

or in chart level

Untitled.png

manoranjan_d
Specialist
Specialist
Author

this will show figures to 1000 seperators with comma?

Miguel_Angel_Baeyens

Or rather, in the chart properties > Number > click on the expression and then "Fixed to" and specify 2 decimals.

If you want all your data like that, you might want to do it in the loading script using a Round() function

manoranjan_d
Specialist
Specialist
Author

thanks

prma7799
Master III
Master III

Hi Manoranjan,

If you get your answer please mark this thread helpful or right answer.

Thanks.