Footers in a Report
 
            
                
                    sabzam                
                
                    Member Posts: 1,149                
            
                        
            
                    Dear All,
I have got a report with three footers. I need that all the footers are printed at the end of the page one above each other - therefore detached from the body. The very last one is doing so without any problems but the other two are being displayed exactly below the body rather than above the footer.
Is it possible to force them to be displayed one above each other?
                I have got a report with three footers. I need that all the footers are printed at the end of the page one above each other - therefore detached from the body. The very last one is doing so without any problems but the other two are being displayed exactly below the body rather than above the footer.
Is it possible to force them to be displayed one above each other?
0                
            Comments
- 
            You can go to the properties of the footer (in Section Designer, select Footer) and set property PlaceInBottom to Yes on all footers.
 Tino Ruijs
 Microsoft Dynamics NAV specialist0
- 
            That would end up that the top-most footer would go to the end of the page while the other two on a seperate page each as they would need to be at the very end0
- 
            Did you try to use KeepWithNext = yes (not = <yes>) in combination with PlaceInBottom?--
 Josef Snayberk0
- 
            The Issue is this:
 We have got an invocies and at the bottom there is the VAT Analysis. The vat analysis includes a header, a body a footer. Besides there is a footer above related to the sales Line and another footer related to the sales Header below. I want all this section at the very bottom of the report. Is this possible. Therefore in a nutshell I need a footer; a header; a body; a footer and anotehr footer; one above each otehr at the bottom of the page0
- 
            If you have:
 dataitem1
 dataitem2 (indented)
 dataitem3 (indented)
 then the report will always print
 Sections:
 Dataitem1 Header
 Dataitem1 Body
 Dataitem2 Header
 Dataitem2 Body
 Dataitem2 Footer
 Dataitem3 Header
 Dataitem3 Body
 Dataitem3 Footer
 Dataitem1 Footer
 The footers cannot be together. What you need is either to have all of the information in the Dataitem 1 Footer (you could use three different sections), or more dataitems (the same result) - integer dataitems that print once with the summary you need.
 So either
 Sections:
 Dataitem1 Body
 Dataitem2 Header
 Dataitem2 Body
 Dataitem2 Footer
 Dataitem3 Header
 Dataitem3 Body
 Dataitem3 Footer
 Dataitem1 Footer
 Dataitem1 Footer
 Dataitem1 Footer
 Or
 dataitem1
 dataitem2 (indented)
 dataitem3 (indented)
 integer dataitem4
 integer dataitem5
 integer dataitem6
 Sections:
 Dataitem1 Body
 Dataitem2 Header
 Dataitem2 Body
 Dataitem3 Header
 Dataitem3 Body
 Dataitem4 Body
 Dataitem5 Body
 Dataitem6 Body
 -a0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 322 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions


