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

  • Is it possible to pass a reference to a Function?

    For example when I run this script: someFunc = Function( {arg}, {}, Print( arg ); ); executor = Function( {fn, arg}, {}, fn( arg ); ); executor( someFunc, "this string" )I get an error, that seems to imply that I am calling someFunc when I am intending to pass a reference to it to executor. I am able to pass a reference by defining the function in the invocation, e.g.executor = Function(...

    mat-ski mat-ski
    Discussions |
    Sep 18, 2023 4:57 PM
    2665 views | 5 replies
  • Multiple excel file import, extracting data from specific sheet

    Dear expert JMP users, I have a lot of data files generated by an instrument that I've used - each one is consistent in format but they are all in individual sub-folders and each folder contains other files that are not of interest.Is there a way of writing a script (I'm completely new to JMP scripting) to look in all sub-folders of a given directory, search for excel files ending in ' infos.xlsx'...

    JMPinthePool JMPinthePool
    Discussions |
    Sep 15, 2023 7:46 AM
    3729 views | 4 replies
  • How to show the actual range in the level values in Graph Builder?

    Hi,   In the attached plot, the property of column "ChannelNumber" is Numeric/Continuous. I found it confusing in the grouped values at the top. "0-4" actually includes 0-3, as shown at the bottom; "4-8" actualy includes 4-7. It seems the range at the top always has overlapping values between adjacent levels. What can I do to make this overlap go away (i.e. I want it to show "0-3", "4-7","8-11" at...

    JaneYang JaneYang
    Discussions |
    Sep 14, 2023 11:28 AM
    6186 views | 13 replies
  • How to delete some rows in a table box from a Variability Summary table?

    Hello, I have a "Variability Chart" with the associated "Variability Summary" table which includes 32 rows.In this Summary table, I need to keep only the first 11 rows and to delete all the others.In the Show Tree Structure (see below snapshot), I can see the StringColBox and the NumberColBox I want to modify. So far, I have tried the "Remove Element" function.This function returns no error, howev...

    FabSTM FabSTM
    Discussions |
    Sep 11, 2023 5:18 AM
    2519 views | 4 replies
  • Importing spec limits for a refreshable JMP Live Control Chart

    Hi, I have created a control chart that I would like to be refreshable. I added the "open database()" code and the refresh worked fine but didnt save the spec limits. I tried to change the refresh script JMP Live window to add the spec limits but that doesn't work with the code below. Any help for how to do this? Need the spec limits for the chart and the capability analysis in JMP Live. <Open D...

    bjbreitling bjbreitling
    Discussions |
    Sep 7, 2023 7:48 AM
    4199 views | 7 replies

Latest Discussions

  • Is it possible to pass a reference to a Function?

    For example when I run this script: someFunc = Function( {arg}, {}, Print( arg ); ); executor = Function( {fn, arg}, {}, fn( arg ); ); executor( someFunc, "this string" )I get an error, that seems to imply that I am calling someFunc when I am intending to pass a reference to it to executor. I am able to pass a reference by defining the function in the invocation, e.g.executor = Function(...

    mat-ski mat-ski
    Discussions |
    Sep 18, 2023 4:57 PM
    2665 views | 5 replies
  • Multiple excel file import, extracting data from specific sheet

    Dear expert JMP users, I have a lot of data files generated by an instrument that I've used - each one is consistent in format but they are all in individual sub-folders and each folder contains other files that are not of interest.Is there a way of writing a script (I'm completely new to JMP scripting) to look in all sub-folders of a given directory, search for excel files ending in ' infos.xlsx'...

    JMPinthePool JMPinthePool
    Discussions |
    Sep 15, 2023 7:46 AM
    3729 views | 4 replies
  • How to show the actual range in the level values in Graph Builder?

    Hi,   In the attached plot, the property of column "ChannelNumber" is Numeric/Continuous. I found it confusing in the grouped values at the top. "0-4" actually includes 0-3, as shown at the bottom; "4-8" actualy includes 4-7. It seems the range at the top always has overlapping values between adjacent levels. What can I do to make this overlap go away (i.e. I want it to show "0-3", "4-7","8-11" at...

    JaneYang JaneYang
    Discussions |
    Sep 14, 2023 11:28 AM
    6186 views | 13 replies
  • How to delete some rows in a table box from a Variability Summary table?

    Hello, I have a "Variability Chart" with the associated "Variability Summary" table which includes 32 rows.In this Summary table, I need to keep only the first 11 rows and to delete all the others.In the Show Tree Structure (see below snapshot), I can see the StringColBox and the NumberColBox I want to modify. So far, I have tried the "Remove Element" function.This function returns no error, howev...

    FabSTM FabSTM
    Discussions |
    Sep 11, 2023 5:18 AM
    2519 views | 4 replies
  • Possible to reference known values in Control Chart Builder?

    Hi JMP Community folks, good day to all. I am exploring Control Chart Builder as an option, due to the availability of Local Data Filter.Is it possible to reference columns directly from data table? (ultimately, I would like to write JSL to do so)[columns of Center Line (Mean), Sigma, and Low/High 1-/2-/3-sigma, are already pre-generated (for whatever reason) and part of data table ... see screens...

    BennyLee BennyLee
    Discussions |
    Sep 6, 2023 6:17 PM
    1143 views | 1 replies

Latest Discussions

  • How to prove that the composition of the chemical mixture before and after treatment is significantly different?

    Hello! I need to show that compositions of chemical mixture before and after treatment are significantly different. Composition is given in weight %, so the total of all components' weight % in the mixture is 100%. This also means that if one component weight % in the mixture decreased after treatment all other component weight % should be increased. Can I use "Test Mean" from the Distribution pla...

    konstantin konstantin
    Discussions |
    Aug 18, 2023 2:14 PM
    831 views | 0 replies
  • how to read the output from Johnson-Neyman plot and floodlight analyisis?

    hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot.  according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Apr 23, 2023 8:56 AM
    1383 views | 0 replies
  • Hey I need help with solving this control chart problem?

    The largest purchaser of care of the WorldBest Healthcare System complained that the average C-section rate at WorldBest had increased from 1999 to 2000 and was now over 21 percent. The average at other area hospitals was between 17 to 19 percent. To investigate the situation, WorldBest wants to set up a control chart to monitor the number of C-Sections every month. 1. What type of control chart s...

    StarIconCohort4 StarIconCohort4
    Discussions |
    Apr 1, 2023 10:56 AM
    790 views | 0 replies
  • Black Cursor Keeps Turning into the Regular Windows Cursor

    I am trying to hover over values to get the provided explanations, but it won't work because my mouse cursor keep changing into the regular white windows cursor. I only have the black cursor when hovering over certain things (like graphs) but I want it to be active for the entire window. Is there anyway to fix this? Edit: Nevermind, the white cursor works fine. I saw in another discussion that I j...

    Shipidento Shipidento
    Discussions |
    Mar 17, 2023 5:50 PM
    1579 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    903 views | 0 replies
view all discussions