cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Due to global connectivity issues impacting AWS Services, users may experience unexpected errors while attempting to authorize JMP. Please try again later or contact support@jmp.com to be notified once all issues are resolved.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Searching elements in Tree box

    Is it feasible to search for elements in a tree box?
    The method shown in the link below searches for user-entered elements in a list box, but this approach does not apply to a tree box.
    Searching elements in listbox  This is because a list box can easily use a loop to search through all items. What methods can be used to search for elements in a tree box?
    The following JSL is an example of creatin...

    BabyDoragon BabyDoragon
    Discussions |
    Apr 18, 2025 12:56 AM
    2653 views | 15 replies
  • Is it possible to select multiple options in a tree box by mouse dragging like listbox?

    In the tree box, when the Multiselect setting is set to 1, it allows multiple selections of options in the tree box (as shown in the JSL Script). However, unlike the list box, in this case, multiple selections are made while holding down the Ctrl key. Is there a way to select multiple items like in a list box, not only by holding the Ctrl key but also by dragging the left mouse button to select mu...

    BabyDoragon BabyDoragon
    Discussions |
    Apr 17, 2025 11:52 PM
    402 views | 1 replies
  • How to Paste graphics from clipboard via JSL; alternatively: how to create a stand-alone legend?

    Hi everyone,I have reached the limitations of my (rather limited) scripting skills and am looking for help. What I am currently trying to do is to create a legend based on "Color by column" or row legend, which is not appended to a certain plot but could be placed in a seperate Outline Box or such.Reason I am trying to do this is, that I am working on a JSL script which in the end shall retrieve a...

    MJE MJE
    Discussions |
    Apr 17, 2025 1:37 PM
    16515 views | 13 replies
  • Stacking multiple columns, and adding repeating values to new columns

    Hello folks I have a original set of data with first row as sample/location, and next rows shows values corresponding to specific iterations.   I'd like to change this data, stacking the values and creating the new column showing Sample/Location separately.  This is what I'd like to have: repeating iteration/sample/location for each values.    Alternatively, I'd like to have this; if separating ...

    EdgeMarmoset719 EdgeMarmoset719
    Discussions |
    Apr 17, 2025 12:31 PM
    986 views | 3 replies
  • Proper way to implement linear combination in DoE

    Hello everyone,   I am working on an optimisation DoE to maximize a response Y1 using three factors A, B, and C.  Now, I have a second Y2 response, which is a linear combination of A, B, and C. Y2 = aA + bB + cC (coefficients a, b, and c are known). The goal is to maximize Y1 and minimize Y2.  I have two approaches in mind:  First approach: Build an RSM design for Y1 only. Then, after we have the ...

    stat_mr_h stat_mr_h
    Discussions |
    Apr 17, 2025 11:19 AM
    574 views | 2 replies

Latest Discussions

  • Is it possible to select multiple options in a tree box by mouse dragging like listbox?

    In the tree box, when the Multiselect setting is set to 1, it allows multiple selections of options in the tree box (as shown in the JSL Script). However, unlike the list box, in this case, multiple selections are made while holding down the Ctrl key. Is there a way to select multiple items like in a list box, not only by holding the Ctrl key but also by dragging the left mouse button to select mu...

    BabyDoragon BabyDoragon
    Discussions |
    Apr 17, 2025 11:52 PM
    402 views | 1 replies
  • Proper way to implement linear combination in DoE

    Hello everyone,   I am working on an optimisation DoE to maximize a response Y1 using three factors A, B, and C.  Now, I have a second Y2 response, which is a linear combination of A, B, and C. Y2 = aA + bB + cC (coefficients a, b, and c are known). The goal is to maximize Y1 and minimize Y2.  I have two approaches in mind:  First approach: Build an RSM design for Y1 only. Then, after we have the ...

    stat_mr_h stat_mr_h
    Discussions |
    Apr 17, 2025 11:19 AM
    574 views | 2 replies
  • How to query a large data table based on a column level and return columns whose name contains that level?

    We want to build a quality monitoring application to deploy across dozens of production facilities (eventually publish to JMP Live).   For each facility, we have a very tall & wide data table (let's call it dtBigBoy, <1000 cols, 10k-100k rows) that is refreshed from a process data historian which cannot be queried directly (we get all the data between start/stop timestamps and concatenate the fres...

    markschahl markschahl
    Discussions |
    Apr 17, 2025 3:02 AM
    1034 views | 5 replies
  • How do I change the Graph Frame box Outline color and add a box around legend?

    Hello!
    I am trying to make the top and right border on the attached graph black and size 2 to make it publication quality. I am able to toggle it on and off using Right click -> Graph -> Border though. I checked the properties as well and I am unable to see a option to change it.

    Additionally, I want to put a outline around the Legend frame box if possible?
    Thanks!

    KarthikSuresh KarthikSuresh
    Discussions |
    Apr 16, 2025 6:36 AM
    644 views | 2 replies
  • Convert Character Timestamp to Numeric Date

    I've read through past discussion posts trying to find a solution to converting a timestamp that is character/nominal into a date that is numeric/ordinal. So far I've tried the following approaches without success: Reimporting the .CSV with numeric/ordinal selectedFormula using informat and formatRecoding Does anyone have a formula suggestion that I can use to transform 'Timestamp' into the format...

    Sarah_Gagne Sarah_Gagne
    Discussions |
    Apr 15, 2025 8:28 AM
    718 views | 2 replies

Latest Discussions

  • steps to use the minimum p-value approach with log-rank test?

    I am interested in applying the minimum p-value approach using the p-values obtained from the log-rank test. However, I am uncertain about the specific steps involved. Could you kindly advise me on how to proceed?   I am currently using the following version: JMP® Student Edition 18.2.0, running on Microsoft Windows 11 Home.

    Namamugi Namamugi
    Discussions |
    Apr 10, 2025 11:22 PM
    472 views | 0 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
    364 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
    426 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
    467 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
    393 views | 0 replies
view all discussions