DVSQL
Hall of Fame
Points: 3108
More actions
July 6, 2012 at 4:04 pm
#392684
Is there a way to get across more than one value from main report parameter to subreport parameter?
Mark Fitzgerald-331224
SSCrazy Eights
Points: 8489
July 7, 2012 at 12:56 am
#1509950
Investigate using the join and split functions.
=Join(Parameters!ParamName.Value,"#")..creates a single string of the multiple values with # between
=Split(Parameters!ParamName.Value,"#")..splits the single string into multiple values
Fitz
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply