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

  • Is it possible to use output parameters of an analysis (e.g. curve fit) to perform manual downstream calculations in JMP?

    Hi community,

    I performed curve fits of bioassay data using a 4PL model. This results in a bunch of output parameters, such as the parameters A,B,C,D etc.
    Can I use these output parameters to do further calculations within JMP? Maybe even within the same output window where my fit results are displayed?
    I am talking about customized formulas like : A-D or A/D where I’d like to pull the previously obt...

    Nate_B Nate_B
    Discussions |
    Aug 4, 2023 4:35 AM
    2674 views | 3 replies
  • Associative Array - splitting keys

    Hi, I've a data table, looks something like this. I want to split each test and assign % values.  I am trying to create an Associative Array and allocate values to each tests but the results are incorrect. I am not sure what I missed The final associative array should contain the following.new_aa = [" Currents_A" => 0.003 " Currents_B" => 0.003, " Currents_C" => 0.003, "Volts_A" => 0.003, "Votls_B...

    Jackie_ Jackie_
    Discussions |
    Aug 3, 2023 2:57 PM
    1456 views | 2 replies
  • Connect Local Data Filters between Graph Builder Windows from different data tables

    Suppose I have two Graph Builder windows from different data tables, each with a Local Data Filter filtering on "run number" and "time". Is it possible to connect the two Local Data Filters so they stay in sync? Or perhaps with JSL to pull the current settings from Local Data Filter #1 and apply them to Local Data Filter #2? (I guess step 1 is getting a reference to the Local Data Filters, I haven...

    BHarris BHarris
    Discussions |
    Aug 3, 2023 8:34 AM
    4672 views | 11 replies
  • How to Select values in a column Based on Column Number

    I have a column dialog that stores the name of a column into the list "selectedDataPinColumn". I am using a loop to find out which column number that name corresponds to and am referencing the column based on the number found, which works. I am trying to add to a previous selected on the table, and I just cannot seem to get the Select Where function to work with anything other than the hard coded ...

    waraulston waraulston
    Discussions |
    Aug 3, 2023 5:47 AM
    1009 views | 1 replies
  • JMP 16.1 > WIN > JSL > Parse Complex JSON

    Hi JMP Community,   I need to retrieve biological information from the Human Protein Atlas public website based on a unique identifier. So far, I can easily retrieve and parse the JSON file from the website using the simple code below. Names DEfault to Here (1); ID = "ENSG00000108691"; HTM_c = "https://www.proteinatlas.org/XXX.json"; HTM_str = Substitute (HTM_c, "XXX", ID); request = New HTTP R...

    Thierry_S Thierry_S
    Discussions |
    Aug 2, 2023 4:51 PM
    2207 views | 3 replies

Latest Discussions

  • Connect Local Data Filters between Graph Builder Windows from different data tables

    Suppose I have two Graph Builder windows from different data tables, each with a Local Data Filter filtering on "run number" and "time". Is it possible to connect the two Local Data Filters so they stay in sync? Or perhaps with JSL to pull the current settings from Local Data Filter #1 and apply them to Local Data Filter #2? (I guess step 1 is getting a reference to the Local Data Filters, I haven...

    BHarris BHarris
    Discussions |
    Aug 3, 2023 8:34 AM
    4672 views | 11 replies
  • How to Select values in a column Based on Column Number

    I have a column dialog that stores the name of a column into the list "selectedDataPinColumn". I am using a loop to find out which column number that name corresponds to and am referencing the column based on the number found, which works. I am trying to add to a previous selected on the table, and I just cannot seem to get the Select Where function to work with anything other than the hard coded ...

    waraulston waraulston
    Discussions |
    Aug 3, 2023 5:47 AM
    1009 views | 1 replies
  • I am trying to plot bivariate of the new columns created but having issue creating another list.

      dt = Current Data Table(); //declaring variables alpha_min = 14; alpha_max = 18; inc_val = 0.1; this is the script, but i want to create bivariate plots of each of them without it showing up as multiple pages and also combine the reports to data table. thanks :)   //defining mu col names mu_col = "mu"; //loop through alpha range and create new cols// For( alpha = alpha_min, alpha <= alpha_max, ...

    ParametricStudy ParametricStudy
    Discussions |
    Jul 31, 2023 11:30 AM
    1916 views | 3 replies
  • Workflow builder and referencing

    Hi everyone,I'm trying to build a workflow that will allow be to quickly look at numerous csv files that all have the same format, number of variables, column names etc. I didn't think it would be that complicated but I'm having trouble with the referencing. I've attached an example file (a deconstructed quantitative mass image with x, y pixel locations and mass counts at each pixel). I first bin ...

    GregMcMahon GregMcMahon
    Discussions |
    Jul 31, 2023 3:48 AM
    2912 views | 4 replies
  • Giving options for user to select from, storing selection as string

    Hi, here's my current code that displays a popup window for user input.   I want it so that for Level:, they can choose between two options (each option having a box next to it that the user can tick to select one). What would I have to add to my code to get that? Here's a picture of what I want the "level" user input to look like:Where the user can select one or the other before clicking "Save." ...

    aidanweb aidanweb
    Discussions |
    Jul 29, 2023 7:51 PM
    1007 views | 1 replies

Latest Discussions

  • How to use JSL of JMP software to find the one that is more suitable for sinusoidal curve from multiple sets of data?

    Hello!For example, using large class data:
    Compare the height column and the weight column to see which column fits the sinusoidal distribution better.
    The parameters of the sine curve are random. Thanks! 

    UersK UersK
    Discussions |
    Jul 24, 2023 11:44 PM
    804 views | 0 replies
  • bounded KDE (Kernel Density Estimator)?

    Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.

    Prokaryote Prokaryote
    Discussions |
    Jun 23, 2023 11:56 AM
    929 views | 0 replies
  • How to set Scale Values in Graph Builder use Col Quantile function?

     HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder( Size( 839, 726 ), Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ), Elements( Points( X, Y, Legend( 6 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 6, Pr...

    Solarwing Solarwing
    Discussions |
    Jun 20, 2023 9:32 AM
    786 views | 0 replies
  • New Series on JSL and Visual Code Studio

    Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog.   We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1:  https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...

    wjlevin wjlevin
    Discussions |
    Jun 19, 2023 2:26 PM
    1223 views | 0 replies
  • Overlaying histograms: Iterating a function through N number of columns?

    @PatrickGiuliano ,  As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x):  can be iterated ?  Y Function(N, x);
    For(i = 1, i <= N Col(xm), i++,
    ym[i] = Min(Normal D...

    DecileDromedary DecileDromedary
    Discussions |
    Jun 19, 2023 6:31 AM
    700 views | 0 replies
view all discussions