Hi Vivek, INCLUDE and EXCLUDE use regular expressions and numerical expressions. You can use any component property to test on, not only EC_CLASS and IE_TYPE. In order to test for multiple types you can use this syntax: IE_TYPE=CT_PIPE|CT_BEND|CT_VALVE|.*ChooseMe.* It resolves to TRUE when IE_TYPE equals CT_PIPE or CT_BEND or CT_VALVE or contains the word "ChooseMe" Regards, Frank
↧