Double-filter a Dataset?

Hello,

Can I double filter a dataset? So say I filter it according to Name, so then I get 5 items out of 30, then I filter those 5 according to Date for example then I get only 2.

Is there a way to apply two filters to the same dataset? Please let me know.

Thank you

Each filter that is applied using setFilter overrides any previous filter. But each filter you set can filter on multiple conditions.

Can you give me an example please?

The example in the API reference filters on multiple conditions.