Print out a footer in the Report when there is no Body

MauddibMauddib Member Posts: 269
I have a report designed that has the following dataitems:

SalesPerson/Purchaser
Sales invoice headers.

In the footer of Sales invoice headers I have some fields based on C/al Code displaying certain statistics and facts about the Sales Person.

The problem is that the footer doesnt print if there are no invoices. If there is no Body there is no Footer. Is there any way of setting it so it will print the footer regardless?

GaMBe

Comments

  • DenSterDenSter Member Posts: 8,307
    Set your salesperson to group by salesperson code, and add a groupfooter section to the salesperson dataitem.
  • KowaKowa Member Posts: 925
    Mauddib wrote:
    In the footer of Sales invoice headers I have some fields based on C/al Code displaying certain statistics and facts about the Sales Person.
    If the footer displays statistics about the sales person the footer should belong to the Sales Person DataItem. Then it will show up for every sales person.
    Kai Kowalewski
  • SbhatSbhat Member Posts: 301
    You could use the 'Integer' data item and put your code in there and print the textbox on the the integer section.

    Regards
    SB.
Sign In or Register to comment.