Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Report Builder - Field visible in Entities

Author  Topic 

nitsmooth
Yak Posting Veteran

68 Posts

Posted - 2010-08-04 : 05:18:08
i have used two tables in my report model... Ticket and Customer. These two tables are related on two fields: Requestor and Email, present both in Ticket and Customer.

Now the problem is when i view my model in the report builder and after dragging the field "Ticket ID" of TIcket table in the design, for the sub enitities of Ticket i see the table name as Email in the Entities List.

But i want to see the table name as Customer only or may be Requestor but not Email, IS there any way to avoid this....??
   

- Advertisement -