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

  • JMP action recording

    Hi when try to record the action:1. plot x by y2. fit linear3. put density ellipse only step1 plot x-y scrip is shown in the log. how to also record the actions done in the report? Thank you  

    daily_learn daily_learn
    Discussions |
    Aug 20, 2023 9:35 AM
    985 views | 1 replies
  • Subsequent rows dependent on different columns from previous rows

    Hello - I'm working with a set of experiments where some experiments are dependent on previous experiments (i.e. I'm mixing solutions I've previously made to make new ones). I'm trying to make a function where it reads a column to get the name of the previous solution, searches a second column to find the row with that name, then takes the value in a cell with that row and a third column. Match se...

    ehchandlerjr ehchandlerjr
    Discussions |
    Aug 19, 2023 1:07 AM
    2869 views | 6 replies
  • How can use JSL to loop column names into different variables?

    Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); For( i = 1, i <= N Col( dt ), i++, ca = Column( i ) << Get Name; Eval( Parse( "c" || Char( i ) || "=" || ca || "" ) );//? ); a = c1; b = c2;

    lala lala
    Discussions |
    Aug 18, 2023 10:20 AM
    906 views | 1 replies
  • Delete "List Check" and "Range Check" properties from entire data table

    Hello,I need to loop through all the columns in xml import data tables and remove the "List Check" and "Range Check" properties throughout. I've tried several different iteration of doing this and nothing is working for me. Here is an example of non-working code: dt = current data table(); //********************\\ colNames = dt << get column names( string, character ); For( i = 1, i <= N Items( ...

    lilysecret lilysecret
    Discussions |
    Aug 18, 2023 10:17 AM
    1480 views | 2 replies
  • How to place label next to data point in GB using JSL

    Hi All,   Still working on improving a script I'm writing, and I've gotten a lot of help from @jthi and @txnelson on this -- thank you!   One "last little thing" (there's always something to improve isn't there?). I'd like to put a number label next to the peaks that are identified when looking at the spectral density. Something similar to the Control Chart Builder when you test for warnings beyon...

    SDF1 SDF1
    Discussions |
    Aug 18, 2023 7:38 AM
    2125 views | 3 replies

Latest Discussions

  • JMP action recording

    Hi when try to record the action:1. plot x by y2. fit linear3. put density ellipse only step1 plot x-y scrip is shown in the log. how to also record the actions done in the report? Thank you  

    daily_learn daily_learn
    Discussions |
    Aug 20, 2023 9:35 AM
    985 views | 1 replies
  • How can use JSL to loop column names into different variables?

    Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); For( i = 1, i <= N Col( dt ), i++, ca = Column( i ) << Get Name; Eval( Parse( "c" || Char( i ) || "=" || ca || "" ) );//? ); a = c1; b = c2;

    lala lala
    Discussions |
    Aug 18, 2023 10:20 AM
    906 views | 1 replies
  • Http Request Post Failed to connect

    I tried to post a file, and it was successful when it was sent to the local API url But it fails when sending to the API of another IP url (I can successfully ping to this IP)I've tried to test in postman, it works but still can not work in jsl, need for help... 

    Kairen Kairen
    Discussions |
    Aug 18, 2023 6:01 AM
    2532 views | 3 replies
  • How to select my main data table

    Hello,  So I'm working on a data table and I made a script to make several subsets of it. I'm going through a for loop to automate some modeling analysis. the first iteration goes well : do the subest, launch a fit model in the subset. But then in the second iteration of the loop, it doesn't work anymore, because the selected table is the subset and not the main table. I can't find the right comma...

    bobmorrane bobmorrane
    Discussions |
    Aug 17, 2023 7:53 AM
    1772 views | 2 replies
  • Row selection issue

    Hello, So I'm trying to do something fairly simple, but I get a weird behaviour wit hthe row selection.  So I got a table with some mixture design data. I've got 12 columns for 12 different mixture components. There are three columns which for each line tell which three components are present, named comp A, comp B, comp C. The runs have been split into series named with a letter from A to K. I wan...

    bobmorrane bobmorrane
    Discussions |
    Aug 17, 2023 4:27 AM
    1240 views | 1 replies

Latest Discussions

view all discussions