Hello everyone,
I hope you’re all doing well. I’m fairly new and I need your help with setting up a filter. Specifically, I need to filter data to include items containing any of the following keywords: Facturas, Factura, and Invoice.
Currently, I’m struggling with adding multiple values to the contains
function. I’m unsure how to implement this and would greatly appreciate any guidance or advice on the best approach.
Here’s what I’m looking to achieve:
- Include items that contain any of the keywords: Facturas, Factura, or Invoice.
What I’ve tried so far:
- Using a single keyword with
contains
, which works fine.
My question:
How can I create a filter that includes all three keywords mentioned above?
Any help or suggestions would be greatly appreciated.
Thank you in advance!