I have a Data overflow error noted in the Run report document
This has to do with a variable (mapped in the DRV file as "float" type) with the value of 1587081703043010.8
The output of the value truncates it by 1 digit to 158,708,170,304,301, which shows the number incorrectly.
Given that I received the data overflow error for this variable. I want to find out the digit limitations for following numerical variable types:
- Float
- Integer
- Currency
If you have information on the character limits of other variable types, that will be very helpful as well. Thank you.