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

  • Using a variable for multiple commands

    Hi All, I am looking for a way to use one variable in place of the individual commands in place of the multiple command lines. When I run this the Stacking window opens rather then executing the other commands included in the variable. I've also tried using combinations of EVAL() and PARSE() but with no better results. I apologize if the terminology I've used isn't correct. Thanks for any help!  t...

    Mad_dog_550 Mad_dog_550
    Discussions |
    Jun 10, 2024 12:46 PM
    1870 views | 4 replies
  • Exclude Time Data

    Hello, I have a column that is in Date-Time format.  I would like to exclude rows where the time includes 04:00:00, but my script isn't working.  Any help is appreciated. Script in the Exclude column:If( Contains( Format(:DT, "hh:mm:ss"), "04:00:00"), 1, 0 ) 

    texas_stats texas_stats
    Discussions |
    Jun 10, 2024 3:23 AM
    1723 views | 3 replies
  • Show labels for selected rows only

    In Graph Builder, I want to show a data label (not a hover label) for selected rows only. As a demo, I tried the following code: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Try( Show( dt:Selected Name ), dt << New Column( "Selected Name", Character, Set Formula( If( Selected( Row State( Row() ) ) == 1, :name ) ) ) ); dt:Name << Label( 0 ); dt << Clear Row States <...

    matth1 matth1
    Discussions |
    Jun 10, 2024 1:36 AM
    2016 views | 4 replies
  • How do I add ref lines to multiple Y in scatterplot Matrix?

    I have a question about adding ref lines to multiple Y in Scatterplot Matrix. I succeed to get ref line values.but, I don't know how to add. I want to know add ScaleBox to every "Y"s. For exaple,  //sel_colnames = {"SPK_VOS_TrimCode_Dec", "SPK_RCV_VOS_TrimCode_Dec", "SPK_RCV_VOS_Post_0p5W"}; upper_limit = {10, 1, 15, 0.75};
    lower_limit = {-10, 0.5, -15, -0.75}; I want to add upper_limit & lower_lim...

    NagneTE1 NagneTE1
    Discussions |
    Jun 10, 2024 12:41 AM
    2331 views | 4 replies
  • Data preparation- substract column data by other column

    Hi,I have a table with different scan results.I have 180 scans with 1000 results per scan.results are at the Z column.I want to create a new column with relative scan results, meaning the results of scan 2 - the results of scan 1, results of scan 3 - the results of scan 2, and so on.subtraction of results must be by Location number, 1-1, 2-2, 3-3, and so on.I've tried to transpose the data but got...

    Ohad_s Ohad_s
    Discussions |
    Jun 9, 2024 4:57 AM
    1917 views | 4 replies

Latest Discussions

  • Show labels for selected rows only

    In Graph Builder, I want to show a data label (not a hover label) for selected rows only. As a demo, I tried the following code: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Try( Show( dt:Selected Name ), dt << New Column( "Selected Name", Character, Set Formula( If( Selected( Row State( Row() ) ) == 1, :name ) ) ) ); dt:Name << Label( 0 ); dt << Clear Row States <...

    matth1 matth1
    Discussions |
    Jun 10, 2024 1:36 AM
    2016 views | 4 replies
  • How to import binary Pi Tags from web server into JMP

    We are trying to import binary PI tags from our PI web server into JMP which does not work however.The PI tag is character and has the names "Open" and "Closed" and values 1 and 0 respectively. We verified that this binary PI tag is being populated in the web server: When using the integrated "Import from PI Server" or our own application which is similar, the columns of the data table are not pop...

    Theresa3003 Theresa3003
    Discussions |
    Jun 6, 2024 6:49 AM
    1220 views | 2 replies
  • Graph builder window size in Journal: Scaling issue [JSL]

    Hello, I'm trying to write a script and run it using journal. The script is supposed to plot different graph builder windows. The issue I'm having is that sometimes when I try to change the axis setting (Min, Max, and Increment), the window gets very small and the axis setting becomes different than the one in the script. Ex:    The interesting thing here is that when I try to use the re-run in a ...

    RA899 RA899
    Discussions |
    Jun 6, 2024 5:44 AM
    1234 views | 1 replies
  • release notes

    When will the release notes for JMP 18 and JMP 18.0.1 be available from  JMP - New Features and Release Notes ?

    hogi hogi
    Discussions |
    Jun 5, 2024 2:13 PM
    2285 views | 3 replies
  • Simulate results for a table of statistics in a report

    Hello everyone, so I have been testing around with the simulation feature in JMP, which you can use to simulate statistics from reports where you have a random component (Overview of the Simulate Feature (jmp.com)). To the best of my knowledge, you can only simulate one column at a time. Is it possible to perform the simulation for the whole output table instead of having to simulate each column o...

    PoissonGopher92 PoissonGopher92
    Discussions |
    Jun 5, 2024 4:47 AM
    1247 views | 1 replies

Latest Discussions

  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    787 views | 0 replies
  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    720 views | 0 replies
  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    710 views | 0 replies
  • Error during stemming in text explorer: Inconsistent Recodes in access or evaluation of 'List'

    Hello Community! I'm trying to recode the stemming in text explorer based on a fixed dictionary of words and I'm getting this error "Inconsistent Recodes in access or evaluation of List". This is my code: obj = dt << Text Explorer( Text Columns( :col1) ); obj << Stemming("Stem for Combining"); obj << Add Recodes( {{"attractive", "Attract"},{"unattractive", "Attract"},{"attract", "Attract"},{"ugl...

    sm3001 sm3001
    Discussions |
    Mar 21, 2024 12:49 AM
    932 views | 0 replies
  • DataTable Prompt in application builder on module load

    Hello guys, I have applciation builder with multiple modules. one of the module only contains column list which requires selection of datatable. How to make jmp prompt to select datatable only when that module loads.By default it prompts when the application loads  Kindly guide. Thanks in advance

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 3:54 AM
    663 views | 0 replies
view all discussions