mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Fix JSON
This commit is contained in:
parent
af027d9d10
commit
8754d55a09
@ -6,6 +6,6 @@
|
||||
{"arg":"value2", "description": "The control value that will trigger the NULL substitution."}],
|
||||
"examples": [ { "expression":"nullif('(none)', '(none)')", "returns":"NULL"},
|
||||
{ "expression":"nullif('text', '(none)')", "returns":"'text'"},
|
||||
{ "expression":"nullif(\"name\", ''), "returns":"NULL, if name is an empty string (or already NULL), the name in any other case."} ]
|
||||
{ "expression":"nullif(\"name\", '')", "returns":"NULL, if name is an empty string (or already NULL), the name in any other case."} ]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user