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

  • Date imported from Excel in 1904

    Hello Community!  I am trying to do a script to automatically import an Excel file and create some graphs. I have a file with a column of date (dd Mon yyyy) which is important as it will be my X axis (Excel file attached).If I go directly from the Excel file to JMP using the add-on button, it’s working perfectly well, I get my datatable with my Date column properly formatted. But I want to script ...

    Elofar1 Elofar1
    Discussions |
    Nov 2, 2023 7:00 AM
    1508 views | 1 replies
  • How to select individual cell based on condition and insert it?

    Hello
    I am trying to select an individual cell based on condition and insert it to a column in JSL.
    For example:I have this following table - I want to insert to the first row under column "value"  the "score" value of the second row (11) because:
    when looking on the first and second row:home = home and y=y and x=x+1Input:scorehomeyxvalue10US11 11US12 10Canada11 10US35  Expected: scorehomeyxvalue10U...

    septon septon
    Discussions |
    Nov 2, 2023 2:59 AM
    1043 views | 1 replies
  • What is not possible via JSL?

    https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690346/highlight/true#M87620  Where are the limits? I mean:- where is the the GUI/mouse user ahead of his JSL colleague?
    - where is a hard wall for any Jmp user?

    hogi hogi
    Discussions |
    Nov 1, 2023 3:05 AM
    4850 views | 11 replies
  • save matrix as table variable?

    Hi.  I'm wondering if it is possible to save a matrix or list to a table as a variable, as in:Names Default To Here(1); dt = Open("$SAMPLE_DATA/Big Class.jmp"); dt << New Table Variable("Day_mat", [42 43]);This did not work of course, but is there another way?  One option I'm considering is saving it as a table script instead, as in:Names Default To Here(1); dt = Open("$SAMPLE_DATA/Big Class.jmp")...

    nikles nikles
    Discussions |
    Oct 31, 2023 9:25 AM
    3008 views | 5 replies
  • 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
    1721 views | 2 replies

Latest Discussions

  • Date imported from Excel in 1904

    Hello Community!  I am trying to do a script to automatically import an Excel file and create some graphs. I have a file with a column of date (dd Mon yyyy) which is important as it will be my X axis (Excel file attached).If I go directly from the Excel file to JMP using the add-on button, it’s working perfectly well, I get my datatable with my Date column properly formatted. But I want to script ...

    Elofar1 Elofar1
    Discussions |
    Nov 2, 2023 7:00 AM
    1508 views | 1 replies
  • How to select individual cell based on condition and insert it?

    Hello
    I am trying to select an individual cell based on condition and insert it to a column in JSL.
    For example:I have this following table - I want to insert to the first row under column "value"  the "score" value of the second row (11) because:
    when looking on the first and second row:home = home and y=y and x=x+1Input:scorehomeyxvalue10US11 11US12 10Canada11 10US35  Expected: scorehomeyxvalue10U...

    septon septon
    Discussions |
    Nov 2, 2023 2:59 AM
    1043 views | 1 replies
  • What is not possible via JSL?

    https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690346/highlight/true#M87620  Where are the limits? I mean:- where is the the GUI/mouse user ahead of his JSL colleague?
    - where is a hard wall for any Jmp user?

    hogi hogi
    Discussions |
    Nov 1, 2023 3:05 AM
    4850 views | 11 replies
  • How to open data files in fydb format with JSL?

    Thanks Experts! 

    lala lala
    Discussions |
    Oct 30, 2023 4:20 PM
    1954 views | 2 replies
  • Add-in Manager with Google Drive

    Hello, I have an add-in that I deploy and maintain at a customer site with dozens of users. The problem is that when I deliver a new version, the users have to update. This customer has the google suite, so I drop the new version each time on a private google Drive directory , and the users have to retrieve this new version each time to update. We all agree that this is very time-consuming, not op...

    SophieCuvillier SophieCuvillier
    Discussions |
    Oct 30, 2023 7:03 AM
    1655 views | 2 replies

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
    799 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
    679 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
    806 views | 0 replies
  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    871 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    657 views | 0 replies
view all discussions