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

  • Layout of JMP Student Edition

    I am trying to start an assigment and my home page for JMP student edition looks a lot different than what I need. I will attach photos. I can't figure out why it looks so different. Please help. 

    MarkovGnu783 MarkovGnu783
    Discussions |
    Feb 1, 2026 5:38 PM
    17 views | 0 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 1, 2026 4:29 PM
    107 views | 6 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
    94 views | 4 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
    145 views | 5 replies
  • RBG Color in Graph Builder

    I want to use a column in a Graph Builder plot to set the color in a heatmap—not with a color scale, but with an RGB value I previously extracted from an image. Is there a possibility to store a RGB color in a column - and then use it in Graph Builder?

    hogi hogi
    Discussions |
    Jan 31, 2026 8:53 AM
    86 views | 4 replies

Latest Discussions

  • Layout of JMP Student Edition

    I am trying to start an assigment and my home page for JMP student edition looks a lot different than what I need. I will attach photos. I can't figure out why it looks so different. Please help. 

    MarkovGnu783 MarkovGnu783
    Discussions |
    Feb 1, 2026 5:38 PM
    17 views | 0 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 1, 2026 4:29 PM
    107 views | 6 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
    145 views | 5 replies
  • RBG Color in Graph Builder

    I want to use a column in a Graph Builder plot to set the color in a heatmap—not with a color scale, but with an RGB value I previously extracted from an image. Is there a possibility to store a RGB color in a column - and then use it in Graph Builder?

    hogi hogi
    Discussions |
    Jan 31, 2026 8:53 AM
    86 views | 4 replies
  • bioprocess optimization

    Dear Sir, I am conducting a bioprocess experiment with four factors and one response variable. My goal is to optimize these factor concentrations for future lab studies. In JMP, only two factors were significant (P<0.05), though I also observed some quadratic interactions. When using the Prediction Profiler to maximize desirability, should I remove the non-significant factors first, or should I in...

    mogyamfi mogyamfi
    Discussions |
    Jan 31, 2026 6:13 AM
    47 views | 0 replies

Latest Discussions

  • Layout of JMP Student Edition

    I am trying to start an assigment and my home page for JMP student edition looks a lot different than what I need. I will attach photos. I can't figure out why it looks so different. Please help. 

    MarkovGnu783 MarkovGnu783
    Discussions |
    Feb 1, 2026 5:38 PM
    17 views | 0 replies
  • bioprocess optimization

    Dear Sir, I am conducting a bioprocess experiment with four factors and one response variable. My goal is to optimize these factor concentrations for future lab studies. In JMP, only two factors were significant (P<0.05), though I also observed some quadratic interactions. When using the Prediction Profiler to maximize desirability, should I remove the non-significant factors first, or should I in...

    mogyamfi mogyamfi
    Discussions |
    Jan 31, 2026 6:13 AM
    47 views | 0 replies
  • 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
    87 views | 0 replies
  • open as HTTP get - Credentials?

    Which credential does open() use when it accesses a file via open("https://www.google.de")

    hogi hogi
    Discussions |
    Jan 22, 2026 2:24 AM
    79 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
    686 views | 0 replies
view all discussions