cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Predict process conditions/trends in chemical processes

    Hey,  I wanna predict the CO2 sparge that a system will require to control pH based in the historical data of the same process batches upon change of volume or reactor scale. 

    I have a chemical process where pH is controlled by CO2 sparge, which is sparged controlled by the system automatically to maintain pH at setpoint. I have the process data for different batches, several parameters together wi...

    Upa_Upitas Upa_Upitas
    Discussions |
    Feb 10, 2026 10:01 AM
    210 views | 1 replies
  • AI scripting - misleading log ...

    I just analyzed a code created by a less favorite AI:   dt = Open("$SAMPLE_DATA/Big Class.jmp"); kd = dt << KDTable("hello"); result = kd << K Nearest Rows(1, 3);
    print("finished");
    The log said:   Object 'Data Table' does not recognize the message 'K Nearest Rows'; perhaps you mean one of these: <<Insert Rows <<Delete Rows <<Select Rows <<Select All Rows <<Get Labeled Rows <<Get Hidden Rows <<Ge...

    hogi hogi
    Discussions |
    Feb 9, 2026 10:27 PM
    348 views | 2 replies
  • Generate Delta table to calculate deltas between two temp measurments

    I have a data table that combines 2 datasets for 2 temperature for multiple units. Each unit is subjected to 20+ tests at 2 temps. I need to generate a delta table for each unit, that calculate the delta between temp2 - temp1 as shown in table "Data_Table". I keep getting the same error after an incomplete delta table is generated shown next   the error I get    My data table  here is my code, ...

    RayE RayE
    Discussions |
    Feb 9, 2026 4:31 PM
    1037 views | 11 replies
  • Exception Handling in JMP 11

    Hi, Is it possible to use try()/throw() to look for specific JMP exceptions?I have a scheduler that updates several tables from several dynamic sources. I would like to catch things like missing files, columns, or incorrect data types and write them to a log.txt so that it's easy for me to look for and fix anything if the scheduler crashes. Similar to try and catch in java. I know the function log...

    v_r v_r
    Discussions |
    Feb 9, 2026 3:06 PM
    13696 views | 4 replies
  • Differentiate between entire column and current row

    Hello, I am struggling to implement a simple "contains" formula. Here's a sample data set and formula: Here's the text: Contains(:Column 1, :Column 2) The issue: I think it is always checking the current row of Column 1 (whole). I want it to check the entire column, not just the current row. You can see the E and B are in Column 2, but the output is saying that it does not find the part in the who...

    KevinBrunner KevinBrunner
    Discussions |
    Feb 9, 2026 9:49 AM
    9288 views | 16 replies

Latest Discussions

  • Predict process conditions/trends in chemical processes

    Hey,  I wanna predict the CO2 sparge that a system will require to control pH based in the historical data of the same process batches upon change of volume or reactor scale. 

    I have a chemical process where pH is controlled by CO2 sparge, which is sparged controlled by the system automatically to maintain pH at setpoint. I have the process data for different batches, several parameters together wi...

    Upa_Upitas Upa_Upitas
    Discussions |
    Feb 10, 2026 10:01 AM
    210 views | 1 replies
  • AI scripting - misleading log ...

    I just analyzed a code created by a less favorite AI:   dt = Open("$SAMPLE_DATA/Big Class.jmp"); kd = dt << KDTable("hello"); result = kd << K Nearest Rows(1, 3);
    print("finished");
    The log said:   Object 'Data Table' does not recognize the message 'K Nearest Rows'; perhaps you mean one of these: <<Insert Rows <<Delete Rows <<Select Rows <<Select All Rows <<Get Labeled Rows <<Get Hidden Rows <<Ge...

    hogi hogi
    Discussions |
    Feb 9, 2026 10:27 PM
    348 views | 2 replies
  • Extracting numbers from stacked bar charts

    Hello,  I am looking for an easy way to extract key numbers out of a categorized stacked bar chart. I was hoping to click on the red triangle and use the option: "make into a data table" but the output is saving the charts in the columns and not numbers.  Do you have an idea how to extract quickly this information? thx

    MomentHorse550 MomentHorse550
    Discussions |
    Feb 8, 2026 11:53 AM
    378 views | 3 replies
  • Making Missing Value Codes More Transparent

    I have an add-in that pulls data from a database and does process capability calculations. To save time, the add-in runs the Explore Outliers platform to add them as Missing Value Codes. This saves a lot of work. Lots of vision systems have a variety of fault codes that are not measurements, and we have a lot of vision systems here so they add up. Explore Outliers is great at getting rid of those....

    jay_holavarri jay_holavarri
    Discussions |
    Feb 7, 2026 7:40 AM
    327 views | 3 replies
  • Contour Profiler Color Change / Color Legend

    I am working on a contour profiler in a fit least square analysis. How do I change the color scheme of the contour grid and or how to I get a legend for the contour colors? I have the student edition of JMP

    PersuasionSeal1 PersuasionSeal1
    Discussions |
    Feb 6, 2026 2:36 PM
    239 views | 1 replies

Latest Discussions

  • string - or function

    In a code, the coding for the expression handling was wrong and produced a surprising result.

    I reduced it to an interaction between "x()" [inside Variables (x(:column))] and a variable x.   an example: x= "hello"; type(x); // -> string X(5) // -> "hello"   After defining a variable x, I can use it as a function x(...) - with an arbitrary argument
    ...  and JMP will return the content of x.   someho...

    hogi hogi
    Discussions |
    Jan 28, 2026 3:59 AM
    265 views | 0 replies
  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    1074 views | 0 replies
  • Analyzing and Interpreting a Mixture of Mixtures Model

    I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...

    bryantw bryantw
    Discussions |
    Dec 5, 2025 12:56 PM
    508 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    414 views | 0 replies
  • Calculating the missing values in AHP matrix

    Calculating the missing values in AHP matrix I have an incomplete AHP matrix, and I want to define the missing data using JMP, which method of screening values do you advice me to use, normal imputation,  SVD imputation, or RPCA imputation. My second question as one part of the AHP matrix is equal to 1 divided on the second part. How can I tell JMP that to screen only the half of missed value whic...

    NoSQLPlotPanda4 NoSQLPlotPanda4
    Discussions |
    Nov 16, 2025 10:48 PM
    510 views | 0 replies
view all discussions