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: 
prabhas277
Creator
Creator

Formatting

Hi Hi Experts,

I have one expression like Sum(Cost) And i want format like #.##0. How I can assign that Format

5 Replies
Anonymous
Not applicable

just put num around

num(Sum(Cost),'#.##0')

in a Chart it is better to format it using tab number!

amit_saini
Master III
Master III

num(sum(Cost),'#.##0')

or try from below:

Thanks,
AS

sampada0810
Creator
Creator

in title you can use num function and specify the required format

like this: num(Sum(Cost),'#.##0')

qlikview979
Specialist
Specialist

Hi Prabhas,

do you want this format.

Untitled.png

qlikview979
Specialist
Specialist

Hi,

otherwise Share your Expected sample output.