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)
Parameter or fields from a dataset on the master page
Ad_Stork
Hello All,
Can anyone tell me if it is possible to get a parameter, variable or field from a dataset on a masterpage and how it is done ?
The problem is we would like to test on a parameter/field/variable to show a corresponding image.
Hope to hear from you.
Ad
Find more posts tagged with
Comments
mwilliams
Hi Ad,
If you put a data element in your master page header or footer, you can grab the parameter value or if you bind the data element to a dataSet, you can get the the values from the first row of the dataSet. You can only get the first value because the master page is only created once.
Hope this helps.