Skip to main content
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)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
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