Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
- I attached screenshot of what i required in the design. Before reading my problem please go throught the screenshots.
- In the first image i've shown you that i selected all the checkboxes in the group list box. At that time i want to display listboxes A,B,C,D,E.
- In the second image i've shown you that if i selected "A,B" in group listbox. I want to shown only A,B listboxes remaining should be minimized.
- In the third image i've shown you that if i selected "B" except B listbox all should be minimized. But, here there is space between the group listbox and B listbox. I want to place it side by group listbox.
- In the fourth image i've shown you that if i selected "B,E" in group listbox. The B,E listbox are not placed in order i mean side bye side.
Based on selections in the group listbox remaining listbox should be placed in order.
Is it possible to design like this in qlikview?
If possible how can i do this?
Canbody help me...
Mate - I am assuming that you have opened a new thread for the same issue. This is definetly possible and please can you upload the QV document and I can help you with this one.
Cheers - DV
Hi,
I created a sample app with a macro with what you need.
Hope it helps,
Erich
You may find that show hide conditions work better than maximize and minimize - this removes the requirement to call a macro. This shared QlikView gives an example where buttons set variables to drive the show/hide condition - but this could be re-written to check the value of a field, eg. =count({<Group={'A'}>}Group) > 0 .
http://community.qlik.com/qlikviews/1105
- Steve