Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jagannalla
Partner - Specialist III
Partner - Specialist III

Minimize & Maximize based on selections in listbox

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...

3 Replies
IAMDV
Master II
Master II

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

erichshiino
Partner - Master
Partner - Master

Hi,

I created a sample app with a macro with what you need.

Hope it helps,

Erich

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

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