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.

  • Excel Reports Sent at Wrong Time

    User help excel reports time cron mangoes
    9
    0 Votes
    9 Posts
    3k Views
    MattFoxM
    This will be a handy post for those who are running cloud hosted solutions as there isn't a mangoES settings section for custom installs.
  • 0 Votes
    4 Posts
    2k Views
    MattFoxM
    if you use the ma-now directive and combine it with a maMoment filter for your point values, you can then have it updating for the last 12 hours fixed. <ma-now update-interval="1 SECONDS" output="timeNow"></ma-now> <!-- change to minutes or hours as required --> <ma-point-values point="device" values="seasonal" from="timeNow | maMoment : subtract : '12 hours'" to="timeNow" rollup="ACCUMULATOR" rollup-interval="1 DAYS"></ma-point-values> I believe it's something to that effect off the top of my head...