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 loop images to append and save in ppt slides with different outline box title?

    Hi all I have created a function for variability plots with different parameters. My question is, can I append the images and save them as PowerPoint slides with their respective names in the outline box? I am currently doing this individually and is running this on JMP 15

    UserID16644 UserID16644
    Discussions |
    Feb 27, 2024 10:40 PM
    1202 views | 1 replies
  • Script to create a new data table by subtracting one data table from another.

    I have two data tables in my project and am trying to write a script that would like to create a third data table which is the values in table #2 subtracted from table #1. Categorical variable columns and column names are the same in both tables and would need to be the same in table #3. I'm using JMP pro 16. 

    Mcc99 Mcc99
    Discussions |
    Feb 27, 2024 6:06 AM
    1691 views | 2 replies
  • Subtract between multiple columns

     dt = current data table(); For ( i=0 , i<8, i++, dt << new column( "RESULT", Numeric, "Continuous", For (x=1, x<50, x++, Formula(Column(3+i)[x]-Column(2+i)[x]), )); ); I would like to subtract data between multiple columns, i have tried the script above but its not working. Is there a more effective way to do it?Expected result:result = data2 - data1result1 = data4 - data3result2 = d...

    kuanaunwei kuanaunwei
    Discussions |
    Feb 26, 2024 11:50 PM
    3044 views | 4 replies
  • How to provide column names manually in script for importing multiple text files?

    Hello, I was able to use the import multiple files tool to get a Skelton script. I would like to add column names to created table through the script. Is there a way to do that? 

    Singhthisside Singhthisside
    Discussions |
    Feb 26, 2024 9:27 AM
    953 views | 1 replies
  • A way to show a date with no data in graph builder

    Hye everyone,I have a chart where I'd like to show each day and if there is no data for the day the date would still show but be blank. Here you can see that there is no data for the 22nd.  However, I would like that date to still show up.  I'm thinking I might have to use JSL to check that there is a day for ach day possible between the min and max dates in the data set and add in a dummy line it...

    shampton82 shampton82
    Discussions |
    Feb 26, 2024 8:00 AM
    2630 views | 4 replies

Latest Discussions

Latest Discussions

  • group file name and set lable by JSL looping, work fine but slowly

    I have a JLS works fine, but slowly, is there any method to improve it? 1. import multiple files2. base on file name rule group into a, b, c, d, e 3. base on file name rule to decide file count and set into rows for each groupNames Default To Here(1); dir = Pick Directory( "Select a directory" ); Multiple File Import( <<Set Folder( dir ), <<Set Show Hidden( 0 ), <<Set Subfolders( 0 ), <<Se...

    BayesRabbit7133 BayesRabbit7133
    Discussions |
    Feb 22, 2024 12:24 AM
    860 views | 0 replies
  • Scheduled job failed

    Hi, I'm trying to run daily scheduled job, but keep getting failing error "Process is terminated due to StackOverflowException".What might be the reason for this?

    shaiv90 shaiv90
    Discussions |
    Feb 11, 2024 11:09 PM
    830 views | 0 replies
  • PickFile(), Projects and Network Drives

    Did you notice that PickFile looks different when it's opened from within a project? More than that - when Pick File is opened from a project, with mydir pointing to a network drive with thousands of files, Jmp will freeze for dozens of seconds:mydir= "\\computername\directory"; Pickfile("select a file" , mydir) So, if you work in a project, to prevent Jmp from freezing, please be sure that your i...

    hogi hogi
    Discussions |
    Feb 9, 2024 3:07 PM
    886 views | 0 replies
  • How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

     w = New Window("window", <<Journal, hlb = hlistbox() ); w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" ); w << SavePDF ( "C:\Users\blahblah.pdf");The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...

    mann mann
    Discussions |
    Jan 31, 2024 6:25 AM
    1092 views | 0 replies
  • GraphBuilder Legend hook

    There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph.  With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()), this was quite simple as the display element was simply a Table Box() that can receive a Set Row Change Function() message.  The same cannot be done (to my knowledge) with Gra...

    ErraticAttack ErraticAttack
    Discussions |
    Jan 17, 2024 6:41 PM
    747 views | 0 replies
view all discussions