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)
go to page number in hyperlink.
zkhalid
Hi
I have created an hyperlink in report column header which sends the user on the same report with some different parameters. Now what i want is to send the current pagenumber as parameter so when the report is rendered again it comes back on the same page.
I got the current page number using the variable pageNumber. I want to send out that as a query parameter so that when report refreshes it comes back to the same page.
Using BIRT 2.3.2
Find more posts tagged with
Comments
mwilliams
Hi zkhalid,
You should be able to use the URL parameter &__page=pageNumberYouWant in the hyperlink's URL to get the page number you want.
Hope this helps.