Z
zionsaal
I have a reports that display 3 records on a page one at the top, and
on the middle
and on the bottom
I have lets say (442) records that means 148 pages and the last page
will be only one record
and I want to sort it by a id number
but when I cut all the pages in 3 to have each record one at the other
I will need to sort it manually
but I want the sort should start on the first page on top and then on
the next page on top
until the last page (meaning page no. 148) and then should the sort go
to the middle the same way till the last page and then to the bottom
I can add a field to the table and put into it by code a numeric sort
no. that it should go with the id sort like
id 1, (sort 1) id 2, (sort 4) id 3 (sort 7) id 4 (sort 10)...
and then sort the report by the field sort
but how do i break it to 3 that after the record 148 it should go like
this
2,5,8,11,14
because on this way i will be able to cut all the pages at ones and
have the sort automatic
dose any one have a way how to do that?
on the middle
and on the bottom
I have lets say (442) records that means 148 pages and the last page
will be only one record
and I want to sort it by a id number
but when I cut all the pages in 3 to have each record one at the other
I will need to sort it manually
but I want the sort should start on the first page on top and then on
the next page on top
until the last page (meaning page no. 148) and then should the sort go
to the middle the same way till the last page and then to the bottom
I can add a field to the table and put into it by code a numeric sort
no. that it should go with the id sort like
id 1, (sort 1) id 2, (sort 4) id 3 (sort 7) id 4 (sort 10)...
and then sort the report by the field sort
but how do i break it to 3 that after the record 148 it should go like
this
2,5,8,11,14
because on this way i will be able to cut all the pages at ones and
have the sort automatic
dose any one have a way how to do that?