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

  • How to edit Number Col Edit Boxes in the Custom Profiler

    Hello,  I'm working on a project where I want to have users calculate values in a separate custom window that is then transmitted to the custom profiler to change the values held in their from the prediction formula in a data table. I'm stuck on trying to edit the NumberColEdit Boxes in the custom profiler, I can get the string list out, but not sure how to change the first string value and have i...

    RahBarroso RahBarroso
    Discussions |
    Oct 21, 2024 4:01 AM
    1046 views | 1 replies
  • Multiple file import Excel hidden row

    Hello, I am using JMP 18 and I need to import multiple excel files.
    As different users applied different filters I add this command to import even filtered rows from all excel files. 
    <<Set Excel Suppress Hidden Rows( 1 ), However the filtered data are not imported. Is there a difference on how JMP or excel handle hidden vs filtered rows? Is there another command I should use? Many thanks for your h...

    mgerusdurand mgerusdurand
    Discussions |
    Oct 21, 2024 12:15 AM
    3219 views | 6 replies
  • List of Strings

    To create a matrix of N identical numbers, I can use J(N, 1, number).What is the shortest (syntax) and fastest way to create a list of N identical strings?

    hogi hogi
    Discussions |
    Oct 20, 2024 11:44 PM
    2015 views | 7 replies
  • Update a table with another table based on "Nearest Match" columns

    Hello, I have 2 tables (Table1 and Table2), both queried from databases.I need to update Table1 with Table2 by matching columns (:match). The problem is: - I get :match content for Table1 with a Regex from the database with (sometimes) this format: “XXXX-YY-ZZZ”.- I get :match content for Table2 from another database with a different but consistent format: “XXXXYYZZZ”. I can manually use If() and ...

    Voizingu Voizingu
    Discussions |
    Oct 20, 2024 12:30 PM
    2256 views | 6 replies
  • Dynamic Coding Problem

    Hello,

    Looking for tips on how to make my script more dynamic.

    Given the snippet below we have a data table << Get as Report that we add onto a Col Box() with dynamic buttons.

    Now, here lies the issue. I need to put X amount of data tables into my window and I'm not sure how to go about it since I also need to add dynamic buttons to each table. The exact amount of data tables can vary. Thanks for the...

    aharro aharro
    Discussions |
    Oct 19, 2024 5:00 PM
    1055 views | 3 replies

Latest Discussions

  • Dynamic Coding Problem

    Hello,

    Looking for tips on how to make my script more dynamic.

    Given the snippet below we have a data table << Get as Report that we add onto a Col Box() with dynamic buttons.

    Now, here lies the issue. I need to put X amount of data tables into my window and I'm not sure how to go about it since I also need to add dynamic buttons to each table. The exact amount of data tables can vary. Thanks for the...

    aharro aharro
    Discussions |
    Oct 19, 2024 5:00 PM
    1055 views | 3 replies
  • Creating Groups after Database Query

    Hi, I have a database query that returns a large table, 200+ columns,  and would like to clean it up before working with.The columns have initial terms that signify the metrology tool source such as Raman, XRD, XRF, BET, PSA,...For each of these terms I would like to create a group and use the name from the above list to act as the name of the group.for example there are 20 columns that start with...

    Hegedus1 Hegedus1
    Discussions |
    Oct 18, 2024 11:16 AM
    1197 views | 3 replies
  • Can implement this substitution with an operation with a regex?

    For example, this file is a txt file.TAB spacing:
    Column 2 contains, column 2 contains
    The maximum number of rows is 5
    Can you use regular substitution to replace rows with less than 5 such symbols to complete the cell with a total of 5 similar symbols?
    Make up as shown in the figure.Thanks Experts!

    lala lala
    Discussions |
    Oct 18, 2024 2:29 AM
    3451 views | 13 replies
  • using web browser box, is there any way I can have it retain BROWSER level zoom between "navigate" events?

    I'm firing events into the browser box, but every time I navigate a URL my browser level zoom gets reset.Browser level zoom like in chrome is controlled with "{ctrl} + {mouse wheel}" or "{Ctr}l + {+}"  Is there any parameter I can set to control this or maintain the users previous setting?Coming in at 100% every time isn't ideal.I have full control of the web page too, but I don't want to do a CSS...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 16, 2024 8:02 AM
    1452 views | 1 replies
  • How to use a variable in JSL to set the levels of a DOE factor?

    I'm trying to add a factor to a DOE using a variable instead of hard coding the levels. The end goal is to provide the user with a simple interface set the levels for one of the factors. The following code doesn't work and the factor just ends up with L1 and L2 as levels. Names Default To Here( 1 ); levels = List(1,2,3); d = DOE( Custom Design, Add factor(Discrete Numeric, levels) ); d << Make...

    ChrisMuenzer ChrisMuenzer
    Discussions |
    Oct 15, 2024 7:30 PM
    1256 views | 2 replies

Latest Discussions

  • Could JMP show in a single graph a sensitivity analysis and the probability of occurrence of a result?

    Hello Community!Attached is the script "Hogi chart calculates risk and probability", an excellent work by HOGI ... which calculates the risks and probabilities of occurrence of an input or multiple inputs (x), of an output or multiple outputs (Y) or their combination in a table. For example:Would it be possible to expand the capacity of the script to make a sensitivity analysis of the inputs (x) o...

    Marco2024 Marco2024
    Discussions |
    Oct 2, 2024 5:15 PM
    705 views | 0 replies
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    656 views | 0 replies
  • Tracking down a cycle error

    When I open a data table, I get a cycle detected error that I have to ignore every time. I can't seem to figure out what is causing the error although it apparently has something to do with the table variable in my column formula.  Here is the formula: and here is the log entry showing the issue  Can anyone help me understand what is going on here? The data table actually works fine after I click ...

    scott1588 scott1588
    Discussions |
    Jun 24, 2024 11:47 AM
    1098 views | 0 replies
  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    784 views | 0 replies
  • 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
    719 views | 0 replies
view all discussions