Select button to retrieve for list view

0
Hi all, I am trying to build a logic for select button But something goes wrong. I have a list view and I want to select the managers from the list view and I want select button to add list of selected values to the input reference set selector. can anyone explain me the logic of select button.  
asked
1 answers
0

So the select button only works in combination with the reference selector or reference set selector. It can only be placed on a grid on a page that is called from one of these two as described here(https://docs.mendix.com/refguide7/select-button/). 

 

It does not directly work with a selection from the listview, only if there is reference selector within that listview.

 

Hope this helps!

answered