Hi everyone,
I am using calculated hosts to gather items from several hosts into a unique "virtual host", that I use for maps modling purpose.
What I am usually doing to "pass" an item from a host to the virtual host is a calculated item, which formula is:
last("REAL_HOST:ITEM_KEY")
The problem is that it seems to be doable only when the "real item" is a numeric value.
Is there a mean to do it with a string?
To be honest this limitation is a major issue since I can't deploy maps without it.
Thnak you in advance for your help,
Simon
I am using calculated hosts to gather items from several hosts into a unique "virtual host", that I use for maps modling purpose.
What I am usually doing to "pass" an item from a host to the virtual host is a calculated item, which formula is:
last("REAL_HOST:ITEM_KEY")
The problem is that it seems to be doable only when the "real item" is a numeric value.
Is there a mean to do it with a string?
To be honest this limitation is a major issue since I can't deploy maps without it.
Thnak you in advance for your help,
Simon
Comment