• 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

    lastValue not available in graphical view Server Side Script

    Scripting general Discussion
    2
    2
    1.6k
    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.
    • P
      Pedro
      last edited by

      I pasted the value below directly from a metadata point:

      var switched = value.lastValue().time;
      

      and received the following output:

      org.mozilla.javascript.EcmaError: TypeError: Cannot find function lastValue in object false. (#1) in at line number 1 in at line number 1

      Shouldn't all metadata script functions also work within a server side script?

      On another note, lastValue() should be added to the wiki page.

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

        No, server side scrips are a totally different system. They actually run in the browser. Calling them server side scripts is missleading.

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