Program Hierarchy with subprojects in multiple currencies does not export data as observed in the portlet
Steps to Reproduce:
- Use a multi-currency environment with at least two currencies (e.g., USD [system currency] and EUR) enabled and with a currency exchange rate between them different than 1., e.g.: 1 EUR = 1.1 USD and vice versa.
- Create a project p1 in USD and set "Planned Capital Cost" to a non-zero amount (e.g: 1000)
- Create a project p2 in EUR and set "Planned Capital Cost" to a non-zero amount (e.g: 2000)
- Create a program in USD.
- Add the projects as subprojects to the program
- Go to program Hierarchy > Financial Rollup.
- p1's Planned Cost will show up as 1000. p2's Planned Cost will show up as 2200. No units are referenced in the portlet for any subproject.
- Use the Export To Excel Data Only
Expected Result:
p1's Planned Cost will show up as 1000. p2's Planned Cost will show up as 1100
Actual Result:
p1's Planned Cost will show up as 1000. p2's Planned Cost will show up as 2000