Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Entered Value changes in a double type property.

SA-29441

Summary



In a double type property, if more than 16 digits are entered, the entered value changes on tab out.
In the property, On Change event with Post Value is configured in the Actions Tab.


Error Messages



Not Applicable


Steps to Reproduce

  1. Create a double type Property.
  2. Configure On change Event with Post Value action in the actions tab.
  3. Enter more that 16 digits in the property and tab out of the property.
  4. It is observed that entered value is changing.


Root Cause



The behaviour is expected.

Since On Change event with Post Value is configured in the Actions Tab of the property rule, on tab out server interaction is happening and changes are seen on the screen.

Resolution




the string 123456789123456784 is being represented as 1.23456789123456784E17 
the string 9876543210987654321 is being represented as 9.876543210987655E18 

The reason for this is that when representing both the above numbers in bits, may be for the first number, the 52bits are sufficient to represent the number as bits. Whereas for the second number the 52bits might not be sufficient, so the number is getting rounded off and then getting it accomodated in the 52bits. 

But in both the cases the exponent value represents the total number of significant digits in the original number,  the double number 9.876543210987655E18 is an approximation of the value 9876543210987654321 

It is recommended to use Decimal type property instead of double property according to the user requirement (i.e. when user needs to use more than 16 decimal digits).

 

Published October 28, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us