Hello,
I am using the contains function to filter on just specific named strings within my data set as follows:
Contains([Product Type], "Asset Purchase Plan") or
Contains([Product Type], "Lease") or
Contains([Product Type], "Long Funding Lease")or
The problem is that this is returning any result with any of these words contained within data set, not the specific ones in the " ".
Can anyone provide some guidance on how to re-write this so it just returns the above?
Many thanks