Home Search

DriveWorks Solo 21
Indirect

Send Feedback

Indirect

Evaluates the result of a rule provided as a string.

Syntax

Indirect([Rule Text])

Where

This is the rule in the form of a string which will be evaluated and its result returned.

Examples

RuleMeaning
Indirect("DWVariableQuoteItem" & ItemReturn)When ItemReturn results in 2 the result will be the value of the Variable DWVariableQuoteItem 2
Indirect("IF(DWVariableQuoteItem" & ItemReturn &"<2,""A"",""B"")")Will evaluate the result of the Variable DWVariableQuoteItem 3 (When ItemReturn results in 3) and return A if it is less than 2 otherwise will return B.