• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. avilla
    3. Topics

    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
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by avilla

    • A

      Sql Queries/Sql Datapoint Confusion

      User help
      • • • avilla
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      phildunlapP

      Hi avilla,

      Are you putting your variable name into {{ }} to evaluate it?

      This works for me,

      <ma-calc input='"mangoUI-menu"' output="output"></ma-calc> <ma-json-store xid="{{output}}" item="myItem" value="data">{{myItem}}</ma-json-store>
    • A

      Atomic File Reads and Writes/Calling Python script from app.js

      User help
      • • • avilla
      6
      0
      Votes
      6
      Posts
      1.7k
      Views

      A

      @joelhaggar I looked at that documentation and i figured out how to do everything except get a list of values for each row under the name column. I can only get info for the first column, whether I'm doing row or column based query.
      0_1510612638231_SQL.JPG

      For example, I want to get a list in my javascript of everything under the "NAME" column so the result should be [play-area-admin, TC Gauges, custom-user-pages, Profile, hello .. etc].

    • A

      Help using MangoAPI to Set Point Values

      User help
      • javascript mangoapi angular • • avilla
      3
      0
      Votes
      3
      Posts
      2.3k
      Views

      Jared WiltshireJ

      @avilla said in Help using MangoAPI to Set Point Values:

      Also as you may have noticed I'm simply modifying the loginPageTemplate for my own GUI, is there a better way to create an angular app from scratch? I don't actually need the login template.

      Have you considered just using the Dashboard Designer or Custom Pages? Are you using Mango 3?