flaviooooo
Programmer
Hi,
I hope the following is possible:
I have a report containing ordernumber. It is sorted on a sequencenumber.
Each order has a Remark ID.
Now we would like to start a new page every time a new Remark ID starts. i tried fiddling with the Sorting and Grouping, but can't get it going.
I sort on the seqnr and then on Remark, setting a page break in the footer of the Remark. But that way it starts a new page after each order...
Example:
order seq remark
1000 1 1a
1001 2 1a
1005 3 1b (a new page should start)
1003 4 1c (a new page should start)
1002 5 1c
1006 6 1a (a new page should start)
Thanks in advance for your advice
I hope the following is possible:
I have a report containing ordernumber. It is sorted on a sequencenumber.
Each order has a Remark ID.
Now we would like to start a new page every time a new Remark ID starts. i tried fiddling with the Sorting and Grouping, but can't get it going.
I sort on the seqnr and then on Remark, setting a page break in the footer of the Remark. But that way it starts a new page after each order...
Example:
order seq remark
1000 1 1a
1001 2 1a
1005 3 1b (a new page should start)
1003 4 1c (a new page should start)
1002 5 1c
1006 6 1a (a new page should start)
Thanks in advance for your advice