Issue with Decimal Values

A Score Level 1

Hi All,

We are fetching data from third party database. One of the columns is of datatype NUMBER in database but contains decimal value like '13896131045.754763294913629859'. While retrieving the values from this column through queryentity, it is returning round off value '1.389613e+10' (in Appian, the column is of type Number(Decimal)).

We are required to retrieve exact value from database as we are doing some checks on this value.

Is there any way of retrieving the exact value.

Thanks and Regards

  Discussion posts and replies are publicly visible