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)
Get Grid from Library/MasterPage with findElement("GRID")
voller
Hi everybody!
I want to grab a grid from a masterpage with name "grid"!
tried this with:
var gridhandle = designhandle.findElement("Grid");
but get null pointer!
Does anybody now how to get a named element from a linked Masterpage??
Another Problem: I want to find out on with page I am. Can someone give me a hint on which event a can get the actual pageCount Varibale??
thanks a lot
Find more posts tagged with
Comments
mwilliams
Hi voller,
Can you recreate a report with the sample database where you try to access the grid in the masterpage? As for the page count variable, you should be able to access the current page with the variable pageNumber. Where are you trying to access the pageNumber? Are you trying to display it somewhere?