GetFromPrevRow
This gets value from given field from previous row in current table.
Syntax
GetFromPrevRow("fieldName");
Function arguments
- fieldName – (String) The name of the field to return value from
Return value
This function returns Decimal.
This function return value from given column or empty string if called for first row.
Examples
Example 1:
This will return value from field 'Date to’ from previous table row.
GetFromPrevRow("Date to");