You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The function returns a text with the previous value of a field for the current issue. It will return null if the field was previously uninitialized.

Syntax
previousValue(%{nnnnn}) #Output: Text
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a TEXT


The function returns a number with the previous value of a numeric or date field for the current issue. It will return null if the field was previously uninitialized.

Syntax
previousValue({nnnnn}) #Output: Number
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a NUMBER


The function returns a text with the previous value of a cascading or multi-cascading select field for the current issue at level i (with root level = 0). It will return null if the field was previously uninitialized.

Syntax
previousValue(%{nnnnn.i}) #Output: Text
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a TEXT