Hi,
I have a report where I use a Parameter that can have Multiple Values.
I created a link within the report result that goes to another report (Action), and when it goes it needs to send a few values, including the Parameter.
How can I send the values I selected in that Multi-Values Parameter?
Right now, if I simply add the Parameter as a function it's added "Parameters!<your param name>.Value(0)", meaning just the first.
I also tried using something like this in the Value I send -
=join(Parameters!<your param name>.Value,",")
But it doesn't recognize it. It needs the values to be separated by "New Row".
Hope I was clear enough :)
Any ideas?
Thanks