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

  • script - delete or reorder colums

    hi,   I would like to add "delete multiple columns" or "reorder multiple columns" to my script. How can I code this into my scripts? JMP help provides a simple description for a single column, but I can't do it manually for more than 100 columns. Thank you in advance   A++  Zdenek   dt = Open("$SAMPLE_DATA/Big Class.jmp"); dt:height << Set Selected; Wait(2); dt << Delete Columns(); Edit (jthi): ad...

    cz1 cz1
    Discussions |
    Aug 27, 2025 12:39 AM
    290 views | 1 replies
  • difference in EFFECT TESTS between Generalized regression and Fit Least Squares platforms

    I'm on JMP Pro 18.2.2 and have noticed that the Effect Test table differs substantially between the Generalized Regression platform and Fit Least squares (and also all other platforms in JMP) when there is an interaction term.  This is true even when the design is perfectly balanced.  The Generalized Regression platform generates sums of squares that depend on the parameterization of the factors. ...

    GUhartel GUhartel
    Discussions |
    Aug 26, 2025 4:19 PM
    681 views | 2 replies
  • How do I get rows based on dynamic column selection in JSL

    In a JMP script I would like to retrieve the rows matching a certain criteria specified by user. I would like to do something similar to this:   Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); r = dt << Get Rows Where( :sex == "M" ); Show( r ); Only where the criteria is selected by the user, i.e. the column ("sex") and the target value ("M") should be dynamic. I have tried ...

    peter_t peter_t
    Discussions |
    Aug 26, 2025 2:25 AM
    820 views | 1 replies
  • create new column and set each row value from different column based on another column (column name variable)

    Hi,   I have data similar to example in picture. first 6 columns are related. I created MaxCol to find out who has the Max which based on first 3 columns, then I want to create MaxValFromCol column where it take value from one of the column from 4-6. it will pick value from column 4-6 based on MaxCol. I tried to set the value of MaxValFromCol using Column(char(:MaxCol) || "_t"), but not success. ...

    dadawasozo dadawasozo
    Discussions |
    Aug 25, 2025 9:31 PM
    1253 views | 5 replies
  • Add a column with a column name where last data is available.

    How can I add failure column with a column name from where test data start missing?    

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Aug 25, 2025 9:26 PM
    820 views | 2 replies

Latest Discussions

  • script - delete or reorder colums

    hi,   I would like to add "delete multiple columns" or "reorder multiple columns" to my script. How can I code this into my scripts? JMP help provides a simple description for a single column, but I can't do it manually for more than 100 columns. Thank you in advance   A++  Zdenek   dt = Open("$SAMPLE_DATA/Big Class.jmp"); dt:height << Set Selected; Wait(2); dt << Delete Columns(); Edit (jthi): ad...

    cz1 cz1
    Discussions |
    Aug 27, 2025 12:39 AM
    290 views | 1 replies
  • difference in EFFECT TESTS between Generalized regression and Fit Least Squares platforms

    I'm on JMP Pro 18.2.2 and have noticed that the Effect Test table differs substantially between the Generalized Regression platform and Fit Least squares (and also all other platforms in JMP) when there is an interaction term.  This is true even when the design is perfectly balanced.  The Generalized Regression platform generates sums of squares that depend on the parameterization of the factors. ...

    GUhartel GUhartel
    Discussions |
    Aug 26, 2025 4:19 PM
    681 views | 2 replies
  • create new column and set each row value from different column based on another column (column name variable)

    Hi,   I have data similar to example in picture. first 6 columns are related. I created MaxCol to find out who has the Max which based on first 3 columns, then I want to create MaxValFromCol column where it take value from one of the column from 4-6. it will pick value from column 4-6 based on MaxCol. I tried to set the value of MaxValFromCol using Column(char(:MaxCol) || "_t"), but not success. ...

    dadawasozo dadawasozo
    Discussions |
    Aug 25, 2025 9:31 PM
    1253 views | 5 replies
  • Easy way to broadcast x-axis settings in Run Chart

    Under Analyze>Quality and Process>Control Charts>Run Chart, if you make run chart plots of multiple Y variables, it does not appear that you can broadcast x-axis settings for all the charts.  Rather frustrating.  Any workarounds for this?  

    MathStatChem MathStatChem
    Discussions |
    Aug 25, 2025 10:35 AM
    462 views | 3 replies
  • How to separate excel "copy paste" in JMP string?

    Hey, so by copy pasting some cells from excel into a JMP data table column, the cells are perfectly split into separate rows. But if I paste the same cells into a text edit box or just in a JSL script, the cells are only separated by a "pseudo" line break. They all are in different rows but don't have a whitespace or line break or other delimiter in between. How can I separate them like JMP does i...

    Erik_The_First Erik_The_First
    Discussions |
    Aug 25, 2025 12:13 AM
    911 views | 3 replies

Latest Discussions

view all discussions