Groups | Blog | Home
all groups > sql server reporting services > september 2007 >

sql server reporting services : Report item not linked to a dataset


Jim B
9/21/2007 9:38:00 AM
I have a need to add a text box to a report. The text box will have an
expression that I need to have that captues the value of a field from a
second data set associated with the report. I add a text box but in the edit
expresssion process I can't access any fields (from any data set) and i get
the message Report item not linked to a dataset. I'm not trying to add a new
table or anything like that. I just want to be able to grab that field value
and disply.
--
EMartinez
9/22/2007 1:50:14 AM
[quoted text, click to view]


If I'm understanding you correctly, you should be able to reference a
dataset via an aggregate expression. Something like this should work.
=Max(Fields!SomeFieldName.Value, "SomeDatasetName")
Hope this helps.

Regards,

Enrique Martinez
Sr. Software Consultant
Jim B
9/23/2007 7:20:00 AM
That's exactly what I needed to know. Thanks for your response to my question.
--
Thanks, Jim


[quoted text, click to view]
EMartinez
9/25/2007 12:59:38 AM
[quoted text, click to view]


You're welcome. Glad I could help.

Regards,

Enrique Martinez
Sr. Software Consultant
AddThis Social Bookmark Button