cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • extract the folder name from file directory

    How can I extract the folder name from file directory? I will use the folder's name as the name of the data table when saving it. I am using JMP 15.I tried this piece of code I saw here but still cannot extract the folder name. I Dir = ""; p = pick Directory("Select a Folder", Dir); f = Files In Directory(p); Dir = Substr( p, 1, Length( p ) - Length( Word( -1, p, "\/" ) ) - 1 );Ex. File path: C:...

    UserID16644 UserID16644
    Discussions |
    Oct 31, 2023 4:59 AM
    1043 views | 2 replies
  • Ternary Plots with Tie Lines

    Hi all,I am trying to build a three liquid equilibrium diagram with tie-lines.  I am able to get my data for the phase envelope but cannot figure out how to add the tie lines.   I am using Windows JMP16.20. Thanks!

    CramerRaoARIMA9 CramerRaoARIMA9
    Discussions |
    Oct 31, 2023 3:40 AM
    1169 views | 1 replies
  • How to script frame size of fits in fit curve platform with group variable

    Hi all! In JMP 15 it was easy to modify the frame size of the fits in the fit curve platform using a group variable.In JMP 17 it seems to be different. Even if I modify the frame sizes manually and I try to get the appropriate script by using "Save By-Group Script to Script Window" I don't get a script with modified frame sizes. For example I may use the following script:Names Default To Here( 1 )...

    PolygonStallion PolygonStallion
    Discussions |
    Oct 30, 2023 11:50 PM
    1209 views | 3 replies
  • How to open data files in fydb format with JSL?

    Thanks Experts! 

    lala lala
    Discussions |
    Oct 30, 2023 4:20 PM
    1173 views | 2 replies
  • Filter By - disabled by a Local Data Filter

    A nice feature in Jmp:One (main) graph can be used to restrict the data that is displayed in another graph - or tabulate list.
    This feature is activated by a checkbox "Filter By": Surprisingly, activating a Local Data Filter in the (main) Graph  disables this functionality.
    The respective data points are just highlighted, the display is not restricted to the selected data points: Same effect in Jmp ...

    hogi hogi
    Discussions |
    Oct 30, 2023 2:55 PM
    1636 views | 5 replies

Latest Discussions

Latest Discussions

  • Functional data in rows-as-functions, but different rows have different step size

    Hello - I have a table with 250+ experiments and thousands of columns, about 100 that are for either raw or transformed data, and then I'm taking output from an xml file with functionally "spectral data" (XRD diffractograms for anyone that is familliar), and just laying that on its side in row form (more explanation if needed in another question I posted here: https://community.jmp.com/t5/Discussi...

    ehchandlerjr ehchandlerjr
    Discussions |
    Oct 28, 2023 12:33 PM
    511 views | 0 replies
  • How to adjust the factor range for specific factors within an ongoing DOE

    Hi, I designed a DOE that has two independent buffers. This DOE will range components in each buffer which will be used in a processing step sequentially. IE, buffer A, followed by buffer B. We already prepared for the DOE, and formulated the A buffers as per the recommended design. For the B buffers, we intended on ranging 2 components but later decided to reduce to ranging one component, and als...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Oct 26, 2023 5:25 PM
    466 views | 0 replies
  • Type 1 MSA for microscope and Offset.

    Hello Everyone,I was looking for someone who could help me with a dilemma I'm facing with respect to an MSA for a microscope. The specific problem is that i do not have tolerance I can input for my type 1 analysis. Resolution used is 5 microns per pixel, the accuracy cannot be below 5 microns. This is the standard resolution for particles starting from 50 microns. I have attached the Linearity stu...

    MSAanalysis MSAanalysis
    Discussions |
    Oct 23, 2023 12:58 AM
    1008 views | 0 replies
  • Is it possible to customize such buttons in the toolbar: a button next to an editor bar?

    The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!

    lala lala
    Discussions |
    Oct 19, 2023 11:01 PM
    418 views | 0 replies
  • Is it possible to have independent x-axis ordering within x-axis groups in graph builder?

    In the attached data table the saved script plots the chart below.I want the x-axis parameter bars to change in order with the highest number of fails appearing first within each week (i.e. a Pareto type plot within each week)I created a FailOrder column for ordering within each week, but it does not seem to do what I want. Is there a way, via JSL, to have the order of the parameters (Para) in asc...

    Neo Neo
    Discussions |
    Oct 17, 2023 7:33 AM
    465 views | 0 replies
view all discussions