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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need help in expression

Hello Friends

Need help in the expression,

Chart type is PIE chart and the Dimention is customer and the expression is to display the total amount and % of Amount, the expression is working fine.

but the amount is displaying the decimal point, I tryed to truncate it but failed not dispalying anything

the expression as

dual( Num(sum( Amount),'# ##0') & chr(10) & num( sum([Amount])/sum(total [Amount]), '##%'), sum([ Amount]))

Please help me,

Regards

Chriss

1 Reply
alexandros17
Partner - Champion III
Partner - Champion III

Could you please post your example ?