Open main menu

TaticView β

Changes

Expressions

93 bytes added, 17:21, 12 July 2017
no edit summary
<!--T:58-->
Special variables can be used with the expressions.
 
'''Important:''' The variables below must be enclosed in double quotation marks
<!--T:59-->
"@count " - Total number of lines returned in a table.
<!--T:60-->
"@row " - current line number.
<!--T:61-->
"@sum[Column] " - Sum of indicated column.
<!--T:63-->
"@avg[Column] " - Avg of indicated column like @sum[Column] / @count
<!--T:64-->
"@prev[column] " - Previous row column value
<!--T:65-->
"@accumCol[column] " - Current accumulated column value. Useful to calculate Variable Avg ("@accumCol[column]" / "@row")
</translate>