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)
Insert an html button at the bottom left hand side on every page
ajunuthula
Hi, My report has more than 2 pages,and is there a way to make my html button display on each page.
Thank you.
Find more posts tagged with
Comments
mwilliams
Are you using Actuate BIRT and using the HTML button element? Can you not put it in the masterpage footer? I have not tried this, just asking.
ajunuthula
Yes, but am not sure how to add this to the footer.
mwilliams
Hmmm. It is not an available element in the masterpage it seems. You may have to create your own HTML button using html and html scripting tags in a text element. If you have fixed row heights in your report, you could probably use a visibility statement to make it show up only in the last row of your table in each page. Another option could be to interval group your table so that only a specific number of rows comes in each group, just enough to fill the page. Then you could use the group footer to make sure it shows on every page.