You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When grouping by a column of type date and applying additional summary configurations for other columns, the results differ when using min or max aggregate functions.
I would like to know when this bug will be corrected. Is there any upcoming release that includes the correction? It's still not working for us, and it's critical for our operations.
Description
When grouping by a column of type
date
and applying additional summary configurations for other columns, the results differ when usingmin
ormax
aggregate functions.Consider the following configuration:
The summary result displays the value
1/1/1970
:However, when setting to another aggregate function, for example,
avg
,the result is the following:
This is due to the following check in the
_summaries
function:Steps to reproduce
Result
The results differ when using
min
ormax
aggregate functions.Expected result
The results should be a number representing the
min
ormax
value inside the column.The text was updated successfully, but these errors were encountered: