Home
Designing Analytics Reports
Show the parameters in an array
Migrateduser
<p>Hi, I'm sorry for my English, I wanted to know if it was possible to show the name and the values of multiple value parameter and retrieve it as if it were an array. For example, if I had two parameters Company and diagram showing the name and value of each.</p>
<div> </div>
<div>var par = params.lenght;</div>
<div>for (i = 0; i <par; i ++) {</div>
<div> </div>
<div>"Parameter:" + param
+ .label "Value:" + param
.toString().replace(/,/g,",");</div>
<div> </div>
<div>}</div>
Find more posts tagged with
Comments
There are no comments yet