Jump to content

Document. properties change by marking table row


Marcio Souza 2

Recommended Posts

I think the easiest way is to use a Data Function that takes the data table as an input property, limited by marking. That script's output parameter will then be mapped to the document property.

 

Example script that takes a single column limited by marking and outputs a comma separated string of the marked values:

 

output

Link to comment
Share on other sites

  • 2 years later...

This can be done by changing the data function to output a new data table:

 

input parameter is the desired column, limited by the marking

output paramter is a new data table

 

Then just point your listbox or dropdown property control to that new output table and use "unique values in column"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...