vote up 3 vote down star
1

I've created a model using SQL Server Reporting Services. When I try to create a report using the Report Builder, I can drag an entity to the report, followed by a nested sub-entity. I get the two-level grouping as expected.

However, I cannot add a third level entity to the relationship, no matter which combination I try.

What can I do to enable multi level entity relationships in Report Builder?

flag
Ugh...hearing this makes me yearn for Cognos. I guess you get what you pay for. – Sam May 6 at 23:38

2 Answers

vote up 0 vote down

I am having the same issue... I cannot add more then 2 entities, any help would be greatly appreciated.

link|flag
1  
Mate, it simply cannot be done. Your best bet is to create a model which is based on a single query that joins several tables together and then do group in Report Builder. This is inefficient, but will get the job done. – Scott Nov 16 at 1:34
vote up 1 vote down check

I've had lots of time to play here. I haven't found a way using standard role relationships. Instead, I created a named query that joins multiple tables together. I then create folders in the model for each column, depending on from which table they originate. This mimics, more or less, the effect of having multiple entities.

I find that this, and using the table wizards and flexible tablix groupings in Report Builder 2.0 work pretty well.

link|flag
I've received some feedback from Microsoft regarding this. Apparently, using a "flat" query is the way around this. Still, I find myself creating a very large, complex query which is starting to put a heavy load on the server. I'm still open to ideas. – Scott Feb 26 at 2:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.