Display Footer after N number of entries in RTC

JasmineJasmine Member Posts: 6
edited 2012-08-08 in NAV Three Tier
Hi! I am doing RTC Report.I have placed Signature in Page Footer. I have n number of entries against a posting date. The problem is that if the entries are continued to next page then page footer displayed in every page,it should display in the end of entries.Anyone help me.

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    Did you try by setting PrintonfirstPage to false for page footer property?
  • JasmineJasmine Member Posts: 6
    Yes It works for multiple entries. But in some conditions I may also have a single entry.In that case if I give PrintOnFirstPage it does not works correctly.
  • IsalandIsaland Member Posts: 52
    Hello. You must to do this steps:

    1) Make invisible footer in DataItems
    2) Put "=True" in any cell in the DataItem footer.
    3) Specify name for this cell, where you put True. For example: FooterVisibility
    4) Dublicate footer in Body Section
    5) Put your footer in rectangle
    6) Put the expression to "rectangle" Visibility property:
    =ReportItems!FooterVisibility.Value
    
    I hope this help to solve your problem :wink:
    MB7-840
  • JasmineJasmine Member Posts: 6
    Thanks a lot... It works correctly... :lol:
  • IsalandIsaland Member Posts: 52
    Jasmine wrote:
    Thanks a lot... It works correctly... :lol:
    Your welcome :wink:
    MB7-840
Sign In or Register to comment.