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
#42270 - 02/13/13 07:38 AM Pass Watch Variable directly to Design Text Object
Oliver
Unregistered


Hi, how can I pass Watch Variable directly to Design Text Object using PlanetPress Talk?

Top
#42273 - 02/13/13 09:26 AM Re: Pass Watch Variable directly to Design Text Object [Re: ]
Olivier J
Unregistered


Hi Oliver,

You can use the presstalk expression: &watch.jobinfos[n]. That will get the content of your jobinfo number "n" as your form is executed in the workflow. You can for example use an advanced data selection:

='My job info value is: ' + &watch.jobinfos[9]

For variables, use the expandstring command:

=expandstring('%{global.variablename}') for global variables
and
=expandstring('%{variablename}') for local variables

Hope this helps.Thanks.
Regards,
Olivier


Edited by Olivier J (02/13/13 09:29 AM)

Top