• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    How to add column to event table?

    How-To
    2
    4
    901
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Malaguena
      last edited by

      Hi Everyone!

      We would like to add point properties such as point tags to event table as a column. Is there any way to do that?

      0_1583412474036_156adc71-35ed-4a2e-a9ef-b1d493e21a96-image.png

      Cheers,

      1 Reply Last reply Reply Quote 1
      • terrypackerT
        terrypacker
        last edited by

        @Nurr in Mango 4.0 there will be a setting that controls what tags are displayed in the event message.

        However to do exactly what you want you would need to write a custom events page using a component that uses the data point id from the event to lookup the tags of the point and display them. Without knowing what version of Mango you are using I can't say what the field in the event JSON response to use. It is either: dataPointId, referenceId1 or typeRef1. And the event has to be of type DATA_POINT

        The tag endpoint you would use is: GET /rest/v2/data-point-tags/points

        1 Reply Last reply Reply Quote 0
        • M
          Malaguena
          last edited by

          @terrypacker When Mango 4.0 will be ready to release?

          Thanks,

          1 Reply Last reply Reply Quote 0
          • terrypackerT
            terrypacker
            last edited by

            @Nurr we are planning for April/May timeframe.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post