diff --git a/resources/function_help/Conversions-en_US b/resources/function_help/Conversions-en_US new file mode 100644 index 000000000000..2aea2882bc81 --- /dev/null +++ b/resources/function_help/Conversions-en_US @@ -0,0 +1,2 @@ +

Conversions Group

+This group contains functions to convert on data type to another e.g string to integer, integer to string. diff --git a/resources/function_help/Fields-en_US b/resources/function_help/Fields-en_US new file mode 100644 index 000000000000..e2c00329b71e --- /dev/null +++ b/resources/function_help/Fields-en_US @@ -0,0 +1,5 @@ +

Fields and values Group

+Contains a list of fields from the layer. +

+Select the field name from the list then right-click to access menu with options to load sample values from the selected field. + diff --git a/resources/function_help/Geometry-en_US b/resources/function_help/Geometry-en_US new file mode 100644 index 000000000000..ad48a2c9d9d1 --- /dev/null +++ b/resources/function_help/Geometry-en_US @@ -0,0 +1,2 @@ +

Geometry Group

+This group contains functions that operate on geometry objects e.g length, area. diff --git a/resources/function_help/Math-en_US b/resources/function_help/Math-en_US new file mode 100644 index 000000000000..2d2cb791acec --- /dev/null +++ b/resources/function_help/Math-en_US @@ -0,0 +1,2 @@ +

Math Group

+This group contains math functions e.g square root, sin and cos diff --git a/resources/function_help/Operators-en_US b/resources/function_help/Operators-en_US new file mode 100644 index 000000000000..70b2268d0dc3 --- /dev/null +++ b/resources/function_help/Operators-en_US @@ -0,0 +1,2 @@ +

Operators Group

+This group contains operators e.g + - * diff --git a/resources/function_help/Record-en_US b/resources/function_help/Record-en_US new file mode 100644 index 000000000000..2d9ceb1a44e8 --- /dev/null +++ b/resources/function_help/Record-en_US @@ -0,0 +1 @@ +

Record Group

diff --git a/resources/function_help/String-en_US b/resources/function_help/String-en_US new file mode 100644 index 000000000000..dd068fee0220 --- /dev/null +++ b/resources/function_help/String-en_US @@ -0,0 +1,2 @@ +

String Group

+This group contains functions that operate on strings e.g replace, convert to upper case.