Filter a dataset

Hi,
I have a repeater connected to a dataset named “ListeMembres”. The repeater only shows a few fields of the dataset but would like to filter the repeater based on the content of a field named “Autorisation” (not included on the repeater.

Is this feasible?

Pierre Lacasse
ibmretraitesqc

You can set the filter through your code with set filter.
https://www.wix.com/corvid/reference/wix-dataset.Dataset.html#setFilter

Thank you, it worked.