227
Views
2
Comments
Solved
Unable to convert to Javascript Number type because it will lead to precision loss
  1. Retrieve Data and Group those
  2. Use aggregation function AVG
  3. Get an error message that the decimal number cannot be converted as it will lead to precision loss

Any idea to get this solved

UserImage.jpg
Jens Vogelgesang
Solution

Yeap, you hint works.

I have added a new calculated column and use round(). Seems

2018-05-15 08-41-11
Davide Periquito

Hey,


Strange error, have you tried to truncate that decimal to 15 decimals points? 


Not 100% sure, but you need to do a formatdecimal and then convert the text back to decimal. just give it a try

( TextToDecimal(FormatDecimal(,,,)) )

UserImage.jpg
Jens Vogelgesang
Solution

Yeap, you hint works.

I have added a new calculated column and use round(). Seems

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.