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 reference and display points tag property
-
Hi,
I want to display some of the tag properties of each point on the dashboard graphics.
I have done a search on the forum but can not find the definitely answer to the syntax.
Can someone shed some light?
I have attached a screenshot below with an arrow pointing to one of the tags (description) that I want to display:
Thank you!
-
Evening Victor, you can get the tags by the following format
{{Point.tags.tagName}}
However, if your tag has a space in it:
{{Point.tags['tag name'] }}
In your case,
{{ Point.tags.description}}
Hope that points you in the right direction!
Fox
-
@mattfox
thank you. Matt.
It is working.
see below: