mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
|
<h3>$atlasfeatureid function</h3>
|
||
|
Returns the feature id of the current row while using atlas.
|
||
|
This enables you to use features of atlas in rules
|
||
|
and for example show or hide features based on their id.
|
||
|
|
||
|
<h4>Syntax</h4>
|
||
|
<pre>$atlasfeatureid</pre>
|
||
|
|
||
|
<h4>Arguments</h4>
|
||
|
None
|
||
|
|
||
|
<h4>Example</h4>
|
||
|
<pre>$atlasfeatureid = $id</pre>
|
||
|
|