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
#37822 - 11/16/11 02:46 PM Applying multiple conditions to one object
wojciechm Offline
OL User

Registered: 10/14/11
Posts: 75
How can I apply two conditions to the same text object in PP Design? Thanks

Top
#37824 - 11/16/11 02:47 PM Re: Applying multiple conditions to one object [Re: wojciechm]
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
wojciechm,

By using the "and" command in a custom expression. So let's say you have two global conditions, Condition1 and Condition2, in your text box's basic attributes, you'd use:

=(&Condition1) and (&Condition2)

This way, it will evaluate the two conditions, and both conditions will need to be true for the text box to show up. You could also use the "or" statement if you want to show the box if either of the two conditions is true.

Hope that helps!

Regards,
Raphaël Lalonde Lefebvre

Top