Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
pameladg0612
Contributor II
Contributor II

How to disable a drill down when the values/fields are already selected in another drill down?

How to disable a drill down when the values/fields are already selected in another drill down?

5 Replies
prat1507
Specialist
Specialist

are you talking about listboxes?

pameladg0612
Contributor II
Contributor II
Author

A dropdown

Anil_Babu_Samineni

Looks like you need this?

If(GetSelectedCount(FieldName)>0, 0, 1)

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
pathiqvd
Creator III
Creator III

Hi,

May be like this,

If you want to disable when select in Listbox use this

create drill drown like:-

dim1:- =ID

dim2:- =if(GetSelectedCount(ID)=0 and GetSelectedCount(NAME)=0,NAME,ID)

Or as per your question create 2 drill downs, use 1 drill down in one chart and one more in next chart

Regards,

arvind_patil
Partner - Specialist III
Partner - Specialist III

HI Pamela,

Add Condition here:

11.png:

Condition:

GetSelectedCount(_DimensionBudget) <=0 and not WildMatch(vDetails1,'5','6')

Thanks,

Arvind Patil