Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart Visibility Based on Selected Value?

Hello Everyone,

Can you please help into this:

I have three buttons, like by city, by region and by country, when i click on the city the table with ( City + col 1 + col 2) should show, same like other buttons. This is fine,

I have one more table like Month+Col1+Col2, This table should show when i select the particular moth in the list box.

Please suggest me how to achieve this based on the selected value in list box.

Thank you in advance

15 Replies
sasikanth
Master
Master

hi

for your butons(City, Country) set an action , like set a variable on selecting button

like v1=1

and

in chart layout condition write like

getSelectedCount(Region,1) OR v1=1 

Also in the table presentation show column on condition basis 

ues the same one v1=1

then you get according to your requirement

aveeeeeee7en
Specialist III
Specialist III

Try this:

=GetSelectedCount(Region,1) AND vviewmode= 'Region'

Not applicable
Author

Please look in to that,

i wanted to hide region table when i click on by city button, this is not happening here

Not applicable
Author

Any body please look into this

PrashantSangle

Hi,

See the attached file.

It will help you

In layout tab condition instead or writing only

vviewmode='Country'

write IF(vviewmode='Country',1,0)

same for all button.

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

I just did it, This is the way i want

Thank you all for your responses