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)
Input parameter value in javascript
rashad01
How to use an input parameter value in javascript? I have three input parameters in my report and i want to use value of one of it. How can how use this value.. which command can I use??
Find more posts tagged with
Comments
johnw
params["paramName"].value
or
params[1].value, where 1 is the parameter position.
You can get access to your parameters easily by using the expression builder and looking at report parameters, or if you are using the script editor, by switching over to the palette, and there is a Report Parameters folder.