Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a EFQM dbase with performance indicators, enablers and actions
I want to present it like the model.
The enablers are Leadership, People, Strategy, Partnerships and processes.
Every performance indicator has actions at each enabler.
When a user select a performance indicator I wat to show 5 tableboxes (is this the right tool)
with the actions that belong to that specific enabler
Part of the dbase:
PI1
A2
Above and below table result after selecting PI1
How to manage?
Yes, it will come output as you expected.
if you select P11
1st straight table
for that in qlikview you need to write like
Select Straight table -->add dimension-->Dimension condition like =if(Enabler='Leadership',Enabler)
so this condition will show A1,A2 in this straight table
2nd straight table
Select Straight table -->add dimension-->Dimension condition like =if(Enabler='Strategy',Enabler)