QGIS/resources/function_help/$atlasfeature

14 lines
442 B
Plaintext
Raw Normal View History

<h3>$atlasfeature function</h3>
In atlas generation, returns the current feature that is iterated over on the coverage layer. This can be used with the 'attribute' function
to return attribute values from the current atlas feature.
<h4>Syntax</h4>
<pre>$atlasfeature</pre>
<h4>Arguments</h4>
None
<h4>Example</h4>
<pre>attribute( $atlasfeature, 'name' ) &rarr; returns value stored in 'name' attribute for the current atlas feature</pre>