Feature request #10420
Use field values for numerical / string entries when the algorithm is executed iteratively
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 18835 |
Description
Processing allows to use an expression to calculate the value of a "number" entry. See http://docs.qgis.org/2.2/en/docs/user_manual/processing/toolbox.html#the-algorithm-dialog
When using a script or algorithm in "iterating" mode (green arrow next to one vector layer entry), it could be handy to be able to use one or more field names of this layer in the expression, so that the entry numbers or string can be calculated with an expression like
"somefield" * 2 + "otherfield"
History
#1 Updated by Giovanni Manghi over 9 years ago
- Category changed from 94 to Processing/Core
#2 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No