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

    Topics created by gresler_nec

    • G

      Excel Post Processing Data

      User help
      • • • gresler_nec
      2
      0
      Votes
      2
      Posts
      701
      Views

      G

      Taking a different approach, this example works for copying the value. So it should get me what I need, but I'd still like to know if there is a way to get the count of rows for a given variable or named range if possible.

      In this example my timestamp is the first column, and epoch is the second column. I have headers above the named ranges, so it starts at row 1. This also assumes that the 'Date__EPOCH' range is empty when post processing starts.

      ExcelReportUtility.openNamedRange('Date__EPOCH', false); var timestamp = null; var i = 1; do { timestamp = ExcelReportUtility.getString(0, 0, i); if (timestamp == null) { break; } ExcelReportUtility.writeStringToNamedRange('Date__EPOCH', timestamp); i += 1; }while (timestamp != null);
    • G

      Offline Updates with MangoES 3.2.2

      MangoES Hardware
      • • • gresler_nec
      2
      0
      Votes
      2
      Posts
      758
      Views

      MattFoxM

      I believe you can download older modules and manually stick them in the mango folder, however this is tedious because you need to make sure you have all of the correct modules you need for upgrading.

      Fox