Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Urgent Help in Passing multiselect value through parameters.
sirim
Hello Everyone,
I am trying to pass two multiselect values through parameters and wrote the script in beforeopen() as
temp = params["Title"].join("','");
this.queryText = this.queryText.replace("abcde",temp);
temp = params["Type"].join("','");
this.queryText = this.queryText.replace("fghij",temp);
Where "Title" and "Type" are the names of the parameters.
But still I cannot pass the value through the parameters.
Any idea what I am doing wrong.
Please I need urgent help.
Find more posts tagged with
Comments
mwilliams
So, the multi-select parameters are in the same report? You're just trying to use them in your dataSet?
sirim
I got the solution...I was able to pass the values
mwilliams
Good to hear!