简体   繁体   中英

Using More than 2 Entity Relationships in Report Builder (SQL Server 2005)

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM