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)
using dataset value in variable
Rajesh kmr
is there any way to use dataset value in variable,at present i can use parameter values there but i am not getting any option to insert the value that are in dataset and use it in variable manipulation,
i dont want to create every time a parameter for that dataset column values.
Find more posts tagged with
Comments
Baku
<blockquote class='ipsBlockquote' data-author="'Rajesh kmr'" data-cid="82451" data-time="1315488391" data-date="08 September 2011 - 06:26 AM"><p>
is there any way to use dataset value in variable,at present i can use parameter values there but i am not getting any option to insert the value that are in dataset and use it in variable manipulation,<br />
<br />
i dont want to create every time a parameter for that dataset column values.<br /></p></blockquote>
<br />
The only way I see for that is to set a Persistent Global Variable in the onFetch() method of your dataSet.<br />
Then you can access your PGV anywhere in the report.