Hi, I need a user to be able to select an element where the name contains certain characters from a drop down feed. At the moment I can only see how to filter the feed by elements, protocol, view etc but not via the filters that you get access to with a query. Is there a way to filter my drop down list by the results given from a query?
Filtering a parameter table based on a query result is possible and can be achieved like this:
Create a parameter table with a protocol parameter. Link the elements from the query table as a filter. The selected element from the query table will be used to fetch the new table.
Thank you, this workaround is working perfectly. Ross