I need to filter my gallery by this field, but have been unable to do so. I did find this, which had an example that didn't return a delegation warning, but still no luck. Is there a good way to do this using either of these fields?
This is what I have right now. I assume this doesn't work due to delegation issues:
Hi @ABureaux ,
You are correct in that the in filter is not Delegable in SharePoint and you need it to filter inside a multi-value field.
Is there any other Delegable filter that you can use to get the data down to under 2,000 items ? I assume you have indexed that column in SharePoint as this is needed over 5,000 items. Also can you please post your full code in text.