No data on dashboard embedded in compensation worksheet page
Dear all,
We built a dashboard in OTBI to show some quick metrics through a line, bar and pie chart. Those charts are included in a dashboard, which is added via the page composer into the worksheet page from the compensation module. Regardless of the compensation plan, the idea is to reflect the worksheet data into those charts.
We used the below
Plan ID: can be used in EL (#{sessionScope.planId})
Period (cycle) ID: can be used in EL (#{sessionScope.periodId})
Acting Person ID: can be used in EL (#{sessionScope.actingPersonId})
However, we are encountering two issues:
1. The charts are not working on all plans. Only one plan shows the 3 graphs correctly while no filter or condition have been put in the dashboard nor the analysis to restrict them to work for one single plan.