How can I show values based on attribute in drop down widget

0
Actually, I have used boolean attribute and based on that I want to show values which are false in drop down widget. But currently all values are showing up there.   
asked
2 answers
1

Hi Vivek,

do you mean the reference selector widget? The reference selector widget does have an option to show a subset of your selection based on a wrapping container attribute.

answered
0

hii Vivek Hyalij

this is your solution

go to list view data source and then go to Xpath and Write Xpath like 

[YourBooleanAttributeName = false]

this Xpath show the data in list  where your boolean attribute is false 

 

 

answered