fschleich's avatar
07-12-2024
Status:
Needs Votes & Comments

Defining the default aggregation function per dimension

Currently, the aggregation function depends on the type of the dimension : - Text or date => Distinct count - Numeric => Sum In our use case, this default assignation is not always accurate as it ...