Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Could you please post your example ?