Hi,
i think this is easy to d, but i cant figure out how, i tried it the whole day:
I need a query where three Classes are included:
ContentItem(has a list named "SetsHavingItem")
ContentSet(has a list "Items")
Download-Track(has many datarows and stores ContentSets)
ContentItem and ContentSet have already a bidirectional many-to-many relation between (Items and SetsHavingItem)
Now i want a query which gives me
all ContentItems which are included in ContentSets in the Download-Track Table
It cant be that difficult, please give me a hint.
[/b]
|