Hi All,
I have a #multivalue error passing a multiple values through the hyperlink . I need the values of the object I am passing through to appear in one cell separated with a " ;"
Data Set looks like this:
Florida
Illinois
Virginia
New York
I want it to appear like
Florida;Illinois;Virginia;New York
="<a href=\"../../opendoc/openDocument.jsp?sRefresh=Y&sDocName=Child Report&lsMCustomer="+URLEncode(""+[Customer])+"\" title=\"\"target=\"_blank\" nav=\"doc\">"+"</a>
Any ideas?