SubSelect in Data Master
@All
Is it possible to define a filter that filters a data master to a subselect of another data master. To be more precise:
I have 3 data masters Group, Provider, Contractor. Each Provider can be a Contractor of each Group but only once. I want to populate a dropdown for adding an Provider as a contractor to a group but the dropdown should list only these providers that are not a member of the group so far.
Data Master structure looks like this
Group {id, name}
Provider {id,name}
Contractor {id, name, Provider.id, Group.id}
Thanks in advance for any help...Guido
Hello,
If you create a 'set value' action and select a drop down as a target, you can control the values of that drop down. So, as the value, you'll need to create something like this:
Hello,
If you create a 'set value' action and select a drop down as a target, you can control the values of that drop down. So, as the value, you'll need to create something like this:
Hi Chloe,
thank you very much. You've pointed me in the right direction. Works now like a charm.
Hi Chloe,
thank you very much. You've pointed me in the right direction. Works now like a charm.
Replies have been locked on this page!