Leading blank page with NewPagePerGroup

bbrownbbrown Member Posts: 3,268
I have a report where I am using NewPagePerGroup with my first DataItem. The DataItem has only 1 GroupField. The report prints fine except it prints a blank page at the beginning.

Any thoughts on how to suppress this first page?
There are no bugs - only undocumented features.

Comments

  • ara3nara3n Member Posts: 9,256
    How is your report done.

    How many dataitems, indented?
    What sections do you have?

    It'll help if you paste your report in here.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • jamesjames Member Posts: 56
    This happens when you have filters on the report and the first group that is printed out is not the first value of that Group

    i.e. If you were grouping by say Country - and your countries were IT,SWE,UK & USA, yet there was only data for SWE, UK & USA for some reason Navision will insert a blank page because of the IT even though there is no data for this country.

    If there was data for IT, UK & USA, it will not insert a blank page, as the first group has values in it (i.e IT). That is my understanding anyway

    Unfortunately I am not sure how you can get around this.
  • jamesjames Member Posts: 56
    In fact I do know how to solve this problem. It is because you will have a Header section in the report before the GroupHeader. Therefore you can remove this section and move the fields etc into the GroupHeader and this should solve your problem.
Sign In or Register to comment.