• 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

    Additional Time Stamp Row in Excel Report

    User help
    4
    8
    2.5k
    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.
    • C
      chio
      last edited by

      We're trying the excel reporting structure. If we try to generate a line graph of time series data with a single XID data point it operates as expected. However, when we add a second XID data point to the Excel report mango pulls a duplicate time stamp and inserts a blank row. This causes the Excel graph to get all confused.

      For Example here is the generated report from Mango where time stamps are in column A and data is in column B. This is what we expect.

      0_1506014827200_Capture.PNG

      But then we we add a second data point Mango does the below, where it puts the two data points in the first time stamp row, but then adds a second blank row with the same time stamp. Has anyone experienced this? or have a resolution?

      0_1506015003504_Capture.PNG

      1 Reply Last reply Reply Quote 0
      • phildunlapP
        phildunlap
        last edited by

        Hi chio,

        The two data values being on the first row and the second being empty is a bug. I just reproduced it on my system, and I will make sure we set about fixing that. Thanks for bringing it to our attention! https://github.com/infiniteautomation/ma-core-public/issues/1100

        As to them generally being in every other row, i would expect that if there was a millisecond value in the timestamp and they are not actually at the same time. I am not aware of a way to lose precision on the timestamp during reporting easily. You could use a rollup, though, which would put the data into same timestamps.

        C 1 Reply Last reply Reply Quote 0
        • C
          chio @phildunlap
          last edited by

          @phildunlap Phil thanks for the explanation and the detailed reply. can you help me understand how to use roll up to solve this?

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

            You can specify a roll up of different types when you edit the Excel Report:

            0_1506476208857_076c1cc7-eb1f-4ea9-b69a-84bcc5bc10cb-image.png

            1 Reply Last reply Reply Quote 0
            • C
              chio
              last edited by

              @JoelHaggar thanks, is there some documentation on what rollup is how it functions? Im new to mango and not sure what impact rollup has on the data.

              1 Reply Last reply Reply Quote 0
              • phildunlapP
                phildunlap
                last edited by

                @chio The type of rollup is the dropdown, followed by the interval that rollup should be collected. For your data, where your polling rate appears to be 5 seconds, you could do a First type rollup (get the first value in each period) on an interval of 5 seconds. Here's the help page for rollups: https://help.infiniteautomation.com/mango-rollups-and-statistics/

                1 Reply Last reply Reply Quote 0
                • J
                  JAST
                  last edited by

                  Hi Phil,

                  I am experiencing the same issue. I have 4 data points in a spreadsheet that are askew after running the report.
                  0_1530303263188_Excel Report - Blank Cells.PNG
                  However in the next tab (Others) on the same spreadsheet, I am encountering no issues.
                  0_1530303275522_Exel Report -Second tab.PNG
                  I attempted the roll up as advised by Joel. The readings are every 5min, but I'm still getting blank cells and gaps.
                  I see that this bug was resolved on GitHub however it is not clear to me what needs to be done to fix the bug?

                  1 Reply Last reply Reply Quote 0
                  • J
                    JAST
                    last edited by

                    Hey Phil,

                    I was able to resolve it with the roll up function. Instead of First, I used Accumulator.

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