-
I'm summarizing a column of values and grouping it by a date column (which is stored as a JS Date object). Should this work? At the moment it appears to be treating instances of the same date as separate groups. I worked around this for now using Date.parse so it is comparing numbers instead |
Beta Was this translation helpful? Give feedback.
Answered by
pbeshai
Aug 17, 2021
Replies: 1 comment 1 reply
-
Ah this is a bug, thank you. I will post a fix momentarily. This is fixed in v2.4.3 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pbeshai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah this is a bug, thank you. I will post a fix momentarily.
This is fixed in v2.4.3