OPIM User Label Include statement

HI ,

Please reply for any details regarding attached screen shot query.

Regards,
Vivek

Parents
  • 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

    Answer Verified By: Vivek Baraiya 

Reply
  • 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

    Answer Verified By: Vivek Baraiya 

Children