PowerApps - format text field to currency (add dollar symbol, thousand separators and decimal value)

1 year ago
3

PowerApps - format text field to currency (add dollar symbol, thousand separators and decimal value)
PowerApps - format text field to currency (add dollar symbol, thousand separators and decimal value)

Default property:
ChangeNumberVar

OnChange property:
Set(ChangeNumberVar,
Text(
Value(Cost.Text),
"[$-en-GB]$#,###.00"
)
)

Language functions:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-language
👉 Hey welcome to WeTechCareOfYou!
If you are a returning subscriber we wish to say thankyou!
If you are new to the channel, please subscribe as we release a new video every week. If you have any questions around our videos please just leave a comment and we will get back to you. If you would like to discuss a project or require set hours for development, support or maintenance then please email Admin@WeTechCareOfYou.com or complete a form here: https://wetechcareofyou.com/contact/
Kind Regards,
The WeTechCareOfYou Team 💙

Loading comments...