cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

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