| You want to use the values in column 2 but show the labels in column 1. Here is the script to do it:
dt = Current Data Table();
labels = Column(1) << Get Values;
values = Column(2) << Get Values;
Eval( Substitute( Expr( Column(2) << Value Labels( vvv, lll ); ), Expr( vvv ), As List( values ), Expr( lll ), labels ) );
Note: not all JMP axes will respect this column property, but I don't know any other way.
On Feb 18, 2009, at 4:24 PM, Fred Zhang wrote: Sorry not to get your point. Given this example, which column property to add? How to do this in JSL?
Mark
They hate you if you're clever, and they despise a fool ("Working Class Hero" - John Lennon) =
|