Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
krishna20
Specialist II
Specialist II

How to display charts when values selected in listbox

Hi Folks,

I need to show charts when values selected in listbox only rest of time it should hide. I have used Getselectedcount but its not working. I have seen a demo app. but its working in it. Please find the sample app and suggest me further.

Regards

Krishna

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

Uncheck the Show All Sheets and Objects.

Settings -> Document Properties -> Security..

or

Ctrl + Shift + S

View solution in original post

12 Replies
daniel_kusiak
Creator II
Creator II

Attached file is empty.

krishna20
Specialist II
Specialist II
Author

Hi,

Sorry Something went wrong.Please find now.

Not applicable

Hi Krishna,

Kindly attach file So that we can share our best knowledge.

Ramya.

krishna20
Specialist II
Specialist II
Author

Hi Ramya,

I already attached sample file.Please find it.

jagan
Luminary Alumni
Luminary Alumni

Hi Krishna,

Try like this

Chart Properties -> Layout -> Show -> Conditional -> and give

=GetSelectedCount(FieldName) > 0

Hope this helps you.

Regards,

Jagan.

Chanty4u
MVP
MVP

hi

u can use show /hide property

in properties layout u can give condition  0 or 1

hope this helps

Thank you

Suresh

settu_periasamy
Master III
Master III

Hi,

Uncheck the Show All Sheets and Objects.

Settings -> Document Properties -> Security..

or

Ctrl + Shift + S

Kushal_Chawda

Go to chart properties->Layout tab-> check conditional option and put below code

if(getselectedcount(Employee)>0,1,0)

Not applicable

Hi Krishna,

Try this code :

Solution :  Chart Properties -> Layout -> Show Header -> click Conditional -> write = getselectedcount(Field) > 0

Ramya.