cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Removing punctuation in a string

    Hi - can someone help me with a solution for removing the second hyphen in the 1st row in the "Number" column below?      

    dn610 dn610
    Discussions |
    Mar 27, 2025 6:18 PM
    805 views | 4 replies
  • Restrict For Each()

    I'm fairly new to the For Each() function, so bear with me. The script below does what I need, except that I'd like to restrict the columns it acts on.  I'd like to act on columns 3 and above only?  Straightforward enough with a For() function, not sure how it works here?   For Each({colnames, index}, dt << Get Column Names("String"), rows_to_color = dt << Get Rows Where((Column(dt, colnames)[]<1...

    SpannerHead SpannerHead
    Discussions |
    Mar 27, 2025 7:14 AM
    500 views | 3 replies
  • Create JMP Dashboard through my python application

    Hi Team,   I have an existing python application which does data transformation , I want to generate a JMP dashboard through that application itself ,once all the transformation is done . I want to plot certain graphs to visualize that data . But I want it all to be done in a flow and without user's manual intervention. Is it possible? If so, I am unable to find the correct sources or tutorials fo...

    HV0508 HV0508
    Discussions |
    Mar 27, 2025 6:59 AM
    1032 views | 6 replies
  • Scale IDs in Add Graphics Script not working

    I created a script to draw graphs from JSON objects, which works well, but when I tried to overlay one graph on another using two Y axes, I could not get it to work; it always used the left Y axis.  I thought I was doing something wrong, but I finally realized that even the example in the Scripting Guide does not work as it should.  This example is supposed to use the right Y axis, labeled "Test,"...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Mar 27, 2025 5:13 AM
    317 views | 0 replies
  • Building add-in: User input for each column

    Hi! I am working on building a JMP script/add-in that automatically does TOSTs for a user selected number of columns. I have the scripting working to prompt the user to select the columns using the code below. However after that, I would like to have a window pop up that would allow the user to input the practical equivalence (or have an option to use a multiplier of the SD) for each selected colu...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Mar 26, 2025 12:38 PM
    1085 views | 6 replies

Latest Discussions

  • Create JMP Dashboard through my python application

    Hi Team,   I have an existing python application which does data transformation , I want to generate a JMP dashboard through that application itself ,once all the transformation is done . I want to plot certain graphs to visualize that data . But I want it all to be done in a flow and without user's manual intervention. Is it possible? If so, I am unable to find the correct sources or tutorials fo...

    HV0508 HV0508
    Discussions |
    Mar 27, 2025 6:59 AM
    1032 views | 6 replies
  • Scale IDs in Add Graphics Script not working

    I created a script to draw graphs from JSON objects, which works well, but when I tried to overlay one graph on another using two Y axes, I could not get it to work; it always used the left Y axis.  I thought I was doing something wrong, but I finally realized that even the example in the Scripting Guide does not work as it should.  This example is supposed to use the right Y axis, labeled "Test,"...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Mar 27, 2025 5:13 AM
    317 views | 0 replies
  • Retrieve a Column Group

    I have columns held within groups and I want to be able to reference the group to which each column belongs as a string while I iterate on them.  Is that possible?

    SpannerHead SpannerHead
    Discussions |
    Mar 26, 2025 11:39 AM
    392 views | 1 replies
  • Fisher's exact or Chi Square?

    Hello
    I want to know which is more accurate and should be used to invistigate the association between two categorical variables: Fisher's exact or Chi Square? The sample size is more than 300 and the table is 3*3. The good news is that: fisher's exact test is now available for this type of tables (more than2&2) in JMP pro 18

    Samira Samira
    Discussions |
    Mar 26, 2025 3:35 AM
    977 views | 4 replies
  • Is it possible to generate a Python script for the eigenfuctions & scores of Funcional Data Explorer

    In R&D we developed an excellent wavelets model for NIR spectra; is it possible to transfer to Python so that implementation in production  NIR online control is possible? If yes what are the different steps? 

    frankderuyck frankderuyck
    Discussions |
    Mar 25, 2025 2:12 PM
    706 views | 3 replies

Latest Discussions

  • Scale IDs in Add Graphics Script not working

    I created a script to draw graphs from JSON objects, which works well, but when I tried to overlay one graph on another using two Y axes, I could not get it to work; it always used the left Y axis.  I thought I was doing something wrong, but I finally realized that even the example in the Scripting Guide does not work as it should.  This example is supposed to use the right Y axis, labeled "Test,"...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Mar 27, 2025 5:13 AM
    317 views | 0 replies
  • Discovery summit book signings - official list of books?

    Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.

    Ressel Ressel
    Discussions |
    Feb 28, 2025 11:25 AM
    393 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    405 views | 0 replies
  • query text files from zip folder in Azure blob file system secure (ABSS) url

    Hi All,I wonder if anyone has the experience to query text files from zip folder through Azure blob file system secure (ABSS) url?
    the url looks like format below. If you do, can you share some script lines how to connect to the url at least?

    abfss://filesystemname@accountname.dfs.core.windows.net 

    dadawasozo dadawasozo
    Discussions |
    Feb 18, 2025 1:37 PM
    348 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    428 views | 0 replies
view all discussions