ILike
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns true if the string value matches the case-insensitive pattern.
ILike(string, pattern)
string (required) The text string that is being searched.
pattern (required) The search pattern. An '_' matches any character. A '%' matches any sequence of zero or more characters.
Try it in Sigma Sample Data
In Sigma's sample baby name data, the following formula returns true for values in the [Name]
column that include “em”, like "Emma", “Gemma” and “Jeremy”.