Question
Atos
Atos
NL
Atos
Posted: Jul 7, 2020
Last activity: Jul 7, 2020
Last activity: 7 Jul 2020 12:28 EDT
Solved
Display 2 decimals after comma in correspondence rule
Issue:
On the clipboard:
a decimal property (.property1) has the value 123,45
a decimal property (.property2) has the value 678,90
When referenced in a correspondence rule, a value is wrongly displayed:
.property1’s value is displayed as 123,45
.property2’s value is displayed as 678,9
First try, ootb:
Use the decimal format and use reference paramater Precision=“2”.
However, this piece of code was only saved in the “Source only” mode of the correspondence rule.
Second try:
Open de decimal format (control). Do a save as and remove Precision from the parameter page. Change the Precision paramater in the html tab to 2.
Now, use your new format.