QueryCurrentRow
Returns the current row number
Method Signature
Arguments
Argument
Type
Required
Description
Default
query
query
true
The query to get the current row number from
Examples
Simple QueryCurrentRow Example
Here we've example to get the currentRow number.
Result: 2
Simple currentRow Example
Here we've example to get the currentRow number from query using script syntax.
Result: 3
Additional Examples
Related
Last updated
Was this helpful?