Support aggregation of multiple text items using foreach functions

XMLWordPrintable

    • Type: New Feature Request
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: 6.0.0rc2
    • Component/s: None
    • None

      It would be convenient to support aggregation of multiple text items using "foreach" cunctions. For example:

      Given a list of LLD items like

      • device.status_summary[dev1] = "device: dev1, active"
      • device.status_summary[dev2]  = "device: dev2, idle"
      • device.status_summary[dev3]  = "device: dev3, disabled"
      • ...

      Allow generating new calculated item with formula

      concat(last_foreach(//device.status_summary[*]))

       

       

            Assignee:
            Unassigned
            Reporter:
            Aleš Kete
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: