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

  • JSL how to rename column name by expression

    Hi, I have a list of of columns name that generated by Summary statistic. I want to remove all the prefix and sufix that only keep the part that i want. how do i do this in JSL?  Columns% of Total(UP9019-01) => UP9019-01% of Total(UP9019-02) => UP9019-02% of Total(UP9019-03) => UP9019-03.....

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 22, 2020 10:07 PM
    7945 views | 4 replies
  • Pick File: Syntax of filterList argument

    I am having trouble using the pick file command, in particular the filterList argument, and unfortunately, the scripting index does not cover my case.I want to set the filter to only csv (or Text files) during selection, as I can when using Open, and triedNames Default To Here( 1 ); mypath = Pick File( "Select csv File", {"Text Files|txt;csv"} );but when executing the script, the filter is set ...

    Feli Feli
    Discussions |
    Oct 22, 2020 5:36 AM
    1954 views | 2 replies
  • Question about "word" formula, purpose to split one character and get key shorten word

    I have one table with one column, name is "Batch ID", I want to use one script to generate one column, name is "Short ID", formula use Word( 2, :Batch ID, "L22DD1" ), only want to get 2nd word, for example, E3L22DD1K27--->K27, but how come after run JSL, its outcome is K2 not K27? kindly help to sugget whether have other solutions if it not work? Batch IDShort IDM3L22DD1K2K2E3L22DD1K45K45M3L22DD1K...

    qspringleaf qspringleaf
    Discussions |
    Oct 22, 2020 2:16 AM
    3291 views | 5 replies
  • Creating Summary Table for Line of Fit?

    Hello, I have a script that generates Graphs using Graph Builder and Bivariate in a window. The function is shown below. Sorry if it is confusing, I had to hide the actual column and data table names. Essentially, the data table called upon in the function contains different lot numbers in rows, and different tests in columns.The function generates a graph for each test parameter vs time, and also...

    DanAlexander DanAlexander
    Discussions |
    Oct 19, 2020 1:06 PM
    4435 views | 4 replies
  • how to script for finding maximum, minimum date value in a row for 100+ columns

    i have a table with 500+ rows and 100+ columns. Populated with numeric values (dates). I need to find the maximum and minimum value along each row for earliest and latest date. i guess the script would be similar to 'Maximum (column1........column100)' for each row. But i am not sure how to script the column ranges along each row.  

    tonkatsu2020 tonkatsu2020
    Discussions |
    Oct 16, 2020 1:29 PM
    6553 views | 10 replies

Latest Discussions

  • Creating Summary Table for Line of Fit?

    Hello, I have a script that generates Graphs using Graph Builder and Bivariate in a window. The function is shown below. Sorry if it is confusing, I had to hide the actual column and data table names. Essentially, the data table called upon in the function contains different lot numbers in rows, and different tests in columns.The function generates a graph for each test parameter vs time, and also...

    DanAlexander DanAlexander
    Discussions |
    Oct 19, 2020 1:06 PM
    4435 views | 4 replies
  • how to script for finding maximum, minimum date value in a row for 100+ columns

    i have a table with 500+ rows and 100+ columns. Populated with numeric values (dates). I need to find the maximum and minimum value along each row for earliest and latest date. i guess the script would be similar to 'Maximum (column1........column100)' for each row. But i am not sure how to script the column ranges along each row.  

    tonkatsu2020 tonkatsu2020
    Discussions |
    Oct 16, 2020 1:29 PM
    6553 views | 10 replies
  • convert a date from a number to date

    so i have a jsl data table that has dates like this: 04/09/2020 2:59:17 AMwhen i save it to excel as xls file it saves it as 3675976666so when i open it again in jmp, its a number as above, how can I transfer it back to the way it was in line number 1?

    itzikd itzikd
    Discussions |
    Oct 14, 2020 8:52 AM
    2819 views | 1 replies
  • How to use JMP script to auto generate a new summary table, quartile by group.

    Kindly suggest How to use JMP script to auto generate a new summary table, quartile by group?To summarize quartile 90%, 75%, 25% by three combination group: BOX & Site & GOUP.thanks a lot. BOXSiteGroupValue602H0S140ID0030.246236602H0S140ID0050.042778602H0S140ID0070.983971602H0S140ID0080.119373602H0S140ID0090.843374602H0S1303ID0030.763462602H0S1303ID0050.407134602H0S1303ID0070.405919602H0S1303ID008...

    qspringleaf qspringleaf
    Discussions |
    Oct 12, 2020 5:48 PM
    1489 views | 1 replies
  • find duration from a table of dates

    #i have this attached table where the dates are submitted at the end of 12 different production steps (here column 1 to column 12). each row represent a unique production object. so i have 27 prod objects, each going through 12 prod steps; and hence have 12 prod dates. #I need to find the following: the duration required for the prod object to go from step1 or some other step to last completed ste...

    tonkatsu2020 tonkatsu2020
    Discussions |
    Oct 11, 2020 9:20 PM
    2888 views | 5 replies

Latest Discussions

  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    2221 views | 0 replies
view all discussions