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

  • Help with script to rename data table

    Hello,I'm trying to streamline some analysis and am dipping my toes into JSL.  In the current case I'm running a 4PL fit of some data then generating a table of the curve parameter summaries.  I'm able to make the new table but it will be named by default "Untitled X" (where x is just an iteration of numbers...).  I can manually rename to "4PL"...which my follow on tasks will point to. What I'd li...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Mar 6, 2024 8:46 AM
    4060 views | 8 replies
  • Outline Box with title and image and other details

    Hello guys,I am trying to create a journal which is exported into ppt later (adding just the snippet of code)obpic = OutlineBox("Page "|| char(pageno), OutlineBox("Title of Presenation",(PictureBox(tmpic))) );
    obpic << journal;jjrn <<Save Presentation("$TEMP/saveppt.pptx", Outline Titles("BottomRight"), "PNG"); when i perform this i get title at top and page number at bottom which is perfect. But a...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 5, 2024 5:44 AM
    1589 views | 2 replies
  • Search and select word on string

    Hi all, I have two different data tables, and I need to find and select if the word exist on the other table.I tried using Contains() but is not working. Please help Here is an example:dt1                              dogcatfishbirdcow dt2dog&gorillamouse, giraffeshark, whale, penguinostrich&birdlion&tiger,cow  Result (text in bold characters are selected): dt2dog&gorillamouse, giraffeshark, whale...

    UserID16644 UserID16644
    Discussions |
    Mar 5, 2024 2:03 AM
    1944 views | 3 replies
  • "If" returns error response

    I have a script to draw charts and use "if" for the reference line."Sometimes" the reference line is not correct. For example, when Rel_Test=H3TRB, the reference line should be 10, but it shows 5.How could I fix it? 
    d6_graph=dt2 << Graph Builder( Size( 400, 300 ), Show Control Panel( 0 ), Variables( X( :Lot), Y( :dIGSS, Position( 1 ) ), Color( :Lot ), By(:Rel_Test) ), Elements( Box Pl
    ...

    LT LT
    Discussions |
    Mar 4, 2024 8:08 PM
    944 views | 0 replies
  • How to build boxplot chart and save it into local then insert into ppt

    Hi,JMPerI had one test data like as below.I want to auto build boxplot chart which can compare each Col with Fixture, and each Col had one remark. (The title format: Fixture Comparison:Col--Remark).How to auto build those boxplot chart loop with Col_1、Col_2、Col_3、Col_4. And auto save boxplot chart then insert into ppt?Thank you very much.   

    CompleteLeopard CompleteLeopard
    Discussions |
    Mar 4, 2024 5:26 PM
    4689 views | 8 replies

Latest Discussions

  • "If" returns error response

    I have a script to draw charts and use "if" for the reference line."Sometimes" the reference line is not correct. For example, when Rel_Test=H3TRB, the reference line should be 10, but it shows 5.How could I fix it? 
    d6_graph=dt2 << Graph Builder( Size( 400, 300 ), Show Control Panel( 0 ), Variables( X( :Lot), Y( :dIGSS, Position( 1 ) ), Color( :Lot ), By(:Rel_Test) ), Elements( Box Pl
    ...

    LT LT
    Discussions |
    Mar 4, 2024 8:08 PM
    944 views | 0 replies
  • Neural networks that learn and predict in real time (incremental learning)

    Hello community!!A query:- How JMP is configured to generate neural networks that learn from their inputs in real time (incremental learning) in such a way that it continually updates its weights according to new inputs and generates updated real-time predictions.Greetings,Marco

    Marco2024 Marco2024
    Discussions |
    Mar 4, 2024 9:37 AM
    850 views | 0 replies
  • How to use wildcards in matching columns (Update Table)

    Hi all,How can I update a table using wildcard? I already tried to create a column with a substring formuladt << New Column( "Code Ref", Formula (Substr(:Code, 1, 4)) );TableACodeNameAgeABCD456Ann12ABCD123Roy16ABCD678Jean11 TableBCodeNameAgeABCD543John12FGR263Mike13ABCD975Rose8 After table update:CodeNameAgeABCD456Ann12ABCD123Roy16ABCD678Jean11ABCD543John12ABCD975Rose8 But I cannot use Code Ref as...

    UserID16644 UserID16644
    Discussions |
    Mar 3, 2024 11:17 PM
    1350 views | 2 replies
  • Get Script after User Input and Script to String

    Hello Guys,New to jmp scripting. I require assistanceI want to get the script after user specifies the valid informationdt = Open( "$SAMPLE_DATA/semiconductor capability.jmp" ); obj = dt << Variability Chart(); // I want to get Script after User clicks OK How to do thatIf i have a string and to run it as script i do this dt = Open( "$SAMPLE_DATA/semiconductor capability.jmp" ); theScript = "Variab...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 2, 2024 10:11 AM
    1622 views | 3 replies
  • Import Png pics in each cell

    Hello, Is there a way to import the Histogram (.png) pictures into the excel cell (fit the cell by image) using jsl? Something like this.....JSL to iterate over column groups to export the picturesNames Default To Here( 1 ); dt2= Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); maindir = Pick Directory( "Choose a directory to save distribution images" ); distributiondir = Concat( maindir || "/...

    Jackie_ Jackie_
    Discussions |
    Feb 29, 2024 8:49 AM
    1688 views | 2 replies

Latest Discussions

  • "If" returns error response

    I have a script to draw charts and use "if" for the reference line."Sometimes" the reference line is not correct. For example, when Rel_Test=H3TRB, the reference line should be 10, but it shows 5.How could I fix it? 
    d6_graph=dt2 << Graph Builder( Size( 400, 300 ), Show Control Panel( 0 ), Variables( X( :Lot), Y( :dIGSS, Position( 1 ) ), Color( :Lot ), By(:Rel_Test) ), Elements( Box Pl
    ...

    LT LT
    Discussions |
    Mar 4, 2024 8:08 PM
    944 views | 0 replies
  • Neural networks that learn and predict in real time (incremental learning)

    Hello community!!A query:- How JMP is configured to generate neural networks that learn from their inputs in real time (incremental learning) in such a way that it continually updates its weights according to new inputs and generates updated real-time predictions.Greetings,Marco

    Marco2024 Marco2024
    Discussions |
    Mar 4, 2024 9:37 AM
    850 views | 0 replies
  • group file name and set lable by JSL looping, work fine but slowly

    I have a JLS works fine, but slowly, is there any method to improve it? 1. import multiple files2. base on file name rule group into a, b, c, d, e 3. base on file name rule to decide file count and set into rows for each groupNames Default To Here(1); dir = Pick Directory( "Select a directory" ); Multiple File Import( <<Set Folder( dir ), <<Set Show Hidden( 0 ), <<Set Subfolders( 0 ), <<Se...

    BayesRabbit7133 BayesRabbit7133
    Discussions |
    Feb 22, 2024 12:24 AM
    861 views | 0 replies
  • Scheduled job failed

    Hi, I'm trying to run daily scheduled job, but keep getting failing error "Process is terminated due to StackOverflowException".What might be the reason for this?

    shaiv90 shaiv90
    Discussions |
    Feb 11, 2024 11:09 PM
    832 views | 0 replies
  • PickFile(), Projects and Network Drives

    Did you notice that PickFile looks different when it's opened from within a project? More than that - when Pick File is opened from a project, with mydir pointing to a network drive with thousands of files, Jmp will freeze for dozens of seconds:mydir= "\\computername\directory"; Pickfile("select a file" , mydir) So, if you work in a project, to prevent Jmp from freezing, please be sure that your i...

    hogi hogi
    Discussions |
    Feb 9, 2024 3:07 PM
    886 views | 0 replies
view all discussions