I have an Interactive Grid that I'd like to be able to filter based on what a user selects in a select list. That would effectively change the SQL Query and refresh the Grid I think.
Seems like a Dynamic Action would be in order, but I'm not sure exactly how to get the Grid to update the way I want (i.e. either re-run the modified query or invoke another filtering mechanism).
Basically just trying to make it easier for users to filter rather than having them have to create a filter themselves.