Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Menu creating

i have requirment like this see attached image give me solutions how to take which objects and how to change data dynamically

4 Replies
swuehl
MVP
MVP

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.

Not applicable
Author

Thank u i got it

jagan
Luminary Alumni
Luminary Alumni

Hi Mahesh,

Check this url for simple example

Adhoc reporting in Qlikview

Regards,

Jagan.

Not applicable
Author

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.