CellValue
- Last Updated: August 14, 2020
- 2 minute read
- Corticon.js
- Documentation
SYNTAX
Various, see Examples below
When used in an expression, cellValue performs text replacement where the value is determined by the rule Column that executes. Using cellValue in a Condition or Action expression eliminates the need for multiple, separate Rows to express the same logic.
The Operators row of the table in Vocabulary usage restrictions does not apply. Special exceptions: cellValue may only be used in Condition and Action Rows (sections 3 and 5 in Sections of Rulesheet that correlate with usage restrictions).
This sample Rulesheet uses cellValue to increment
integer1 by the amount in the Action Cell of the
rule Column that fires. An equivalent Rulesheet which does not use cellValue is also
shown for comparison purposes.
![]()
Equivalent Rulesheet without using cellValue:
![]()
A sample Ruletest provides two examples of boolean1. The following table shows Input and Output panels.
![]()