lastValue not available in graphical view Server Side Script
-
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.
-
No, server side scrips are a totally different system. They actually run in the browser. Calling them server side scripts is missleading.