Hi,
when creating foundsetfilters you add pairs of dataprovider, operator and value.
These result in a query constructed by servoy where these result in a “where columnx = valuex and columny > valuey” etcetera.
Is there also a way to create a foundsetfilter that has both AND and OR ?
Something like “where columnx = valuex and ( columny > valuey or columnz != valuez)”
Regards,