cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • More ?'s Regarding Row State Columns

    Suppose I have a Row State column in a data table.  I add several rows of new data to the table.  How do I get the criteria used to set up the Row State column to extend to the new rows?What is the difference between "Add To Row States" and "Copy To Row States"?  They seem to do the same thing to me.If I highlight several cells in a Row State column and then try to right click, edit, copy, paste s...

    Steven_Moore Steven_Moore
    Discussions |
    Feb 10, 2016 11:26 AM
    9150 views | 3 replies
  • Hide/exlude data for specific chart only

    I'm trying to create a control chart that hides/excludes data for this chart only, and then another control chart that hides/excludes the inverse of that data. I've used the code below and it has worked on a previous graph (previously worked w/ graph builder), but does not seem to work on this graph (no data is hidden or excluded). I don't know if it could be because I'm now using Control Chart Bu...

    kschnarrs kschnarrs
    Discussions |
    Feb 10, 2016 7:40 AM
    16665 views | 7 replies
  • Control Chart Value Ordering

    Is there a way, when making a control chart (not using control chart builder) to get the “Sample Label” sorted according to the Value Ordering assigned to that column? Every time I try it, even if there is a value order assigned to the column, the control chart will display the data in the order it appears in the table, which is frustrating if you want to use the manual control chart rather than c...

    kschnarrs kschnarrs
    Discussions |
    Feb 10, 2016 7:27 AM
    7444 views | 5 replies
  • Copying Columns, Column Names and Table name to a New Table

    Hello,I'm having a bit of trouble copying columns from multiple data tables into new blank table. The data tables to be opened all have the same column names. So far, I can open multiple tables but can only copy columns from one the latest data table opened.Here is my code below:Names Default To Here( 1 );// Use 'PickFile()' to get a list of files to open (Windows only)fileList = Pick File(       ...

    luqi luqi
    Discussions |
    Feb 9, 2016 8:56 AM
    12732 views | 6 replies
  • Proper syntax to call Formula within Loop

    Hi, I would like to quickly enter multiple columns with the same overall formula but different variables.I have tried the following but clearly, I'm not using the proper syntax to call the Fomula item in the New Column function:Names Default to Here (1);dt = Current Data Table ();cc = N col (dt); // Retain the original column numberFor (i=9,i<= cc, i = i+2,  New column ("Delta " || Column Name (i+...

    sornasst sornasst
    Discussions |
    Feb 9, 2016 8:48 AM
    10027 views | 3 replies

Latest Discussions

  • Control Chart Value Ordering

    Is there a way, when making a control chart (not using control chart builder) to get the “Sample Label” sorted according to the Value Ordering assigned to that column? Every time I try it, even if there is a value order assigned to the column, the control chart will display the data in the order it appears in the table, which is frustrating if you want to use the manual control chart rather than c...

    kschnarrs kschnarrs
    Discussions |
    Feb 10, 2016 7:27 AM
    7444 views | 5 replies
  • How read BLOB datatype from Database into JMP and transform it to generate image?

    I am trying to read the BLOB data present in database and transforming it to generate image. The data table when imported into jmp shows the BLOB field as empty. The blob field is stored in the database correctly

    zainilmin zainilmin
    Discussions |
    Feb 9, 2016 5:42 AM
    10326 views | 3 replies
  • Overwrite/Save Chart

    Is there a way to save a chart so that it overwrites the previous version of that chart without having to save script to data table, then go back and delete the old script and rename the new one? I keep finding minor modifications that I need to make to my charts, and having to go back and create new, delete, & rename...

    kschnarrs kschnarrs
    Discussions |
    Feb 5, 2016 4:17 PM
    14156 views | 6 replies
  • Embedding an interactive JMP graph in a C# application

    I am using JMP 11. Using the Automation Reference document and the JMPStarter C# sample application, I was able to get a simple C# application working.
    I am now looking to embed a JMP graph into an existing C# form. All the examples I have seen, open a new JMP window with the JMP report file. Is there a way to launch the JMP report (or just a graph or journal) within a C# form or a user-control, in...

    skris skris
    Discussions |
    Feb 5, 2016 1:49 PM
    8008 views | 6 replies
  • How do I create and modify DOE->Evaluate Design within an application?

    I am looking to create the evaluate design window and put in some added modifications through an application. I am unable to correctly identify how to call different parts of the evaluate design report in order to modify them properly. If anyone is able to display the different properties of evaluate design in a sample script, it would be of much help. Thank you.

    nicholasgarcia0 nicholasgarcia0
    Discussions |
    Feb 4, 2016 1:40 AM
    4516 views | 1 replies

Latest Discussions

  • Co-Kriging with JMP and Matlab

    Hi!I was wondering if anyone already tried to work with Co-Kriging, using JMP together with Matlab. As JMP only fits Ordinary Kriging Models (Gaussian Process with Gaussian Correlation Function), I would like to send data (generated with Space Filling JMP Platform) from JMP to Matlab, fit the models there (Matlab), and bring the MODELS back to JMP, to use inside Profile Platform. Do you have any e...

    samuelbbaco0 samuelbbaco0
    Discussions |
    Dec 4, 2015 12:32 PM
    3753 views | 0 replies
  • Interpreting canonical structure and scores in discriminant analysis

    I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks.  In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables.  My understanding is that the scoring c...

    amzipkin amzipkin
    Discussions |
    Oct 20, 2015 3:25 PM
    3761 views | 0 replies
  • Generalized Segmented Distributions

    A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions.  Utilizing this method, the distribution can approach any continuous density function of arbitrary form.  The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal.  The paper can be found here:The General Segmented Distrib...

    Steven_Moore Steven_Moore
    Discussions |
    Sep 17, 2015 11:54 AM
    2493 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2775 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2517 views | 0 replies
view all discussions