I'm trying to set up an Alert or two regarding tall cabinets and rollout shelves. Is there an "includes" or "contains" command that we can use in Microvellum? I haven't found anything that works. I'm trying to formulate something similar to what I have below but I don't know of any "includes" or "contains" commands.
IF(AND(Cab_Desc"includes or contains command","OCC",ROS_Qty<>0),"Double Check ROS Locations",0)
OCC is part of a cabinet code(but not the entire code) that we pass to the Cab_Desc Prompt so that part won't change.