Difference between revisions of "UM:Data Collection"

148 bytes added ,  21:00, 3 January 2015
Line 468: Line 468:
== Instance Filter ==
== Instance Filter ==


You can optionally filter out unneeded instances and transform instance names using filtering script written in NXSL. Script will be called for each instance and can return TRUE (to accept instance), FALSE (to reject instance), and array of two elements - first is TRUE and second is new value for instance name.
You can optionally filter out unneeded instances and transform instance names using filtering script written in NXSL. Script will be called for each instance and can return TRUE (to accept instance), or FALSE (to reject instance).<br><br>
If you wish to change the instance-name, instead of TRUE, you can return an array of three elements - first is TRUE, 2nd is {instance} value, and 3rd is the new value for {instance-name}.<br>
Example: %(true, "1", "name")


= Working with collected data =
= Working with collected data =
184

edits