You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement: As for our financial application, we supported many dynamic fields to be created based on our client requirement .
For some of those fields , by default its value could be of % type. For example , we have the field Current Ownership Percent and 12.03 is value . When we come to Reveal BI Board, change its format type to Percent , it get changes to 1203% which is not correct .
Observation : Whenever we choose Format type as percent , by default the number is always multiplied by 100 as its formatted value .
Solution : When Fomat Type is change to Percent , make it multiply by 100 to be an option not mandatory.
The text was updated successfully, but these errors were encountered:
Remmei
changed the title
When Fomat Type is change to Percent , provide an option for Formatted value to multiply by 100 to be an option not mandatory.
When Fomat Type is change to Percent , make formatted value to multiply by 100 to be an option not mandatory.
Aug 19, 2024
Problem Statement: As for our financial application, we supported many dynamic fields to be created based on our client requirement .
For some of those fields , by default its value could be of % type. For example , we have the field Current Ownership Percent and 12.03 is value . When we come to Reveal BI Board, change its format type to Percent , it get changes to 1203% which is not correct .
Observation : Whenever we choose Format type as percent , by default the number is always multiplied by 100 as its formatted value .
Solution : When Fomat Type is change to Percent , make it multiply by 100 to be an option not mandatory.
The text was updated successfully, but these errors were encountered: