Ad Widget

Collapse

Calculated String items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simonquentel
    Member
    • Mar 2013
    • 49

    #1

    Calculated String items

    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
  • steveboyson
    Senior Member
    • Jul 2013
    • 582

    #2
    I'm using expressions like

    {myhost:myItem[param1,param2].last(0)}

    as labels for map elements.
    Works perfectly.

    Comment

    Working...