Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm in the process of trouble shooting a data conversion issue, and have found many useful posts telling me how to convert a string to a BidDecimal, but they all use the BigDecimal function - this function doesn't appear in my Expression builder and then i try to write:
Math.BigDecimal(row1.totalNetRevenue)
I get an error saying that the method BiogDecimal doesn't exist. I'm sure this is because i haven't installed something or checked a box somewhere, but i don't seem to be able to find an option for this.
Please Help,
Regards
Scott
new BigDecimal(row1.totalNetRevenue)
new java.math.BigDecimal(row1.totalNetRevenue)