locked
Can a Data Region in SSRS use two different data sets? RRS feed

  • Question

  • Hi All,

     

    Question Regarding Data Regions:

    I am using SQL Server 2008 R2 . In SSRS report, can a  Table or a Matrix have its fields coming from  two different data sets?

    Appreciate your help!!

    Thanks!!

     

    Friday, December 30, 2011 12:29 AM

Answers

  • Hi friend,

    I have came across similar issue in which I wanted to use 2 data sets in a single tablix.

    For such scenario there some functions available in SSRS 2008 which might solve your problem.The menu option where we go for writing expressions, functions like LOOKUP, LOOKUPSET and MULTILOOKUP are present which can be used.

    http://technet.microsoft.com/en-us/library/ee210531.aspx

    Have a look....they might help you.

    Bye NJOY

    • Proposed as answer by Sharp Wang Monday, January 2, 2012 2:27 AM
    • Marked as answer by Sharp Wang Thursday, January 5, 2012 5:54 AM
    Friday, December 30, 2011 3:52 AM
  • I am using SQL Server 2008 R2 . In SSRS report, can a  Table or a Matrix have its fields coming from  two different data sets?

    In SSRS 2008 R2, yes. Follow this link for step by step instructions -  http://blog.datainspirations.com/2010/03/19/sql-server-2008-r2-reporting-services-look-up-look-down-look-all-around-part-i/
    • Proposed as answer by Sharp Wang Monday, January 2, 2012 2:27 AM
    • Marked as answer by Sharp Wang Thursday, January 5, 2012 5:54 AM
    Friday, December 30, 2011 4:06 AM
  • Hi All,

     

    Question Regarding Data Regions:

    I am using SQL Server 2008 R2 . In SSRS report, can a  Table or a Matrix have its fields coming from  two different data sets?

    Appreciate your help!!

    Thanks!!

     

    No one tablix can be mapped to one dataset ! You will have to use a SubReport , IF you use RS 2008R2 then it would be LookUP() LookUpSet() MultiLookUp() .
    Rajkumar Yelugu
    • Proposed as answer by Sharp Wang Monday, January 2, 2012 2:27 AM
    • Marked as answer by Sharp Wang Thursday, January 5, 2012 5:54 AM
    Friday, December 30, 2011 9:07 AM

All replies

  • right click one text in a table ,then chose expression chose datasets,you can see the field in other datasets.
    • Proposed as answer by Prateek BI Friday, December 30, 2011 3:45 AM
    • Unproposed as answer by Prateek BI Friday, December 30, 2011 3:45 AM
    Friday, December 30, 2011 3:06 AM
  • Hi friend,

    I have came across similar issue in which I wanted to use 2 data sets in a single tablix.

    For such scenario there some functions available in SSRS 2008 which might solve your problem.The menu option where we go for writing expressions, functions like LOOKUP, LOOKUPSET and MULTILOOKUP are present which can be used.

    http://technet.microsoft.com/en-us/library/ee210531.aspx

    Have a look....they might help you.

    Bye NJOY

    • Proposed as answer by Sharp Wang Monday, January 2, 2012 2:27 AM
    • Marked as answer by Sharp Wang Thursday, January 5, 2012 5:54 AM
    Friday, December 30, 2011 3:52 AM
  • I am using SQL Server 2008 R2 . In SSRS report, can a  Table or a Matrix have its fields coming from  two different data sets?

    In SSRS 2008 R2, yes. Follow this link for step by step instructions -  http://blog.datainspirations.com/2010/03/19/sql-server-2008-r2-reporting-services-look-up-look-down-look-all-around-part-i/
    • Proposed as answer by Sharp Wang Monday, January 2, 2012 2:27 AM
    • Marked as answer by Sharp Wang Thursday, January 5, 2012 5:54 AM
    Friday, December 30, 2011 4:06 AM
  • Hi All,

     

    Question Regarding Data Regions:

    I am using SQL Server 2008 R2 . In SSRS report, can a  Table or a Matrix have its fields coming from  two different data sets?

    Appreciate your help!!

    Thanks!!

     

    No one tablix can be mapped to one dataset ! You will have to use a SubReport , IF you use RS 2008R2 then it would be LookUP() LookUpSet() MultiLookUp() .
    Rajkumar Yelugu
    • Proposed as answer by Sharp Wang Monday, January 2, 2012 2:27 AM
    • Marked as answer by Sharp Wang Thursday, January 5, 2012 5:54 AM
    Friday, December 30, 2011 9:07 AM