Home
Analytics
Format of multivalue parameter on the URL
bzarnett
What is the format for multi-value parameters if we pass it from a URL?<br />
<br />
For example, I have declared a multi-value part called "names".<br />
<br />
How would I pass this down the pipe?<br />
<br />
<a class='bbc_url' href='
http://localhost:8900/iportal/iv?__report=X&names=?????'>http://localhost:8900/iportal/iv?__report=X&names=?????</a><br
/>
<br />
<br />
Cheers,<br />
Bryan
Find more posts tagged with
Comments
averma
Hi Bryan,
Multi-parameter values can be given as pipe-seperated values in the URL. e.g. paramname=5|10|17
AV