SubReport parameter does not pick up all values

  • Is there a way to get across more than one value from main report parameter to subreport parameter?

  • 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