Author Topic: avoid page header in every page  (Read 1237 times)

Offline pooja

  • Statesman
  • ******
  • Posts: 323
  • Forum Citizenship: +4/-26
avoid page header in every page
« on: 24 Mar 2010 08:37:20 pm »
we have a report header with just a plain text and 2-date fields.
whe we run header reapeating every page.
Is there any way page can be restricted in 1st page only when user runs a report

Offline the_xxx

  • Full Member
  • ***
  • Posts: 43
  • Forum Citizenship: +1/-0
Re: avoid page header in every page
« Reply #1 on: 25 Mar 2010 03:33:03 am »
Select the list and create a Overall header...and you can hide the actual header. :)

Offline pooja

  • Statesman
  • ******
  • Posts: 323
  • Forum Citizenship: +4/-26
Re: avoid page header in every page
« Reply #2 on: 25 Mar 2010 03:53:28 am »
Actually I have table in header not the list  which has comapnt name and two different dates on right and left side..???

Offline naveen10046

  • Full Member
  • ***
  • Posts: 22
  • Forum Citizenship: +0/-0
Re: avoid page header in every page
« Reply #3 on: 25 Mar 2010 10:41:02 am »
Drag your header along with  text and 2-date fields and drop it in your body section so that it would be displayed only in the 1st page,later your header section would be empty ,delete if necessary.

Naveen ;D
« Last Edit: 25 Mar 2010 10:43:49 am by naveen10046 »

Offline pooja

  • Statesman
  • ******
  • Posts: 323
  • Forum Citizenship: +4/-26
Re: avoid page header in every page
« Reply #4 on: 25 Mar 2010 08:07:38 pm »
somehow it s not working.sorry for keep postiong same issues.
We are using 8.1, here is the senario for page header keeps coming every page.
we just want to display page header only in first page.Our report is a list report with
section. And here is a header structure;
this is our exact header which we want to display one in first page
--------------------------------------------------------------
                  work place name (plain text)
--------------------------------------------------------------
          from date (<data item>)  to date (<data item>)
---------------------------------------------------------------
todays date (<Date>)                     run date (<data item>)
----------------------------------------------------------------   

Any help kindly appreciated and thank you in advance         

Offline the_xxx

  • Full Member
  • ***
  • Posts: 43
  • Forum Citizenship: +1/-0
Re: avoid page header in every page
« Reply #5 on: 26 Mar 2010 02:26:05 am »
please send me your XML to attilisatish@sandiego.edu

Offline pooja

  • Statesman
  • ******
  • Posts: 323
  • Forum Citizenship: +4/-26
Re: avoid page header in every page
« Reply #6 on: 26 Mar 2010 07:54:26 pm »
 :o

Offline neerukanti

  • Associate
  • **
  • Posts: 2
  • Forum Citizenship: +0/-0
Re: avoid page header in every page
« Reply #7 on: 27 Mar 2010 03:08:10 am »
Hi,


U can create the report expression like
 if (pagenumber()=1)then '<text>'
else
('')

in the same way try to create for other data items which are there in Header,and let me know.

Regards,
Kumar.





Offline Gollapudi

  • Gollapudi
  • Community Leader
  • *****
  • Posts: 147
  • Forum Citizenship: +11/-1
Re: avoid page header in every page
« Reply #8 on: 28 Mar 2010 01:31:53 pm »
Hi...

neerukanti's Solution is the right one, some time back we had the same issue to Page footer, we need it for last page only, then we have aplied this thing....

for all the texts or any other fileds like pageno or Date, add Layout Calculations and do the calculation as an example given in neerukanti's post, then it will work.

Thanks,
Gollapudi.

Offline pooja

  • Statesman
  • ******
  • Posts: 323
  • Forum Citizenship: +4/-26
Re: avoid page header in every page
« Reply #9 on: 29 Mar 2010 08:07:25 pm »
@ Neerukanti--

thank you for your kind reply....but how this work for parameterdisplay ....??

 if (pagenumber()=1)then '<text>'
else
('')
 I mean we need to show date like 'ParamDisplayValue('From')

thank you in advance

Offline Gollapudi

  • Gollapudi
  • Community Leader
  • *****
  • Posts: 147
  • Forum Citizenship: +11/-1
Re: avoid page header in every page
« Reply #10 on: 30 Mar 2010 03:22:00 pm »
Same for Parameter as well.....

 if (pagenumber()=1)then ParamValue('Parameter1')
else
('')

Thanks,
Gollapudi.

Offline Sri Kalyanapu

  • Full Member
  • ***
  • Posts: 17
  • Forum Citizenship: +1/-0
Re: avoid page header in every page
« Reply #11 on: 07 Sep 2010 08:48:22 pm »
You don't need to write any code to avoid repeating page header in every page.It's very simple...Keep all the header stuff in One table.Select that table and goto table properties , Under "General" option select Pagination , one window will open , there unselect 'Allow contents to break across pages' and 'Repeat table rows on page break'. Save your report.Thats All.

Best Regards,
Srinivas Kalyanapu

Best Regards,
**********
Sri Kalyanapu.