Hi ,
I have a formatting problem in Word template sample number i got from XML is
3,678,400 i would like to present this as 36,78,400.00.
I tried to change to custom locale EN-in with no success.
I tired to use control json tab to setup format like this
"format": {
"number": {
"outputformat": "currency",
"locale": "en-IN",
"minimumFractionDigits": 2,
"maximumFractionDigits": 2 }
}
this return an error on IDM side.
Does anyone have similar problem ? any walkaround or hint will be appriciated.
Thanks