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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Default selection for a graph

Hi everyone,

I have a graph which depends on the customers select in 2 listbox. When I don't select anything in those listboxes, the graph is horrible because it represents the figures for every customers.

How can I do so as long  as I don't select anything, the graph doesnt show anything ? And represent only the data for the customers which are selected in the listbox ?

Thank you for your help.

Have a good day.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Go to Layout >> Show >> Conditional

type below

GetSelectedCount([Customer Name])>0

Or

GetSelectedCount(NameofFieldonListBOX1)>0

or

GetSelectedCount(NameofFieldonListBOX2)>0

View solution in original post

6 Replies
MK_QSL
MVP
MVP

Go to Layout >> Show >> Conditional

type below

GetSelectedCount([Customer Name])>0

Or

GetSelectedCount(NameofFieldonListBOX1)>0

or

GetSelectedCount(NameofFieldonListBOX2)>0

sushil353
Master II
Master II

hi,

you can use dimension limit with Others as option to navigate through other customers..

HTH

Sushil

its_anandrjs
Champion III
Champion III

If possible select any value in list box by properties and tick option -> Always One Selected Value

Hope this helps

Thanks & Regards

jsingh71
Partner - Specialist
Partner - Specialist

Hi Find Attachment. If have any issue let me know.

--Jai

Not applicable
Author

Thank you all for your help.

It's not possible to select this option. Do you know why ?

Not applicable
Author

You first need to select a value in the list box then only this option will be available.