File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,27 @@ You can apply these accumulates to arrays of String values:
95
95
96
96
* - concat
97
97
- Concatenates the values of the array into a a single string.
98
+ In the :guilabel:`Delimiter` field, enter characters that you
99
+ want |charts-short| to display between each array element. The
100
+ default delimiter is ``,``.
101
+
102
+ .. example::
103
+
104
+ Consider the following array that describes movie genres:
105
+
106
+ .. code-block:: javascript
107
+ :copyable: false
108
+
109
+ "genres": ["Action", "Horror", "Sci-Fi"]
110
+
111
+ |charts-short| concatenates the array to produce the following
112
+ string when you enter ``/`` in the :guilabel:`Delimiter`
113
+ field:
114
+
115
+ .. code-block:: none
116
+ :copyable: false
117
+
118
+ Action/Horror/Sci-Fi
98
119
99
120
* - min length
100
121
- Returns the length of the shortest string in the array.
You can’t perform that action at this time.
0 commit comments