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

  • Hierarchy of open Data Tables

    How can I get a hierarchy of all open data tables: 
    - subsets
    - stacked / split table
    - summary table

    something like the tree structure in the main menu - or in the window list?

    hogi hogi
    Discussions |
    Feb 2, 2026 5:22 AM
    56 views | 3 replies
  • AI + JSL

    Thanks a lot  for your effort to make AI capable of programming JSL code.
    The improvements over the last few months and weeks are incredible!

    where did the improvements come from?

    hogi hogi
    Discussions |
    Feb 2, 2026 1:40 AM
    555 views | 11 replies
  • Graph Builder: reference line, different for each Y group

    Hello everybody, I would like to know if it is possible to define separated reference lines on the X axis when we have Y groups.Here is an example using the BigClass data table.I can define two reference lines, but I would like to display the red one only on the top graph and the blue one on the bottom graph. Here is what I get: Here is what I would like to get: Is there a way to do that without p...

    anne_sa anne_sa
    Discussions |
    Feb 2, 2026 12:56 AM
    2242 views | 6 replies
  • Calculation Result Discrepancy, Col Mean, etc.

    Why do calculation results differ when using variables compared to using direct strings? I suspect that when variables are used, the grouping function for the variable part might not be working. How can this be resolved? with the following formula Col Mean( :data, :A, :B, :C_D == "ccccccc" ) This is the formula. Col Mean( :data, :A, :B, Column(Eval Insert("C_^get_input_1^" == get_input_2))...

    TamedZebra TamedZebra
    Discussions |
    Feb 2, 2026 12:15 AM
    145 views | 8 replies
  • Desirability Summary from FPC Profiler

    I am exploring the Functional Data Explorer features in JMP Pro and fitting multiple models to my data where I provide a target function to feed the desirability function. I have 10 input functions that have different desirability values relative to the target function and I would like to get a simple summary table of desiriability for each of the 10 input functions.  Is there a menu command to do...

    TXJo TXJo
    Discussions |
    Feb 1, 2026 1:10 PM
    131 views | 4 replies

Latest Discussions

  • Hierarchy of open Data Tables

    How can I get a hierarchy of all open data tables: 
    - subsets
    - stacked / split table
    - summary table

    something like the tree structure in the main menu - or in the window list?

    hogi hogi
    Discussions |
    Feb 2, 2026 5:22 AM
    56 views | 3 replies
  • AI + JSL

    Thanks a lot  for your effort to make AI capable of programming JSL code.
    The improvements over the last few months and weeks are incredible!

    where did the improvements come from?

    hogi hogi
    Discussions |
    Feb 2, 2026 1:40 AM
    555 views | 11 replies
  • Indexing the return value of a function

    Today's challenge: f=Function({}, {1,2,3}); tmp=f(); y=tmp[1]; // works x=f()[1] // doesn't work
    understanding the issue helps a lot to understand how JSL works  : - )

    hogi hogi
    Discussions |
    Jan 31, 2026 9:20 AM
    163 views | 5 replies
  • Why different results for variance components in Variability Gauge Analysis Report and in Fit Model Analysis Report?

    Hi all,  could someone please explain why the two reports mentioned above seem to give different results for the F-Ratios of the main effects of operator and part, but give consistent results for the F-Ratio of the interaction effect operator*part?  Data file: Variability Data/2 Factors Crossed.jmp   (JMP example data file. Use >Help>Sample Data Folder in JMP to get it)  Test #1: I did the JMP exa...

    DOEMonkey DOEMonkey
    Discussions |
    Jan 31, 2026 2:12 AM
    208 views | 2 replies
  • UTM to decimal Degree conversion of Coordinates

    Hello, are there any JMP/JSL scripts around to transform UTM to decimal degree coordinates?Could only find the wishlist entry. Thank youhttps://community.jmp.com/t5/JMP-Wish-List/It-would-be-nice-to-add-UTM-coordinates-to-the-data-format/idi-p/668933  @martindemel 

    mlo1 mlo1
    Discussions |
    Jan 30, 2026 6:55 PM
    2477 views | 6 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
    91 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
    702 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
    298 views | 0 replies
  • Bonferroni simultaneous confidence interval

       

    CurseOfDingo217 CurseOfDingo217
    Discussions |
    Dec 4, 2025 5:03 PM
    283 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
    391 views | 0 replies
view all discussions