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

  • Copy Table Script - Calculated Values Missing

    I am using JMP Pro 17.2 and have compiled a JMP journal and would like the data table embedded.  I used the Copy Table Script option as detailed in the Help menu: https://www.jmp.com/support/help/en/18.0/index.shtml#page/jmp/manage-links-in-shared-journals.shtml I have set the table script to run in the journal through a Script Button by pasting the table script in the Set Script option for the bu...

    TimboK1 TimboK1
    Discussions |
    May 20, 2024 6:21 AM
    1112 views | 1 replies
  • Set Spec Limits Using a Variable Instead of a Hard Coded Number

    Hello, I am trying to automate setting spec limits for a column. It seems that this process is easily done using a hard coded value, but doesn't work when you input the spec limit as a variable. So this works:Column(4) << Set Property("Spec Limits", {LSL(0), USL(1), Show Limits(1)});  But this does not:lowerLimit = 0; upperLimit = 1; Column(4) << Set Property("Spec Limits", {LSL(lowerLimit), USL(...

    kaoticllama kaoticllama
    Discussions |
    May 19, 2024 10:31 PM
    2628 views | 5 replies
  • Can animation of this difficulty be achieved with JSL?

    I saw this Rule30 in the video.https://mathworld.wolfram.com/Rule30.html It must be complicated. Thanks Experts!

    lala lala
    Discussions |
    May 19, 2024 7:37 AM
    2538 views | 7 replies
  • Hyperlinks to Table box rows

    Hi, Is there a way to add hyperlinks to the table box rows?

    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Cities.jmp", invisible ); New Window( "", dtb = Data Table Box( dt ) ); :Latitude << Set Property( "Event Handler", Event Handler( Click(JSL Quote( Function( {thisTable, thisColumn, iRow}, Web( "https://www.google.com/maps/@" || Char( thisTable:latitude[irow] ) || "," || Char(...

    Jackie_ Jackie_
    Discussions |
    May 19, 2024 7:33 AM
    1460 views | 3 replies
  • Converting Torch Addin files to a model

    Putting this here in case anyone is able to understand the docs more than me, but I'm trying to just load any model output from the torch addin into python.  Anyone have any luck doing this?  I'm hoping that I can just load the state dict of the given model I selected but that doesn't seem to be working.     # %% from pathlib import Path import torch from torchvision.models import efficientnet_b2...

    vince_faller vince_faller
    Discussions |
    May 18, 2024 5:37 PM
    7215 views | 8 replies

Latest Discussions

  • Can animation of this difficulty be achieved with JSL?

    I saw this Rule30 in the video.https://mathworld.wolfram.com/Rule30.html It must be complicated. Thanks Experts!

    lala lala
    Discussions |
    May 19, 2024 7:37 AM
    2538 views | 7 replies
  • Hyperlinks to Table box rows

    Hi, Is there a way to add hyperlinks to the table box rows?

    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Cities.jmp", invisible ); New Window( "", dtb = Data Table Box( dt ) ); :Latitude << Set Property( "Event Handler", Event Handler( Click(JSL Quote( Function( {thisTable, thisColumn, iRow}, Web( "https://www.google.com/maps/@" || Char( thisTable:latitude[irow] ) || "," || Char(...

    Jackie_ Jackie_
    Discussions |
    May 19, 2024 7:33 AM
    1460 views | 3 replies
  • Converting Torch Addin files to a model

    Putting this here in case anyone is able to understand the docs more than me, but I'm trying to just load any model output from the torch addin into python.  Anyone have any luck doing this?  I'm hoping that I can just load the state dict of the given model I selected but that doesn't seem to be working.     # %% from pathlib import Path import torch from torchvision.models import efficientnet_b2...

    vince_faller vince_faller
    Discussions |
    May 18, 2024 5:37 PM
    7215 views | 8 replies
  • "Name Selection in Column" function in JSL

    is there JSL equivalent of menu functionRows=> Row Selection => Name Selection In Column? let's say there's column A and I used select where to select rows in Column A.   How to create Column B with value 1 for selected rows and 0 for not selected?

    Ken_K Ken_K
    Discussions |
    May 17, 2024 1:36 PM
    1413 views | 2 replies
  • How to load image and arrange these pictures in rows and columns

    I want to finish below jobs with JSL's help.1. Load some pictures into a display box, and arrange these pictures in rows and column with loop function, for exaple, 3 rows and 3 columns, total 10 pictures as below picture shown.2. Then I need to save all the pictures within the display box to one image and save it on my computure for use.3. I may need to adjust the size of the pictures shown on the...

    ClassLovebird67 ClassLovebird67
    Discussions |
    May 16, 2024 4:49 PM
    1450 views | 2 replies

Latest Discussions

  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    720 views | 0 replies
  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    710 views | 0 replies
  • Error during stemming in text explorer: Inconsistent Recodes in access or evaluation of 'List'

    Hello Community! I'm trying to recode the stemming in text explorer based on a fixed dictionary of words and I'm getting this error "Inconsistent Recodes in access or evaluation of List". This is my code: obj = dt << Text Explorer( Text Columns( :col1) ); obj << Stemming("Stem for Combining"); obj << Add Recodes( {{"attractive", "Attract"},{"unattractive", "Attract"},{"attract", "Attract"},{"ugl...

    sm3001 sm3001
    Discussions |
    Mar 21, 2024 12:49 AM
    932 views | 0 replies
  • DataTable Prompt in application builder on module load

    Hello guys, I have applciation builder with multiple modules. one of the module only contains column list which requires selection of datatable. How to make jmp prompt to select datatable only when that module loads.By default it prompts when the application loads  Kindly guide. Thanks in advance

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 3:54 AM
    663 views | 0 replies
  • JMP Project Global Data Filter and Column Switcher

    Hello Guys, I just started exploring jmp project. I am wondering if there is any option to add Global Data Filter and a global column switcher to a jmp project.Currely i have created a jmp project with various reports from a datatable (similar to dashboard) but i want to know if there is a option to add a global data filter and also a global column switcher to this screen. My idea : To create a sc...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 12:10 AM
    621 views | 0 replies
view all discussions