Summary: |
How do you specify multiple items in the 'sFilter' argument of the AlmTagsOpen() Cicode function? |
Solution: |
It is possible to use a filter expression
combining multiple items. To do so, the semi-column character
";" must be used. For example, if you need to browse into the alarms with a name beginning with ‘m’, in an active state and belonging to the category ‘5’ the syntax will be: iSession = AlmTagsOpen("Name=m* ; STATE=ON ; CATEGORY=5", "", ""); |
Applies To: |
|
Keywords: |
AlmTagsOpen, sFilter, Alarm, Browse |
Related Links
Attachments