Jump to content

I have a property for column selection...how to display the column name in the trellis header instead of the contains in the column?


Chee Kheong Wan

Recommended Posts

Hi, thanks for reply...maybe i attached the example here to make it clearer

Here is what i try to do...

Capture.thumb.JPG.964c32c61a5deb786f0e53db76262019.JPG 

My actual issue, i going the have a column selection for Process A to Z, and each process going to have different control limits.

And i want to associate the limit control table to the chart; where the limit going to change according to the process i going to choose.

Thus, i will need the process name to display at the trellis header.

Link to comment
Share on other sites

Would this work for you:

Right click on the Trellis variable to get to the Custom Expression editor

Type the expression:

<Concatenate("${ColumnSelection}","= ",${ColumnSelection}) as [${ColumnSelection}]>

by adding the ".." around the first document property, you get its name and not its value.

So the headers are now: MachineID= M101 etc.

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...