rudiwenger
Technical User
How can I filter to A PART of the value?
Let’s say the field values are
“One Alpha”
“One Beta”
“Two Alpha”
“Two Gamma”
and I would like to find all values CONTAINING “One”
I know the Operator “InList” (see example below):
=If([Query1].[Field1] InList("One Alpha";”One Beta”;"okay”;”Not Okay”)
But in this case I’ve to enter the whole value
Let’s say the field values are
“One Alpha”
“One Beta”
“Two Alpha”
“Two Gamma”
and I would like to find all values CONTAINING “One”
I know the Operator “InList” (see example below):
=If([Query1].[Field1] InList("One Alpha";”One Beta”;"okay”;”Not Okay”)
But in this case I’ve to enter the whole value