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

  • Need to join two tables based on non-identical strings (Use Regex?) in JSL

    Hello, I have a JSL table imported from a tester station. The station reports the metrics and some attributes, including the Config Code of the devices under test. My goal is to join another table (config matrix) with some categorical info (component vendor, …), based on the config code.Unfortunately the config code reported by the station is not a 100% match with the config matrix (case sensitive...

    Voizingu Voizingu
    Discussions |
    Oct 9, 2024 12:26 PM
    1407 views | 3 replies
  • Can Multi HTTP Request be used for this form of download?

    Thanks Experts!u = ""; d1 = Open( u, HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) ) );torqs = New Multi HTTP Request(); For( i = 1, i <= N Items( us ), i++, rq = New HTTP Request( Method( "GET" ), URL( u[i] ) ); //HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) ) rqs << Add( rq ); ); hh = rqs << Get Requests(); da = rqs << Download( "show progress", "detailed" );

    lala lala
    Discussions |
    Oct 9, 2024 5:04 AM
    1431 views | 4 replies
  • #DACH2024 : title and legend: blue font?


    adjust the colors interactively, then use the Enhanced log to get the right command ...

    Next step: create your toolbarand add a command with something like this:Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = dt << Graph Builder( Size( 437, 413 ), Graph Spacing( 4 ), Variables( X( :height ), Y( :weight ), Overlay( :sex ) ), Elements( Points( X, Y, Legend( 1 ) ), Smooth...

    hogi hogi
    Discussions |
    Oct 8, 2024 12:54 PM
    970 views | 3 replies
  • Automating Graph Builder Dashboard

    Hello, I'm working on creating a dashboard and I would like to find a way to automate the process. I'm able to automate the process at the moment if, for example, I create a 2*2 dashboard. I use the script again to make another 2*2 dashboard. The question is: how can automate a process to create a dashboard that shrinks and expand whenever applicable. For example: if I provide 2 plots It will do a...

    RA899 RA899
    Discussions |
    Oct 8, 2024 11:05 AM
    716 views | 1 replies
  • Date Time Formatting

    I have a column with a few different date formats and also some blank dates. How do I revise the column to show one date column type for the different date types? Below is a screenshot of some of the values. 

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    Oct 8, 2024 9:51 AM
    2178 views | 2 replies

Latest Discussions

  • Can Multi HTTP Request be used for this form of download?

    Thanks Experts!u = ""; d1 = Open( u, HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) ) );torqs = New Multi HTTP Request(); For( i = 1, i <= N Items( us ), i++, rq = New HTTP Request( Method( "GET" ), URL( u[i] ) ); //HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) ) rqs << Add( rq ); ); hh = rqs << Get Requests(); da = rqs << Download( "show progress", "detailed" );

    lala lala
    Discussions |
    Oct 9, 2024 5:04 AM
    1431 views | 4 replies
  • #DACH2024 : title and legend: blue font?


    adjust the colors interactively, then use the Enhanced log to get the right command ...

    Next step: create your toolbarand add a command with something like this:Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = dt << Graph Builder( Size( 437, 413 ), Graph Spacing( 4 ), Variables( X( :height ), Y( :weight ), Overlay( :sex ) ), Elements( Points( X, Y, Legend( 1 ) ), Smooth...

    hogi hogi
    Discussions |
    Oct 8, 2024 12:54 PM
    970 views | 3 replies
  • Automating Graph Builder Dashboard

    Hello, I'm working on creating a dashboard and I would like to find a way to automate the process. I'm able to automate the process at the moment if, for example, I create a 2*2 dashboard. I use the script again to make another 2*2 dashboard. The question is: how can automate a process to create a dashboard that shrinks and expand whenever applicable. For example: if I provide 2 plots It will do a...

    RA899 RA899
    Discussions |
    Oct 8, 2024 11:05 AM
    716 views | 1 replies
  • Custom alerts!

    Hi, I'm trying to see whether I can script a custom alarm to tell me when X number of consecutive points go outside some predefined UCL/ LCL values. In this example I would like to get an alarm if 240 consecutive rows in the column "HELIUM_PRESSURE" goes either above or below the UCL (15) or LCL (3). But when I run the script I get the error message: not enough arguments in access or evaluation of...

    Mac_d87 Mac_d87
    Discussions |
    Oct 8, 2024 9:44 AM
    1033 views | 1 replies
  • Extracting structured data in python and saving it as CSV is still faster than saving JMP tables.

    I have compared using python asyncio asynchronously to download data and save it to CSV faster than saving it to JMP tables.

    lala lala
    Discussions |
    Oct 7, 2024 9:13 AM
    672 views | 1 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
    1099 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
    786 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
    720 views | 0 replies
view all discussions