• 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 reference and display points tag property

    Dashboard Designer & Custom AngularJS Pages
    2
    3
    770
    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.
    • cwangvC
      cwangv
      last edited by

      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:
      tag - description.jpg

      Thank you!

      1 Reply Last reply Reply Quote 0
      • MattFoxM
        MattFox
        last edited by MattFox

        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

        Do not follow where the path may lead; go instead where there is no path.
        And leave a trail - Muriel Strode

        cwangvC 1 Reply Last reply Reply Quote 1
        • cwangvC
          cwangv @MattFox
          last edited by

          @mattfox
          thank you. Matt.
          It is working.
          see below:
          description tag working.jpg

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