Is nested grouping possible? #746
-
Hi! I'm using the example in the README to sort my video games data
This results in something like:
But I was wondering if it would be feasible to add another grouping layer, for instance, by platform:
Is this possible or do I have to make a query per State? |
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Feb 14, 2022
Replies: 2 comments 3 replies
-
I don't have any answer 😔 ... but I would also be very interested in knowing if it's feasible 😊 |
Beta Was this translation helpful? Give feedback.
3 replies
-
Nested loops with group by is the easiest way, as another commenter mentioned:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
awlobo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nested loops with group by is the easiest way, as another commenter mentioned: