I want format the type currency. I want the total numbers 5.
For exmaple :
€1.00 = 00100
€10.00 = 01000
€100.00 = 10000
Solution :
I used two format
FormatText(FormatCurrency(The value, "", 2, "", ""), 5, 5, True, 0)
Cheers you found a solution on your own, I made a Oml with some best cases, you should give it a try as well.
I tried it, it didn't work
Alright then, It worked perfect at my end Idk what errors you have face, but yeah at the end finally you got the solutions that is the best thing :)
Hi K A ,
Please find attached OML and demo URL below :
https://rahul-jain-doitlean.outsystemscloud.com/CurrencyFormat
Hope it will be help for you:)
Thanks
Rahul Jain
Hello,
I have created a Logic to achieve this. I am attaching my oml Check If it will help
In Case of doubt, please ask.
Tousif Khan