Hi Folks, I'm getting some inconsistent results when attempting to extract names from within a field that can contain between 1 and 100 values. I've been using the contains function: Contains([name field], 'Russell') Or Contains([name field], 'RUSSELL').
When I go over to SQL I'm using the function iLike: ILIKE '%Russell%'
I'm getting considerably more hits using SQL. I'm curious what others use. Is there a better method to use in my Alteryx work flow?
Thanks,
George