Home
Designing Analytics Reports
Display of multiple parameters.
Migrateduser
<p>Good morning!</p>
<p> </p>
<p>I have an issue with the display of multiple parameters.</p>
<p>I am using mblock’s report design for reference (“InClauseTestâ€): I have</p>
<pre class="_prettyXprint">
HR_APPOINTMENT.C_COURT IN ('****')
</pre>
<p>in my DataSet and</p>
<pre class="_prettyXprint">
this.queryText = this.queryText.replace("****", params["C_COURT"].value.join("','"));
</pre>
<p>in my DataSet’s script.</p>
<p> </p>
<p>It works well, but I get duplicated rows as a result (screenshot is attached).</p>
<p> </p>
<p>Is there a way to:</p>
<p>1. get rid of excessive rows;</p>
<p>2. and, very important, to display information in line? Meaning, “PARAM_1, PARAM_2, PARAM_3†and not one above the other. User will choose as many parameters as he wants, so, he can get over 10-20 names, it will be visually much more comprehensive to see them neatly in line separated by commas.</p>
<p> </p>
<p>Thank you in advance!!!</p>
Find more posts tagged with
Comments
There are no comments yet