Print

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");
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?