Question
Ford Motor Company
Ford Motor Company
US
Ford Motor Company
Posted: Jun 22, 2020
Last activity: Apr 29, 2022
Last activity: 29 Apr 2022 6:55 EDT
Closed
Solved
Decimal to comma separated currency value?
How do we achieve conversion from decimal/integer number to comma separated currency value without the currency symbol?
what i want to achieve :
Number > USD
1000000 > 1,000,000
***Edited by Moderator Kayla to update Platform Capability tags****


Then this will depend on the context. This type of string manipulation can be done using Java, in a step for instance, if you are in an activity. It can also be done using SQL functions, if the value is coming from the database.