Hi Gurus,
Kindly help me to sort the issue out.I have a requirement of displaying certain fields which matches multiple patterns.To ellaborate:
"There is a field called -"Legacy Name1" which has to be displayed according to the pattern which contains "“C/O”, “CARE OF”, “ATTENTION “...etc.
As an instant solution i have included multiple filters,which is working fine.But i was trying the other way round by creating a variable using the "Match() function",but its not working.Is there any possible way to include multiple matching patterns seperated by commas like:
=If Match([LEGACY NAME1];"*CO*","*CareOf*","*ATTN*") Then [LEGACY NAME1]
the above is not working although.