I have an application where I have defined several postcard layouts as 4x6 virtual pages. I would like to print these nine-up on 12x18 paper.
Here is the tricky part: there is a field in the data (layoutid) that defines which of the Planet Press virtual pages should be used for any given record. The data will NOT be ordered by layout ID, so every physical page will be a quiltwork of layouts.
What is the ideal way to accomplish this?
I have tried using the built-in N-Up feature but this object only accepts one virtual page argument, yet I need the pages to be dynamically placed.
I have tried using nine Planet Press Talk objects per physical page, using "execpage(field('layoutid'))" to call the layout. This works except that I cannot figure out how to advance the data page for each position like the N-Up object does.
Your help would be appreciated.