cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How to use distinct values in dropdown widget to select properties in collection widget?

PB_9026895
5-Regular Member

How to use distinct values in dropdown widget to select properties in collection widget?

Hi,

I have a template for different things.

I want to select a property in dropdown widget to see connected properties in a collection widget.

I'm able to do this, but in the dropdown widget properties values are repeated if there are things with the same property value.

I wrote a service to have distinct value of a property, the output is an Infotable.

 

How can I use this Infotable in my widget? What are the correct bindings?

Is it the best way to solve this problem?

I have attached an image of my mashup

Thank you

 

 

2 REPLIES 2
PaiChung
22-Sapphire I
(To:PB_9026895)

If you wrote the service then you would map that service into your mashup, bind it to your dropdown and indicate which field to display in your dropdown.

Remember that the service needs to be triggered by an event (like onload) to bring the actual data into your mashup from the server.

PB_9026895
5-Regular Member
(To:PaiChung)

Ok, I'll try!! 

Thank you Pai

Top Tags