I am trying to organise documents in a view into selections that will fit on to a page size for printing.
The view has three columms
1st one is $ref and is categorised,
the second is categorised and ascending
and the third is standard and ascending
and has show muliple values as separate entries
I am using iframes to show these selections of documents for each page of the document
For the first page is use this iframe
This works fine and I get my 20 entries which include my multiple values as separate entries.
However my next iframe is where I have the problems
I now want to say get me the next 40 starting after the previous 20
but it only counts each of the main entries and not the multiple values as separate entries.
I really need the &start to recognise the multiple values as separate entries.
Would anyone have any ideas on how to do this?
Many thanks in advance for any pointers.
Kathy