Measure with string
type, ends up with SUM aggregation in the generated SQL to pre-aggregations
#9462
Labels
To Reproduce
This is my cube definition, but you can try this with any string/text based columns:
I am using STRING_AGG measure, but the query:
ends up using sum in the generated SQL:
Expected behavior
It should remain as STRING_AGG
Version:
1.1.18
The text was updated successfully, but these errors were encountered: