Skip to content

Commit

Permalink
Updated docs for current_value function
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed May 15, 2018
1 parent b4f8614 commit 1e046a1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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'."} ]
}

0 comments on commit 1e046a1

Please sign in to comment.