AEM forms 6.5 (Centos)
Using Decimal, num{z9.99%} does not show percentage after decimal. Input is 0.6503. Should show "65.03%". Shows "65.00%",
Docs https://help.adobe.com/en_US/AEMForms/6.1/DesignerHelp/WS92d06802c76abadb-56c02439129b8b00ebc-7ecf.2...
Say it should.
I can use a JS solution, but that kind of defeats the purpose.
i.e. (Number(num/100).toLocaleString(undefined,{style: 'percent', minimumFractionDigits:2});)
Suggestions?
Thanks...Joel