Hi eXpert,
I read about User Macro but I am sure I didn't understand how to manage it.
So, this is my problem (I think it could be solved using User Macro) :
- I need to change Trigger Name due to change of Item Value ->
to better understand -> if item.value <> 2 then Trigger Name displayed is "Good"
and, "if not" it could "Bad"
And on 2nd hand, in Trigger defined for a "specific" Item, I need
to display (in Trigger Name) "value" of another Item ->
so, to explain : item2.value = "Wow"
item1.value = 2
trigger1.name of item1 shoud be = "Wow" is working
Can you help me please ?
Many many thanks in advance
F.
I read about User Macro but I am sure I didn't understand how to manage it.

So, this is my problem (I think it could be solved using User Macro) :
- I need to change Trigger Name due to change of Item Value ->
to better understand -> if item.value <> 2 then Trigger Name displayed is "Good"
and, "if not" it could "Bad"
And on 2nd hand, in Trigger defined for a "specific" Item, I need
to display (in Trigger Name) "value" of another Item ->
so, to explain : item2.value = "Wow"
item1.value = 2
trigger1.name of item1 shoud be = "Wow" is working
Can you help me please ?
Many many thanks in advance
F.
Comment