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

  • File used in STIPS course not available in Sample Data

    Specifically I am looking for CCD Temperature and Time.jmp. Anyone of the SAS staff willing to share a copy of this file?

    Ressel Ressel
    Discussions |
    Aug 19, 2022 9:43 AM
    1496 views | 2 replies
  • Writing Excel formula in JSL script (Formula in attached excel file)

    Hi,I am trying to replicate formulas that are currently in the attached excel sheet.Where, DSA_Step_Size(dB) = ABS(of delta of :RESULT rows when ATT1 values are decreasing for the same :FREQUENCY value).The formula is in excel sheet if my explanation is confusing. DSA Range(dB) = ABS(of delta of :RESULT rows when ATT1=63 and ATT1=0 for each :FREQUENCY). I am trying to use for loops in the formula....

    LearningJMP LearningJMP
    Discussions |
    Aug 18, 2022 6:17 PM
    2072 views | 2 replies
  • Contour map creation in JSL brings up MIN/MAX/#LAYERS diaglog for each graph

    directory = "C:\TEST\"; fileNames = Files In Directory( directory ); For( iFile = 1, iFile <= N Items( fileNames ), iFile++, filename = fileNames[iFile]; If( Ends With( filename, ".csv" ), dt = Open( directory || filename ); max = Col Max(Column( dt,4)); min = Col Min(Column( dt,4)); dt:DC_0VDC << Format( "Engineering", 12 ); dt:DC_1VDC << Format( "Engineering", 12 ); dt:DC_3VDC ...

    ChesterKnurek ChesterKnurek
    Discussions |
    Aug 18, 2022 7:33 AM
    1720 views | 2 replies
  • How to define for loop with incremental date

    Hi!   I am trying to adjust total inspection quantity per day based on the "Single Count?" column. Created a new inspection quantity column Inspected_TTL_New. If the input in this column is "F", Inspected_TTL should be same as Inspected_TTL_New. But if it is "T", Inspected_TTL_New column should be the Inspected_TTL quantity for "F" on the same day.    This is how far I got: inspected_ttl_temp = 0;...

    PanelEdgesPony7 PanelEdgesPony7
    Discussions |
    Aug 17, 2022 6:03 PM
    2088 views | 2 replies
  • Any way to trigger OK button in modal window through script (i.e. when pressing Enter key in Text Edit Box)?

    I have a modal window that asks user for text input using Text Edit Box.For better user experience I'd like to make it so that when user hits Enter after typing in the input, it would be the same as user clicking OK button. Is there a way to do this?win = New Window( "Text window", <<Modal, <<Return Result, Text Box( "Type in your input" ), textbox = Text Edit Box( <<Set script(/*Some script here...

    miguello miguello
    Discussions |
    Aug 17, 2022 2:37 PM
    2057 views | 2 replies

Latest Discussions

  • Writing Excel formula in JSL script (Formula in attached excel file)

    Hi,I am trying to replicate formulas that are currently in the attached excel sheet.Where, DSA_Step_Size(dB) = ABS(of delta of :RESULT rows when ATT1 values are decreasing for the same :FREQUENCY value).The formula is in excel sheet if my explanation is confusing. DSA Range(dB) = ABS(of delta of :RESULT rows when ATT1=63 and ATT1=0 for each :FREQUENCY). I am trying to use for loops in the formula....

    LearningJMP LearningJMP
    Discussions |
    Aug 18, 2022 6:17 PM
    2072 views | 2 replies
  • JSL select rows near the maximum value of a column

    Hi,I have a data series shown in the screenshot below, and try to select only the data in the range of "x +/- 0.3" with the center at the maximum value of "y".I got an error message "The argument to SelectWhere did not evaluate to true or false, it is [0]..." from the highlighted line, as shown below. What is puzzling is that the last line worked when only 1 condition is applied.What is wrong with...

    CurseOfLizard13 CurseOfLizard13
    Discussions |
    Aug 16, 2022 10:45 AM
    2239 views | 4 replies
  • Sample size calculation for TOST

    Hi everyone! Context: I have a process A which is my reference, and I developped a process B which I want to assess its comparability to process A. To do so, I plan to use a TOST (equivalence test) using the process A's 3xSTD (standard deviation) as a treshold. Now, I want to know how many time should I repeat process B to be sure to be able to detect such variation (knowing that a run is a signif...

    Elofar Elofar
    Discussions |
    Aug 16, 2022 5:32 AM
    14018 views | 11 replies
  • Classification of Variables

    Hello I am very new to JMP but I would like to check about for validation of chromatographic methods what the correct categorization of the variables should be:For instance UV detector wavelength (would this be discrete numeric?)Column Temperature (continuous)Flow Rate (continuous)Mobile Phase A Buffer concentration (continuous)pH of Mobile Phase A (continuous) Many Thanks James

    WebCHAIDAlpaca1 WebCHAIDAlpaca1
    Discussions |
    Aug 15, 2022 7:33 AM
    1009 views | 1 replies
  • How to add a .html file to a picture box?

    Hi,Here is roughly what I'm trying to do:ob = Outline Box( "OB", hlb1 = H List Box() ); hlb2 = H List Box(); hlb2 << append( Picture Box( Open( FilePath , html )));I understand that Picture Box doesn't support .html, but is there anyway to get this to work?Is it possible to convert .html to .png within JMP script?

    david707 david707
    Discussions |
    Aug 9, 2022 8:13 AM
    1125 views | 1 replies

Latest Discussions

  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    930 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    1133 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    812 views | 0 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    937 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    907 views | 0 replies
view all discussions