mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
{
|
|
"name": "$rownum",
|
|
"type": "function",
|
|
"description": "Returns the number of the current row.",
|
|
"examples": [{
|
|
"expression": "$rownum",
|
|
"returns": "4711"
|
|
}],
|
|
"tags": ["row", "number", "current"]
|
|
}
|