Hi all,
I need a VisibleExpr that flips visibility based on a string inside of our InventoryID -- if an InventoryID contains “-STRING-”, then flip this text on.
=iif(([AMProdItem.InventoryID]='-STRING-'),false,true)
Unfortunately, I don’t know how to write the query so I’m asking if it CONTAINS, not EQUALS.
How do I craft the query to see if the InventoryID contains ‘-STRING-’?