Skip to main content



      Home
Home » Archived » BIRT » Show Header only on first page BIRT
Show Header only on first page BIRT [message #1073808] Thu, 25 July 2013 10:21 Go to next message
Eclipse UserFriend
Hi Birt Guru's,


I want to show header only on first page.

How can i implement this in BIRT.

I cant put the header in layout, as i have table in layout and it creates some problem if i put header along with the table in layout.

I tried options given on other references such as :

if ( pageNumber > 1) {

this.getStyle().display = "none";

}

But, somehow this is not working for me.

Please suggest.

[Updated on: Thu, 25 July 2013 10:22] by Moderator

Re: Show Header only on first page BIRT [message #1073847 is a reply to message #1073808] Thu, 25 July 2013 12:01 Go to previous messageGo to next message
Eclipse UserFriend
Birt version i am using is 3.7
Re: Show Header only on first page BIRT [message #1075409 is a reply to message #1073847] Mon, 29 July 2013 07:29 Go to previous messageGo to next message
Eclipse UserFriend
this can be done by using group
Re: Show Header only on first page BIRT [message #1075670 is a reply to message #1075409] Mon, 29 July 2013 16:58 Go to previous message
Eclipse UserFriend
It should also work if you're using separate run and render tasks. From the designer, this would mean running to the web viewer then exporting to your desired output.
Previous Topic:Year-to-date function with missing values
Next Topic:Populate report parameter based on another parameters selection
Goto Forum:
  


Current Time: Fri Mar 28 13:00:22 EDT 2025

Powered by FUDForum. Page generated in 0.03832 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top