all groups > sql server reporting services > march 2005 >
You're in the

sql server reporting services

group:

second datset in table?


second datset in table? Eric
3/23/2005 2:23:05 PM
sql server reporting services:
I'm trying to input data from a second dataset into a table. The Edit tool
only gives me First(Fields!Name.Value, "DataSet2"). How do I remove the
"First" and just get the actual value with the correct Dataset? Sorry if
Re: second datset in table? Eric
3/24/2005 8:51:05 AM
Thanks, I'll just create a subreport.

[quoted text, click to view]
Re: second datset in table? Jeff A. Stucker
3/24/2005 9:41:07 AM
Are you trying to link the values of the datasets together, so that DataSet1
driving the table references some values in DataSet2? You can't really
merge two different data sets in the same report table. So there are 2 ways
to work around this: either join your two sets of data in your source
query, or put the second data in a subreport and link the "outer" value in
the report table to the "inner" value in the subreport which could be
dropped onto a table cell. If you can do the former, I'd suggest that.

--
Cheers,

'(' Jeff A. Stucker
\

[quoted text, click to view]

Re: second datset in table? C. Lynn
3/24/2005 11:21:07 AM
Do either of you know of a way to display the data in the main report.

Ex. A Policy Number may have 0 to N Rider Records...

How can I have a one page report for each policy number, while displaying
information about his zero to "N" Rider Records on that same page?

Suggestions welcomed. Thanks!

[quoted text, click to view]
AddThis Social Bookmark Button