all groups > sql server reporting services > may 2007 >
You're in the

sql server reporting services

group:

how to send all values for a field to a subreport


how to send all values for a field to a subreport Stephanie
5/23/2007 11:31:01 AM
sql server reporting services: How do I send all values of a field in a dataset to a subreport?

RE: how to send all values for a field to a subreport Amarnath
5/24/2007 8:14:00 AM
You can concatenate and send it.

Amarnath

[quoted text, click to view]
RE: how to send all values for a field to a subreport Stephanie
5/24/2007 8:23:00 AM
Can you be more specific, perhaps with some sample code?

[quoted text, click to view]
RE: how to send all values for a field to a subreport Amarnath
5/27/2007 2:21:00 AM
I presume you are sending multiple values something like (10,20,30) correct
me if I am wrong. send the concatenated values. ie 10+20+30 as string....some
thing like '102030' and then once passed in side the query of the subreport
you can seperate all the 3 values using instr function.

Amarnath



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