cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Path to the jmpStart.jsl file

    I have understood that jmpStart.jsl file is automatically loaded when running JMP, which is really helpful. I asked my team members to modify their start jsl which can be found in their folder, e.g. C:/Users/<ID>/AppData/Roaming/SAS/JMP, and it went very well. Now I was wondering if we could identify the path of our jmpstart.jsl even though we could check it in our log file. It would be easier for...

    WakuWakuGoku WakuWakuGoku
    Discussions |
    May 10, 2024 4:52 AM
    2120 views | 4 replies
  • Outline close orientation for column switcher issue

    I have a graph builder chart where I have multiple column switchers I've set their orientation to horizontal by right clicking on the maximize/minimize arrow and selecting this for each one: However, the script for this customization is not retained when I save the chart script for later use.  I see that there is this option in the scripting index:but not sure how to apply it to just the column sw...

    shampton82 shampton82
    Discussions |
    May 9, 2024 8:08 PM
    5395 views | 14 replies
  • Running Python script using JSL [Permission Error]

    Hello, I'm trying to run a jsl script that does several things. One of them is to run an external python script. When I run the python script which does some modifications to an excel file, it gives me an error message indicating that permission is denied to access/write on the excel file. Please note that when I run the python script separately, it works like a charm.  How can I give jmp the prop...

    RA899 RA899
    Discussions |
    May 9, 2024 5:43 PM
    1516 views | 2 replies
  • Dynamic Reference Lines in Graph Builder

    I am trying to (simply) create custom reference lines and areas in Graph Builder so when I use a local data filter the references dynamically adjust to the data being presented. In the attached there are two "Model Types" (A and B) and the saved script shows the reference areas for Model Type B. When you select "A" using the local data filter, the graph changes but, of course, the references (havi...

    Drewt Drewt
    Discussions |
    May 9, 2024 2:27 PM
    2938 views | 6 replies
  • Previous and next non-missing values in a column

    I’m fairly new to JMP, and I’ve come across a problem with which I’m really struggling. I use JMP Pro 17. I have a data sheet with one column with distance from a starting point (“Distance”) and one column with a signal intensity value at that distance (“Signal”). I’ve found signal local maxima (peaks) by making a formula column which yields a 1 if the signal value at that distance is the largest ...

    PathReindeer523 PathReindeer523
    Discussions |
    May 9, 2024 1:37 PM
    1800 views | 4 replies

Latest Discussions

  • Begin Data Update

    HelloI have a table and would like the empty volume to be updated to 0I have written the script to update the column "19-04-2024"the problem is the name of the column can be changed and I prefer to use column (3) or column (4)but it doesn't work. can you please correct the script? dt << Begin Data Update;
                                        dt << Recode Column (
                                        d...

    Dennisbur Dennisbur
    Discussions |
    May 9, 2024 10:51 AM
    4395 views | 12 replies
  • Averaging with the Summary command. How can I use the mean column of the generated table to keep a significant number?

    I have seen Big Class.jmp's table with the same JSL get a mean column that already retains a significant number, but my own table does not.dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt = Current Data Table(); d2 = dt << Summary( Group( 2 ), Mean( 4 ), Freq( 0 ), Weight( 0 ), Link to original data table( 0 ), statistics column name format( "column" ) );Thanks!

    lala lala
    Discussions |
    May 8, 2024 8:00 AM
    3213 views | 10 replies
  • How can count the number of consecutive Spaces at the beginning of each line?

    It can be implemented with a formula or a regex
    I only know how to use this formula, but it's definitely not right.I don't want to do it in a circular way.Length(txt)-Length(Substitute(txt, " ", ""))Thanks!

    lala lala
    Discussions |
    May 8, 2024 7:45 AM
    1076 views | 3 replies
  • How to increase separation space in graph builder boxes

    Dear JMP experts,I created three stacked graph boxes with the graph builder and I added reference lines in each of them. Now I want to increase the space between each graph box since it is hard to distinguish them from each other. I couldnt find any function for that.Thanks for  your help!

    DualARIMACougar DualARIMACougar
    Discussions |
    May 8, 2024 7:19 AM
    1249 views | 2 replies
  • Jmp Update & Python

    Up to now, my Python distribution was separate from Jmp.So, after an Update of JMP the Python installation was still the same - with all packages. With JMP18 I understood that Python comes directly with Jmp.What happens after a Jmp upgrade? Will the Python packages be automatically installed in the new JMP version?

    hogi hogi
    Discussions |
    May 7, 2024 1:55 AM
    1312 views | 3 replies

Latest Discussions

view all discussions