mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
Fix function help for represent_value
This commit is contained in:
parent
e604460a15
commit
b527be02d7
@ -4,9 +4,9 @@
|
|||||||
"description": "Returns the configured representation value for a field value. It depends on the configured widget type. Often, this is useful for 'Value Map' widgets.",
|
"description": "Returns the configured representation value for a field value. It depends on the configured widget type. Often, this is useful for 'Value Map' widgets.",
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{"arg":"fieldName", "description": "The field name for which the widget configuration should be loaded."},
|
{"arg":"fieldName", "description": "The field name for which the widget configuration should be loaded."},
|
||||||
{"arg":"value", "description": "The value which should be resolved. Most likely a field." },
|
{"arg":"value", "description": "The value which should be resolved. Most likely a field." }
|
||||||
],
|
],
|
||||||
"examples": [
|
"examples": [
|
||||||
{ "expression":"represent_value('field_with_value_map', \"field_with_value_map\")", "returns":"Description for value"},
|
{ "expression":"represent_value('field_with_value_map', \"field_with_value_map\")", "returns":"Description for value"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user