Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Show Header only on first page BIRT
Show Header only on first page BIRT [message #1073808] Thu, 25 July 2013 14:21 Go to next message
Sachin Rajmane is currently offline Sachin RajmaneFriend
Messages: 14
Registered: May 2013
Junior Member
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 14:22]

Report message to a moderator

Re: Show Header only on first page BIRT [message #1073847 is a reply to message #1073808] Thu, 25 July 2013 16:01 Go to previous messageGo to next message
Sachin Rajmane is currently offline Sachin RajmaneFriend
Messages: 14
Registered: May 2013
Junior Member
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 11:29 Go to previous messageGo to next message
charles candy is currently offline charles candyFriend
Messages: 24
Registered: March 2013
Junior Member
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 20:58 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

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.

Michael

Developer Evangelist, Silanis
Previous Topic:Year-to-date function with missing values
Next Topic:Populate report parameter based on another parameters selection
Goto Forum:
  


Current Time: Thu Apr 25 03:39:09 GMT 2024

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

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

Back to the top