QGIS/resources/function_help/$atlasfeatureid

15 lines
325 B
Plaintext
Raw Normal View History

<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>