Writing table content in report Footer

JaydkJaydk Member Posts: 28
I have a report, where i have a footer on it..

Now i want the contents of another table printed out on the footer section, because these sections needs to be on the same page always.

The section is placed on a "integer" dataitem which has a few sub dataitems like this :

xxxxxxx
xxxxxxx
Integer
  Firsttable
  Secondtable
  ThirdTable
    TheTableWithTheNewDataIWantOnTheFooter

I hope it makes sense, but is it possible to do that ?

Comments

  • DaveTDaveT Member Posts: 1,039
    Hi Jaydk,

    Not sure what you are trying to acheive - if you what to print in the footer (let say after the integer dataitem), why not make it a dataitem at the same level which will print next?
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • JaydkJaydk Member Posts: 28
    Because it need to be on the same page as the integer footer is printed on.

    So if i make it a seperate dataitem, it could potentially be printed on the next page
  • DaveTDaveT Member Posts: 1,039
    Hi,

    No, a footer is a fixed height that is set at design stage. You can have a number of textboxes on the footer but if the table has more records then you're in trouble.
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • JaydkJaydk Member Posts: 28
    Yearh, just what i thought.. Got any idea on how to solve this ?
Sign In or Register to comment.