mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Add missing function help (fix #15264)
This commit is contained in:
parent
c7ffdfa5e9
commit
59dc4079a5
5
resources/function_help/json/Aggregates
Normal file
5
resources/function_help/json/Aggregates
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Aggregates",
|
||||
"type": "group",
|
||||
"description": "Contains functions which aggregate values over layers and fields."
|
||||
}
|
7
resources/function_help/json/char
Normal file
7
resources/function_help/json/char
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "char",
|
||||
"type": "function",
|
||||
"description": "Returns the character associated with a unicode code.",
|
||||
"arguments": [ {"arg":"code","description":"a unicode code number"}],
|
||||
"examples": [ { "expression":"char(81)", "returns":"'Q'"} ]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user