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

  • JMP 19.0.4 Windows > How Do I Convert JMP 17 script that include R functions (some deprecated)

    Hi, I have a couple of simple scripts that call R functions I created in JMP 17. I upgraded JMP to its latest version (19.0.4), and these scripts no longer work. The documentation is a bit thin about the integration of R into the Python environment, so your help would be highly appreciated. Names default to here (1); dt = current data table (); nw = New Window ("ENSEMBL_ID COLUMN SELECTION", <...

    Thierry_S Thierry_S
    Discussions |
    Mar 2, 2026 9:20 AM
    306 views | 3 replies
  • how to check for Common Method Bias

    Please let me know step by step method to perform Common Method Bias in JMP Pro 18

    Pradeep_Pai Pradeep_Pai
    Discussions |
    Mar 2, 2026 6:34 AM
    6637 views | 14 replies
  • close data table without save

    If a JSL script is running ...

    When I select 2++ data tables in the Window list and press DEL, I get the dialog: On the other hand, when I select a single file and try to close it, the save file dialog opens - without the option to say : Don't save. -> any trick to close a singe data table when a script is running?  

    hogi hogi
    Discussions |
    Mar 1, 2026 6:02 PM
    291 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 |
    Mar 1, 2026 10:14 AM
    1656 views | 12 replies
  • For Each Row with Insert Into

    I'm struggling with an insert into statement inside a For Each Row iteration.  I want to look up a category from the column "Type" and based on that select the value in the column "COLUMN_NAME" to form a list for each category.  I think I'm failing with the Insert Into // Get the current data table dt = Current Data Table(); colName = "Type"; // Get the column reference Types = Column( colName )...

    SpannerHead SpannerHead
    Discussions |
    Feb 28, 2026 6:46 AM
    316 views | 3 replies

Latest Discussions

  • JMP 19.0.4 Windows > How Do I Convert JMP 17 script that include R functions (some deprecated)

    Hi, I have a couple of simple scripts that call R functions I created in JMP 17. I upgraded JMP to its latest version (19.0.4), and these scripts no longer work. The documentation is a bit thin about the integration of R into the Python environment, so your help would be highly appreciated. Names default to here (1); dt = current data table (); nw = New Window ("ENSEMBL_ID COLUMN SELECTION", <...

    Thierry_S Thierry_S
    Discussions |
    Mar 2, 2026 9:20 AM
    306 views | 3 replies
  • how to check for Common Method Bias

    Please let me know step by step method to perform Common Method Bias in JMP Pro 18

    Pradeep_Pai Pradeep_Pai
    Discussions |
    Mar 2, 2026 6:34 AM
    6637 views | 14 replies
  • close data table without save

    If a JSL script is running ...

    When I select 2++ data tables in the Window list and press DEL, I get the dialog: On the other hand, when I select a single file and try to close it, the save file dialog opens - without the option to say : Don't save. -> any trick to close a singe data table when a script is running?  

    hogi hogi
    Discussions |
    Mar 1, 2026 6:02 PM
    291 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 |
    Mar 1, 2026 10:14 AM
    1656 views | 12 replies
  • For Each Row with Insert Into

    I'm struggling with an insert into statement inside a For Each Row iteration.  I want to look up a category from the column "Type" and based on that select the value in the column "COLUMN_NAME" to form a list for each category.  I think I'm failing with the Insert Into // Get the current data table dt = Current Data Table(); colName = "Type"; // Get the column reference Types = Column( colName )...

    SpannerHead SpannerHead
    Discussions |
    Feb 28, 2026 6:46 AM
    316 views | 3 replies

Latest Discussions

  • JMP Window ordering and confusion

    How do I get newly opened JMP files to appear as the top window in my apps. How many times have I mistaken the newly opened for the currently opened. Very, VERY annoying.

    EQ_Engineer EQ_Engineer
    Discussions |
    Feb 26, 2026 2:44 PM
    213 views | 0 replies
  • Color Coding Categorical Report

    When I create a Categorical Report to look at data, I would LOVE if the "Total"/"Total Responses" line could be bold or in a different color to easily stand out. Is this possible to do?

    BackwardWords96 BackwardWords96
    Discussions |
    Feb 19, 2026 10:36 AM
    152 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
    266 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
    1076 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
    512 views | 0 replies
view all discussions