Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have requirment like this see attached image give me solutions how to take which objects and how to change data dynamically
Just download the demo app and have a look how it is implemented. You will have to look for the conditional enabled dimensions and expressions.
Thank u i got it
It is very simple to achieve. You just need to create a load inline table to achieve this functionality.
DIM:
LOAD * Inline [
Dim_No,Dimension
01,Employee Category
02,Organization Unit
05,Cost Center
07,Gender
08,Department
09,Location
10,City
];
Kpi:
LOAD * Inline [
KPINo, KPI
1,Salaries
4,Leaves
5,Bonuses
6,No of Employees
7,Job Duration
];
After performing the above task you need to create two list boxes. One for dimensions an other for KPI.
see the attached images for this.
After making the list boxes, create a chart with the properties shown in the attached images of chart.
Hope it will solve your problem.