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: 
vinod2086
Creator II
Creator II

Amount in proper format

i want to dislay total amount in proper format in table pls help

143294587.76802

15 Replies
sunny_talwar

Have you tried changing the settings on the number's tab of chart properties? What is the proper format you are looking to get?

Anil_Babu_Samineni

I am not sure whether I understand your issue. Would you describe more

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vinod2086
Creator II
Creator II
Author

i had tried but option is not enabling

u mean number tab only ryt

vinod2086
Creator II
Creator II
Author

it is displaying larger number ryt so want to display with out decimals

sunny_talwar

Yes the numbers tab. What happens when you change the format on the numbers tab?

sunny_talwar

Selecting 'Integer' doesn't help?

Capture.PNG

krishnacbe
Partner - Specialist III
Partner - Specialist III

Try to format in expression

num(Expression,'#,##0.00')

vinod2086
Creator II
Creator II
Author

same thing i had tried but option is disabled

neelamsaroha157
Specialist II
Specialist II

Sunny is right 1st try on the Number format tab and if it doesn't work (although it should ) then try the Num() function.

Num( your_expression , '#####.0000')