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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

Case Statement

What is JMP's equivalent of a case statement?

1 ACCEPTED SOLUTION

Accepted Solutions
Eric_Hill
Staff

Re: Case Statement

@Mark_Bailey 's links (from 2017 :-)) no longer work. Here are some updated ones:

 

conditional functions

If()

Match()

Choose()

 

Eric

View solution in original post

2 REPLIES 2

Re: Case Statement

Read about the conditional functions, If(), Match(), and Choose(), in the Scripting Guide (Help > Books). The Match() function comes closest but one of the other functions might suit your purpose better depending on your needs.

Eric_Hill
Staff

Re: Case Statement

@Mark_Bailey 's links (from 2017 :-)) no longer work. Here are some updated ones:

 

conditional functions

If()

Match()

Choose()

 

Eric

Recommended Articles