I want to filter data from an external data source.
I have an Excel sheet coming from a MySQL data source ([IN]).
Now I want a new sheet [FILTERED] having data from the sheet [IN] filtered on some user parameteres defined in sheet [PARAM]: {appointmentDay} and {idSite}
Ideally the sheet [FILTERED] should be updated automatically if the filters {appointmentDay} and {idSite} would change.
I suppose there should be a very easy solution, but unfortunately I don't find anything going into this direction.