Got Dataviewjs working (wooo!), now, how to group by? #259
-
Grouping by Project works beautifully without the Metadata API:
However, my code is returning errors when I add the groupBy loop:
Help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
mdelobelle
Jan 19, 2023
Replies: 1 comment 1 reply
-
Hi
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mdelobelle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
this function is not async anymore so you can remove the async calls
And there were some issues with your code, could this work for you?: