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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to arrange default view in the qlikview

Hello All,

Can any body suggest me how to work with default view when i click the buttons

Below is my scenario

I have ten buttons at the top and each button having the action

For example if i click on the first button it display again three buttons, Again these three buttons having individual components to be displayed.

My question is if i click on one button, it shows the components, but when i click any other button and come back the previous button action it is showing empty now

i tried to give the "Or" condition in the layout but the first button components are displaying even for the second button since i use "Or'

Please help me in this

Thanks in advance

Regards

Sreeharsha V

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

I suggest that you upload a sample document for more accurate help.

Preparing examples for Upload - Reduction and Data Scrambling

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Peter_Cammaert
Partner - Champion III
Partner - Champion III

I'm not entirely getting what exactly is wrong with this behavior, which may make my reply irrelevant. Uploading an example document like Jonathan suggests will surely help.

On the other hand, it seems that particular objects should behave according to two states/conditions: from the top row, a specific button should be chosen, and from the second row another specifc button should be selected. That turns it into AND-logic

Peter

Peter_Cammaert
Partner - Champion III
Partner - Champion III

For example, you could use the following template for your conditional show:

(vTopRowButtonSelected = 1) AND (vSubRowButtonSelect=2)

Peter