Parameters for Dropdown

Parameters for Dropdown

I have 2 dropdow based on 2 tables. Based on the selection in the first Dropdown, displays the options in the second Dropdown.

What I need now is to pass a fixed parameter for Dropdown to make the query.

I need to pass a fixed value to a dropdown and based on this parameter to query a table.

How to do this.

Thanks,
Dirceu M. Azevedo

If there aren’t too many options in the first dropdown you can use conditionals on the second dropdown to change the data source. “If dropdown A’s value is ____ then the data source is _____”.

This topic was automatically closed after 70 days. New replies are no longer allowed.