diff --git a/resources/function_help/json/relation_aggregate b/resources/function_help/json/relation_aggregate index b43544ee9e9..3ec369d556a 100644 --- a/resources/function_help/json/relation_aggregate +++ b/resources/function_help/json/relation_aggregate @@ -1,11 +1,11 @@ -{ +x{ "name": "relation_aggregate", "type": "function", "description": "Returns an aggregate value calculated using all matching child features from a layer relation.", "arguments": [ {"arg":"relation", "description":"a string, representing a relation ID"}, {"arg":"aggregate", "description":"a string corresponding to the aggregate to calculate. Valid options are:
"}, - {"arg":"calculation", "description":"sub expression or field name to aggregate"}, + {"arg":"expression", "description":"sub expression or field name to aggregate"}, {"arg":"concatenator", "optional":true, "description":"optional string to use to join values for 'concatenate' aggregate"} ], "examples": [