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

  • Add in row legend in Distribution with radio box

    Hello community, Before this I created a single radio box and biv plot but right now I have been improvising my script. Here is my problem so far I have created my scripts that open 3 graphs, with self function radio box1) Distribution2) Fit Y by X3) Radio Box My problem is:1) Whenever I run the script, the row legend only appears IL_ALL and can't be changed even if I click on the radio box.2) I w...

    mystylelife19 mystylelife19
    Discussions |
    Sep 4, 2023 4:35 AM
    2456 views | 3 replies
  • Is it possible to run multiple univariate Cox survival analysis in one step in JMP ?

    I am trying to test multiple variables in independant univariate Cox survival analysis (with years of survival and years of follow-up censor). Is there a way to run multiple variables at once but to have an independant univariate Cox analysis instead of a multivariate analysis ? I have a lot of variables I'd like to test and would prefer not having to clock them all one by one.Is there a script I ...

    GCardin GCardin
    Discussions |
    Sep 3, 2023 10:45 PM
    1532 views | 1 replies
  • PickFile() from within a Project does not use file filters

    When I use PickFile() outside of a project, it works as noted in the scripting guide, scripting index, and other posts here in the forums. However, when I run the script within a project, the window that opens is a different one. It seems to be in order to allow you to pick a file that is saved to the project itself, but the filters do not work even though it shows the folder that I specified as d...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 3, 2023 8:45 PM
    1209 views | 0 replies
  • Split whole string into 2 new column

    table<< New Column("d0", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 1, 3))); table<< New Column("d1", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 4, 6)));
    string= 1_1_1_1_1_1
    wanted to split this string into 2 column with data 1_1_1 for d0 and 1_1_1 for d1. Somehow the script above not working

    weilyne weilyne
    Discussions |
    Sep 3, 2023 12:52 PM
    1115 views | 1 replies
  • Open function with relative file location

    I need to use the open function with a relative file location. The following code finds the location, and stores the path to the file in the variable RelativeLocation relativePath = Get Default Directory(); UPtwo = Left( relativePath, Contains( relativePath, "/Folder/", -2 ) ); RelativeLocation = UPtwo || "Excel_file.xlsx";However, when using the Open function with the RelativeLocation variable, t...

    Steffen_Bugge Steffen_Bugge
    Discussions |
    Sep 2, 2023 2:19 PM
    1656 views | 2 replies

Latest Discussions

  • PickFile() from within a Project does not use file filters

    When I use PickFile() outside of a project, it works as noted in the scripting guide, scripting index, and other posts here in the forums. However, when I run the script within a project, the window that opens is a different one. It seems to be in order to allow you to pick a file that is saved to the project itself, but the filters do not work even though it shows the folder that I specified as d...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 3, 2023 8:45 PM
    1209 views | 0 replies
  • Split whole string into 2 new column

    table<< New Column("d0", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 1, 3))); table<< New Column("d1", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 4, 6)));
    string= 1_1_1_1_1_1
    wanted to split this string into 2 column with data 1_1_1 for d0 and 1_1_1 for d1. Somehow the script above not working

    weilyne weilyne
    Discussions |
    Sep 3, 2023 12:52 PM
    1115 views | 1 replies
  • I can’t download

    When i try download I receive this

    FaceNoiseNewt88 FaceNoiseNewt88
    Discussions |
    Aug 31, 2023 12:53 PM
    1380 views | 1 replies
  • JSL How to put number(label) on line charts

    Hello friends, need some help. I plotted the Line Chart and manual did turn on Label at Data Source. It works fine. However when I got the JSL code for this the Line plot, and run code JSL, the reading (Data Value for Y-Axis) is gone!  :(  (I just got only line without number of value) 

    I am not sure if do we have JSL command to turn on the label (Data Value) and also how to set decimal number to s...

    cpbatman cpbatman
    Discussions |
    Aug 31, 2023 1:22 AM
    1892 views | 2 replies
  • Try to rename multiple data tables

    Hi friends,   I am trying to rename opened data tables in a project. I have two data tables, one has columns, the other one has 16 columns. I want to name the smaller data table as "Image" (this data contains lots of pictures) and the other one as "Numerical data".   My code works - for the first time. After the code changed the data table names correctly, If I manually change the correct named da...

    DivisiveEagle45 DivisiveEagle45
    Discussions |
    Aug 31, 2023 12:01 AM
    1299 views | 2 replies

Latest Discussions

view all discussions