IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#24594 - 12/04/08 09:41 AM Layout Print/skip
JT Offline
OL User

Registered: 01/30/08
Posts: 52
I have a test job here that has 9 different layouts, only one is to be printed for each record.
For the action expression I have entered;

Code:
 IF(VAL([layoutnumber])=1, Print, Skip)  
It works for the first record but from record 2 on it prints all 9 layouts.
What am I missing?

Top
#24595 - 12/04/08 07:52 PM Re: Layout Print/skip
Anonymous
Unregistered


Hi JT,

If I understand well, you will have a database field([Layoutnumber]) that will indicate which layout should print. Well you will need the above expression to be applied on all of your layouts, each having the appropriate value for the layout to print or not. I do not see any problem with that logic. If you applied this expression only to your 1st layout, then it will not work. If you need help setting this up, you can open a new support call on our website and we will gladly help you.

Thanks. Regards,

Olivier

Top
#24596 - 12/05/08 03:39 AM Re: Layout Print/skip
JT Offline
OL User

Registered: 01/30/08
Posts: 52
Thanks for the reply - I have this expression entered for each layout, with the appropriate value for each.

I need to spend more time with the driver settings as it has worked with print preview and printing to PDF on a couple of tests.

Top