mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
Add an example with a string to the to_bool expression
This commit is contained in:
parent
eacf823601
commit
a3383689a6
@ -13,6 +13,9 @@
|
||||
},{
|
||||
"expression": "to_bool('123')",
|
||||
"returns": "true"
|
||||
},{
|
||||
"expression": "to_bool('false')",
|
||||
"returns": "true"
|
||||
},{
|
||||
"expression": "to_bool(0)",
|
||||
"returns": "false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user