• 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

    Excel Report

    Mango Automation general Discussion
    4
    12
    4.7k
    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.
    • A
      alexcclarke
      last edited by

      Wonderful and the headers? Are the meant to be missing in the report?

      1 Reply Last reply Reply Quote 0
      • A
        alexcclarke
        last edited by

        One more thing. Why is there not a rollup option 'delta' for consumption reports of a incremental point?

        1 Reply Last reply Reply Quote 0
        • JoelHaggarJ
          JoelHaggar
          last edited by

          Sorry, I missed that question. My guess is that you included your header in the named range so Mango overwrote the header data.

          The named range should start one row below the header.

          I made a video the other day that isn't on the website yet:
          I cover some tips on how to create your named ranges.

          1 Reply Last reply Reply Quote 0
          • JoelHaggarJ
            JoelHaggar
            last edited by

            Good question on the missing Delta rollup. I'll check in on that and see if it can be included. thanks.

            1 Reply Last reply Reply Quote 0
            • terrypackerT
              terrypacker
              last edited by

              I have just added the Delta rollup option to the module. The option from the drop down was missing, the rest of the code was already implemented.

              1 Reply Last reply Reply Quote 0
              • A
                alexcclarke
                last edited by

                How do we go about doing the upgrade?

                1 Reply Last reply Reply Quote 0
                • JoelHaggarJ
                  JoelHaggar
                  last edited by

                  Here is a link to get the module with the delta added: https://dl.dropboxusercontent.com/u/6546748/m2m2-excelReports-1.0.0.zip

                  1 Reply Last reply Reply Quote 0
                  • JoelHaggarJ
                    JoelHaggar
                    last edited by

                    Also note that the delta option will be displayed on the list a bit funny if you are not also upgrading your core. We'll have an updated core 2.6 release soon which will fix that.

                    1 Reply Last reply Reply Quote 0
                    • B
                      btrombo
                      last edited by

                      Thanks for the video, had a report working in under a minute. Is there anyway to run these reports besides a set schedule or on demand? Say from a script or event detector? The use case here is a failure or unexpected data from a device, it would then email a report will all the details of that specific device.

                      1 Reply Last reply Reply Quote 0
                      • terrypackerT
                        terrypacker
                        last edited by

                        Interesting idea. We don't currently have any other way to run these reports. The event detector idea would be very useful unfortunately they are not 'modularized' yet, meaning we can't add new event handlers via a module so that is out of the question. However you could get crafty with a Process event handler. Here is the basic idea:

                        The Excel Reports uses its extension of the REST API so you could use Curl or something else to GET the URL:

                        {YourMangoHost}/rest/v1/excel-reports/run/{xid-of-your-report}
                        

                        This would run the report just as if you were to run it from the web ui.

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