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.
How to add column to event table?
-
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?
Cheers,
-
@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
ortypeRef1
. And the event has to be of typeDATA_POINT
The tag endpoint you would use is:
GET /rest/v2/data-point-tags/points
-
@terrypacker When Mango 4.0 will be ready to release?
Thanks,
-
@Nurr we are planning for April/May timeframe.