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

Compare with Current View Page History

« Previous Version 8 Next »

The function returns a number list with all the values that a numeric or date-time field has ever had in the past for current issue. Values appear in the list in ascending ordered by setting time, i.e., older value has index 1, and most recent value has index count(number_list) . Uninitialized field statuses are not represented.

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

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST


The function returns a text list with all the values that a field has ever had in the past for current issue. Values appear in the list in ascending ordered by setting time, i.e., older value has index 1, and most recent value has index count(text_list) . Uninitialized field statuses are represented by empty texts.

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

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a TEXT LIST


The function returns a text list with all the values that a cascading or multi-cascading select field has ever had in the past for level i (with root level = 0) in current issue. Values appear in the list in ascending ordered by setting time, i.e., older value has index 1, and most recent value has index count(text_list) . Uninitialized field statuses are represented by empty texts.

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

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a TEXT LIST