mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Updated docs for current_value function
This commit is contained in:
parent
b4f86147c7
commit
1e046a1726
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "current_value",
|
||||
"type": "function",
|
||||
"description": "Returns the current value of a field in the form or table row currently being edited.",
|
||||
"description": "Returns the current, unsaved value of a field in the form or table row currently being edited. This will differ from the feature's actual attribute values for features which are currently being edited or have not yet been added to a layer.",
|
||||
"arguments": [ {"arg":"field_name","description":"a field name in the current form or table row"}],
|
||||
"examples": [ { "expression":"current_value( 'FIELD_NAME' )","returns":"The current value of field 'FIELD_NAME'."} ]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user