Hi
I have 2 datasources hooked on a Rest api.
The first datasource (ds1), gives me the list of groups, with a groupid and a groupname.
The sceond datasources (ds2), gives me a list of tickets, where they are assigned to a group.
Now I want a table to show me the groupnames ds1 in one coloum, and the count of ticket in the group from ds2.
How do I do that? I have tryed with lookup and groupby.