The ROI attribute values are inaccurate in Roadmap Timeline report. They are getting rounded to the nearest integer.
Steps to Reproduce:1. Create a Roadmap with three roadmap items having an ROI of:
95%, 125%, 292%
2. Run the Load Data Warehouse job
3. Once the job completes, run the 'Roadmap Timeline' report
Expected Results: The three roadmap items are returned with an ROI of
95%, 125%, 292%
OR
0.95, 1.25, 2.95 (as the database stores these values)
Actual Results: The three roadmap items are returned with an ROI of 1, 1, 3