I'll start off by saying I LOVE that Alteryx allows for the use of IN within tools like the Filter!
HOWEVER, I am trying to evaluate if a dataset of large string fields contains 8 Ids and I'd rather not write 8 lines of 'contains' statements- is there a trick formula for filtering n-number values within a larger string field equivalent to something like:
Contains([Field], IN ("val1","val2","val3",val4", etc)?
Solved! Go to Solution.
Hi
I have a list of entities, I would like to identify the transaction booked within a list of entities. My formula is as follows, but I ma getting error. Can you help me figure out why?
Regex_countmatches([ETYBRCON], "I602|4352|4354|4359|4360|4392|9234|B658|I430|4404|4407”)
Regex_countmatches(ToString([ETYBRCON]), "I602|4352|4354|4359|4360|4392|9234|B658|I430|4404|4407”)
maybe the data type is not string? That's a guess...
Mark
Data type is V_String, the error I get is Unmatched Quote
can you PLEASE update this macro with an option to let all records pass through if no search terms are specified? Thanks.
I guess I am 4 years late to the party, but I am wondering if there is a version of this macro where the input field was replaced by a file, so it can be modified by the end user as an input file for a more automated approach.
And second, other than sequencing them, what if I want to run it on 5 fields?
Comment 1
Comment 2
Comment 3
Comment 4
Comment 5
Thanks in advance.