Skip to content

Commit 0b68fa9

Browse files
committed
Note the version that supports STRING_AGG in view entities
1 parent c8d1993 commit 0b68fa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/refguide/modeling/domain-model/oql/oql-expressions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ STRING_AGG ( attribute_path, separator )
7878

7979
`separator` is any expression of type `STRING`.
8080

81+
This aggregate function is supported in View Entities and Datasets starting from Mendix 11.2.0, whereas previously it was only available in Java actions.
82+
8183
### Examples
8284

8385
In the following examples, the `Sales.Product` entity has five objects with `Name` and `Stock` attributes:

0 commit comments

Comments
 (0)