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: