stroom
stroom copied to clipboard
I'd like to be able to call the aggregate functions with multiple values
for example distinct(${Field1},${Field2},${Field3},', ')
maybe we need a makeAggr(${Field1},${Field2},${Field3}) that could be passed to the existing functions
Making an aggregate of values feels like a very different operation to making an aggregate of distinct values.