stroom icon indicating copy to clipboard operation
stroom copied to clipboard

I'd like to be able to call the aggregate functions with multiple values

Open stroomdev10 opened this issue 1 year ago • 1 comments

for example distinct(${Field1},${Field2},${Field3},', ')

maybe we need a makeAggr(${Field1},${Field2},${Field3}) that could be passed to the existing functions

stroomdev10 avatar Mar 06 '24 09:03 stroomdev10

Making an aggregate of values feels like a very different operation to making an aggregate of distinct values.

gcdev373 avatar Mar 06 '24 10:03 gcdev373