Hi, we defined some macros in trigger's tag via LLD item. One of these tags is the name of the city where some network device is located. In each item's trigger there is a condition for the trigger occurs and we want to test the location in order to enable or not the trigger.
For example: (myitem.lastvalue() > 15) and ({#CITY}="NEW YORK"). Of course we did test this and it does not work. Is there a way to do this ? If the macro's type is integer it works!
For example: (myitem.lastvalue() > 15) and ({#CITY}="NEW YORK"). Of course we did test this and it does not work. Is there a way to do this ? If the macro's type is integer it works!
Comment