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

  • How to split multi-word-values and re-arranging them in alphabetical order

    I have a column with character values that are two letter abbreviations. Some are single values and others are multiple values separated by the delimiter “/”. The problem is that the multi-value values are not in alphabetical order.
    I want to iterate through each row and split the multi-values and re arrange them in alphabetical order and insert the new "value" in a New Column. Single values should...

    ALopez ALopez
    Discussions |
    Nov 9, 2020 5:15 AM
    3797 views | 7 replies
  • Center text in a report

    I'm trying to center a report a created so the text is all centered instead of RTL for number and LTR for texthere is my code, dt is just a data table I tried using "Horizontal Alignment( "center" )" but it didn't work

    itzikd itzikd
    Discussions |
    Nov 8, 2020 2:03 AM
    3628 views | 5 replies
  • pie chart label position

    In the below pie chart the values are outside the circle. Is there a way to put the labels inside?  

    JKS JKS
    Discussions |
    Nov 7, 2020 7:23 AM
    1493 views | 1 replies
  • Problem With User Input as Variable

    I am running into a problem with getting user input and turning it into a variable. The script that I am attempting to use for this is pasted below this paragraph. I have run the same script multiple times and without editing it, I get two different results in the log. This script is as follows:  names default to here(1); clear log(); close all(journals, no save); close all(data tables, no save); ...

    Aaron_Wooley Aaron_Wooley
    Discussions |
    Nov 7, 2020 2:37 AM
    17468 views | 6 replies
  • Plotting without showing the window to extract a summary statistic?

    Hey all, Given a column, the code below takes the critical value of a normality test of its distribution:  z = Report(Distribution( Continuous Distribution(Column("Column 1")), Fit Distribution(Normal(Goodness of Fit(1))) ); ); prob = z[Outline Box("Goodness-of-Fit Test")][Number Col Box(2)] << Get(1); Now I plan to have this implemented across tables with varying amounts of columns. So wha...

    louiefb louiefb
    Discussions |
    Nov 6, 2020 10:34 PM
    2026 views | 2 replies

Latest Discussions

  • Center text in a report

    I'm trying to center a report a created so the text is all centered instead of RTL for number and LTR for texthere is my code, dt is just a data table I tried using "Horizontal Alignment( "center" )" but it didn't work

    itzikd itzikd
    Discussions |
    Nov 8, 2020 2:03 AM
    3628 views | 5 replies
  • pie chart label position

    In the below pie chart the values are outside the circle. Is there a way to put the labels inside?  

    JKS JKS
    Discussions |
    Nov 7, 2020 7:23 AM
    1493 views | 1 replies
  • Capability Analysis Script

    Hello, Is it possible to hide some of the capability indices when using Capability Analysis? I'm trying to write a control chart script that will only display Ppk, PPM, and % Actual out of Spec. This is part of a larger script and Control Chart Builder can't be used. Thanks.

    beginner beginner
    Discussions |
    Nov 6, 2020 11:35 AM
    3997 views | 8 replies
  • Background reference plot in Graph Builder

    Suppose I have a baseline data set of the growth rate of bacteria A over time at room temperature and 40% humidity. Then I run an experiment on bacteria B where I vary the temperature and humidity levels to see how those affect the growth rate, wanting to see them relative to bacteria A. My columns are:  bacteriaType, temp, humidity, time, growthRate I'd like to do this:  time -> X, growthRate -> ...

    BHarris BHarris
    Discussions |
    Nov 6, 2020 6:43 AM
    3696 views | 9 replies
  • Want to check each numeric column for each row of test and then assign a value (yes or No)

    Hi,  I want to go through each row in this table for compare value 1 thru value 8, and if one value is less than 1 and any other remaining value is greater than 1, then i say yes or no in the result column. How do i do that? IDvalue 1value 2value 3value 4value 5value 6value 7value 8Result 32001105030.0640640000000Yes 32001105200.0578640000000No 32001105460.069850000000 320011056200.064931000000 32...

    samsam samsam
    Discussions |
    Nov 5, 2020 2:49 PM
    2855 views | 5 replies

Latest Discussions

  • Graph Builder - Remove Combine Scales?

    In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable? Default graph builder (script1, graph1)Plot 1 variable on Y axis vs 8 variables on X axisAll 8 variables on same x-axis...

    ehorne ehorne
    Discussions |
    Oct 29, 2020 9:11 AM
    1711 views | 0 replies
  • SharePoint Online

    My company recently began the migration from SharePoint 2010 to SharePoint Online.  I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.  Anyone have the correct updated syntax for this. Example 1 (SP 2010): This worked.     TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location Tabl...

    Outdoorsman1963 Outdoorsman1963
    Discussions |
    Oct 23, 2020 4:06 PM
    1474 views | 0 replies
  • How to run a Post hoc for Chi Square results in JMP?

    I was wondering if someone can help me. I want to run a post hoc analysis for the chi square results in JMP. Thanks

    vmendez17 vmendez17
    Discussions |
    Oct 22, 2020 7:33 PM
    934 views | 0 replies
  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1155 views | 0 replies
  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1404 views | 0 replies
view all discussions