• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. kvram25
    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
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by kvram25

    • K

      Custom Report Design

      How-To
      • • • kvram25
      5
      0
      Votes
      5
      Posts
      2.6k
      Views

      M

      You can use the data downloads to get history data in CSV format.

    • K

      Scripting for META Tags

      Scripting general Discussion
      • • • kvram25
      5
      0
      Votes
      5
      Posts
      3.8k
      Views

      JoelHaggarJ

      Inside the Meta Script Data Source edit page click on the small "?" you will see an explanation there. Here is a excerpt of it:

      JavaScript / ECMAScript

      This data source requires some knowledge of JavaScript, also known as ECMAScript. (The full specification for ECMAScript is available here.) JavaScript is arguably the most popular scripting language in use today, it being the only language available for use in every popular web browser. The result is that, by far the common usage of JavaScript is in web pages. The context within the Meta data source is of course different, there being no "window" or "document" objects, among other more subtle differences. Contextual differences aside, a full and complete implementation of ECMAScript is available within this data source. Specifically, the Rhino implementation is used https://developer.mozilla.org/en-US/docs/Rhino.