I have a category table, table2 and Activity table
relation is category(N) - table2(1) - Activity(N)
in a bar chart, I want to show group from category table and count of activities for each group. I’m getting no common table error while configuring a component.
how to fix this for a relationship N:1:N