Changes

Jump to: navigation, search

Referencing Other Sections in XML Calculations

43 bytes added, 18:58, 8 January 2015
Conditional Statements
==Conditional Statements==
Conditional Javascript statements can be used. For example, to return the value of cell ''[1,3]'' if the value ''other'' is chosen in cell ''[1,2]'' and otherwise return the value of cell ''[1,2]'', useenter the following in the ''Content'' section:
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">= (([1,2]=='other') ? [1,3] : [1,2])</pre>
8,849
edits

Navigation menu