cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
] />

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
SpannerHead
Level VI

Use an item from a list in a JMP column formula

I seem to be able to pick out the first item in a list of columns and use that in a transpose function but the same approach does not work when used in a JMP column formula.  Divider doesn't evaluate as a column name in a formula but it does in a transpose function

 

Divider = yVars[1]

Slán



SpannerHead
2 REPLIES 2
txnelson
Super User

Re: Use an item from a list in a JMP column formula

I suspect you are running into a scoping issue.  Is yVars in the same namespace as your column formula?. 

Jim
jthi
Super User

Re: Use an item from a list in a JMP column formula

Recommended Articles