Hi everybody,
I'm trying to send a list of values to another report, the report 1 is displaying a list of partners and the report 2 should take that list of partners and generate another report.
I'm doing something like this:
="<a href=\"../../scripts/openDocument.aspx?sType=wid&sDocName=Company_Catalog&sWindow=NEW&lsMPartnerId=" + [PartnerId]"\">Company Catalog</a>"
The problem is that I'm getting a Multivalue Error, because [PartnerId] is a list of values.
How can I generate a hyperlink with the values of a column?
Thank you,
Marcela