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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
its_rajvir
Creator
Creator

Money format

Dear Experts,

I have Amount column in sales table. It is showing the amount like this : $174,343,405.00  but it should show: $174,343.405 .I don't have any idea about formating. can anyone please tell me why it is like that and how to correct this.

Thanks

1 Reply
QlikSenseEnthusiast
Contributor
Contributor

Hi Rajvir,

Please refer below image if this helps.

QlikSenseEnthusiast_0-1674635191369.png



For field New_Amount,  i have code this at backend 
LOAD
City,
Amount,
NUM(Amount,'$#,##0') as New_Amount

Please mark this  as solution if it helps