Posted: Thu Jun 09, 2016 11:38 am Post subject: Decimal - remove grouping-separator
Voyager
Joined: 17 Aug 2009 Posts: 78 Location: NY, US
Hi,
I am getting value from back-end as format '7,342,343.32'.
at my side (IIB9004), I have defined field as decimal in XSD. and I am using mapping node to map the field. Since Decimal supports grouping-separator, So it does not give any error, accept this value and populate the value with grouping-separator.
My question is: is there any way, we can convert this value into decimal without grouping-separator ('7342343.32'). I want to avoid to use REPLACE function.
Like in Java we have following operation:
decimal.setGroupingUsed(false)
or setGroupingSeparator('\0');
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum