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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Number Format

hai there,

I got the sum value in billions eg: 564,786,789,231.00.....

when i created a chart diagram and tried to get the "Test on data point" i see all these 12 digits. but i would like to have only first 3 digits 564 billions.

i try to change in the number format, but i get 5647e+012

could any one help me out.

thank you

Labels (1)
1 Reply
prieper
Master II
Master II

Do not allow pop-up for this expression, but create another one with a formula like = NUM(Column(1)/1000000000, '#,##0'). This one then may show up only.

Peter