You need to sign in to do that
Don't have an account?

Display currency $ with value
I have a table where one column displays the account balance pulled from an object. So within one of the components referencing the field, it reads
<td scope="row">
<div class="slds-truncate">{!v.property.NU__AccountBalance__c}</div>
</td>
On the customer site however, values are displayed as e.g. 2.5, 0. How do I display the value as $2.50, $0.00?
You can use format attribute of ui:outputCurrency.
Please refer below link.
https://salesforce.stackexchange.com/questions/215543/formatting-currency-in-a-lightning-component
Hope above information helps, Please mark as Best Answer so that it can help others in the future.
Thanks!
Greetings!
Here you can replace $ in format attribute with the currency sign you want to display.
Thank you!
Regards,
Suraj Tripathi