• 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

    Make default datebar rollup type Simplify?

    How-To
    4
    8
    1.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.
    • M
      mrlucretius
      last edited by

      How can I have new users / logins always default to simplify for rollup type?

      Thanks,
      Alex

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

        Hi Alex,

        Unfortunately this is not currently possible. The state of the user's selections isn't actually stored on the Mango server, it's stored in the browser's local storage. It could be a nice to have, though (to be able to preload a user's UI state), so thanks for the suggestion!

        1 Reply Last reply Reply Quote 0
        • M
          mrlucretius
          last edited by

          Hi,

          So knowing this, I should just set all of my numeric data points to have rollup type simplify? Is this safe?

          The remote mango server is feeding the cloud server through persistent tcp publishing.

          Are there any repercussions I should be aware of? Or can I blindly set the rollup type? The rollup only affects the visualization correct? It does not modify the logging properties right?

          Thanks,
          Alex

          1 Reply Last reply Reply Quote 0
          • CraigWebC
            CraigWeb
            last edited by CraigWeb

            It does not effect the logging. But doing that would have a global effect on any page that uses the datebar. You could also set the roll up in your

            <ma-point-values point-xid="BDP_EERST_WTW_TOTFL" values="point1Values" from="dateBar.from" 
               to="dateBar.to" rollup="SIMPLIFY" simplifyTolerance="500">
               </ma-point-values>
            
            1 Reply Last reply Reply Quote 0
            • M
              mrlucretius
              last edited by

              Awesome, that does the trick! Duh. I didn't even look there.

              Thanks,
              Alex

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

                Also, the date bar should default to "Point Default" for the roll-up for a new user. The idea of this is on the Data Point setting you can specify a roll-up or simplify option for each Data Point. If you do this you should get the behavior you want.

                1 Reply Last reply Reply Quote 0
                • M
                  mrlucretius
                  last edited by

                  Yes, I have yet to set rollups on data points.

                  I think simplify is safe to apply to all numeric datapoints? I can't think of a reason why not.

                  Thanks,
                  Alex

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

                    I think simplify is safe to apply to all numeric datapoints? I can't think of a reason why not.

                    As CraigWeb noted it does not affect logging. It is likely more overhead than the other rollup types, but I wouldn't expect that to be too big a deal. You can use the internal data source to watch if you see significant changes over time.

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