I need to pass the selected values of the multivalue parameter of the parent report.
When I use the join, I get the selected values, but these are organized into a string as "value1, value2 ...";
when I use Parameters!Mvalue.Value all values are passed as a "value1, value2, value3, value4" string (fe the Mvalue has 4 values) and I don't want this behaviour.
When I indicate the report for the jump, I must specify for the mvalue parameter an array with only the selected values: how can I do it?
Thanks.