How I can remove commas in string inside of a groovy expression?
884136Mar 19 2012 — edited Mar 19 2012Is there any way to remove commas inside of the below groovy expression?
adf.object.VOIpmDistribucionManualEBS1.getRowSet().sum("Valor")
The "Valor" attribute has an af:convertNumber with gruopingUsed="true", and I got an error with the commas.
Thanks in advance.