Join using three tables and aggregate fails #291
-
Hi, I need help again with a join using three tables. I have tried the following:
I would like to group the transactions by their category (which is defined in labels.category, equals/joined with categories.id) and get the overall sum of amounts (column in transactions) per category. Edit: I already tried tablename.columnname scheme but that also did not work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Seems like there is some bug when using aggregate with join, i am taking a look. |
Beta Was this translation helpful? Give feedback.
-
@femto-code fixed in v 4.4.4. Please check and let me know. So it was because - the aggregation was runing two times causing everything to be 1. Please check and let me know. |
Beta Was this translation helpful? Give feedback.
@femto-code fixed in v 4.4.4. Please check and let me know.
So it was because - the aggregation was runing two times causing everything to be 1. Please check and let me know.