cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

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