Percentage formula field in RIO Ed - Related List - Single (Aura) showing incorrect numbers
Table of Contents
Description
When any formula field is included in the field set to be used in the RIO Ed - Related List - Single (Aura) component, it will display the incorrect Percentage amount.
E.g.:
A Session Connection field set which included the rio_ed__Attendance__c field should show 100%, however it is showing 10,000%.
There is currently no fix for this, but there is a workaround that you can follow below.
Workaround
Create another Formula(Text) field to reference the original Formula field.
Include some custom formatting to display the correct amount correctly.
Using the example in the image above, if you wish to indicate 100%, the new custom Formula(Text) field should be written like this:
TEXT(rio_ed__Percent_Field__c * 100) + "%"