Footer Report

hydharthydhart Member Posts: 20
Hi,

I have a report with 3 pages in NAV 2016 and create this report using SQL Report Builder. I have set footer to print only in last page, but why the footer are also print at page 2? is it bug? if i only have 2 pages, it's worked well. How do I solve this?

Thanks

Best Answers

Answers

  • SowkarthikaSowkarthika Member Posts: 102
    Hi,

    Are you dynamically hiding Page Footer? What expression are you using ?
  • binilabrahambinilabraham Member Posts: 45
    Please take a look at the standard NAV reports (like 10074) which uses a solution to print footer only at last pages.
    Else try to use a visibility condition with the help of a developer on footer controls to hide it dynamically based on the TotalPages.
    Software Developer,
    Archerpoint India Pvt. Ltd,Chennai.
  • hydharthydhart Member Posts: 20
    Thank you all for your respond,

    No, i just set this on Footer Properties. In footer Properties there are only option to check if you want to print this footer on first or last page only.

    What Version are you using binilabraham? I can't found any standard report with ID 10074. How can I set dynamically based on TotalPages?
  • hydharthydhart Member Posts: 20
    thanks RockWithNAV,

    can you spesifically show where I have to put that code? Sorry I'm a little confused here.
  • binilabrahambinilabraham Member Posts: 45
    You can try the way @Saurav and @RockWithNAV suggested. Bind all the controls inside a rectangle and set the visibility condition as RockWithNAV suggested. Please note, before setting up the condition, change the 'RestPageNumber' property to TRUE in the parent group which you used for Page Break.
    Software Developer,
    Archerpoint India Pvt. Ltd,Chennai.
  • hydharthydhart Member Posts: 20
    Thanks all for your answers.
Sign In or Register to comment.