Difference between revisions of "NXSL:GetDCIRawValue"
Jump to navigation
Jump to search
(Created page with "__NOTOC__ Get last raw value (before transformation) of DCI with given ID on given node. '''Since:''' 1.2.8 == Syntax == GetDCIRawValue(''node'', ''id''); == Parameters =...") |
m (Text replacement - "^" to "{{deprecated}}") |
||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Get last raw value (before transformation) of DCI with given ID on given node. | Get last raw value (before transformation) of DCI with given ID on given node. | ||
Latest revision as of 16:13, 13 September 2022
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide) |
Get last raw value (before transformation) of DCI with given ID on given node.
Since: 1.2.8
Syntax
GetDCIRawValue(node, id);
Parameters
node Node object. Predefined variable $node can be used to refer to current node in transformation script or event processing policy rule. id DCI ID.
Return Value
Last raw value (before transformation) for given DCI or null if DCI with given ID does not exist or has no collected values.
Examples
GetDCIRawValue($node, FindDCIByName($node, "Status")) -> 0