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

  • Tweak a model before running fit model, list box not respecting special column names

    I’m looking to build a copy of this model effects dialog from fit model: Goal is to build a script that will read in this effects expression from the model script that DOE saves in the table, allow people to tweak the effect expression and then run some analysis using fit model with the new effects expression.If you run the dialog in below script, you will see that it reads in the effects expressi...

    pauldeen pauldeen
    Discussions |
    Mar 7, 2021 10:59 PM
    2712 views | 6 replies
  • Identifying Parameters Drift into Nonconformance

    Hi community,I have a data of power which is increasing with the run number until it crushes.What should be a good statistical way to identify it some runs before it crushes in order to avoid the crush with fixing it on time?attached, sample of data.BR,Yoav 

    YGerchman YGerchman
    Discussions |
    Mar 7, 2021 12:02 PM
    4716 views | 6 replies
  • How to set the number of characters in a specified column by JSL?

    I tried this JSL,column("")<<Set Display Width(50);but it does change the width of the column.It does not change the number of characters displayed.
    Thanks!

    lala lala
    Discussions |
    Mar 6, 2021 7:24 PM
    1635 views | 2 replies
  • week start date

    Hi, I have a column transaction date and need to transform it to the date of Monday in that week. I figured out the below formula and could reach to the right date I need. However it automatically became a character format and no matter how many times i switch it to nominal format it kept changing back to character. Does anyone know why? Thank you!  

    joann joann
    Discussions |
    Mar 6, 2021 6:41 AM
    4406 views | 8 replies
  • How do I get Comma separated user input to subset rows with specific value?

    Hi, I have a data table that contains information in the below format. I'd like to create a button on jmp that when clicked should prompt to enter a list of comma separated values from the user (possibly in a text box?) to subset just the rows with that value in a specific column.
    For example in the text box if the user chooses BB,EE, then in the attached table (sample_table.jmp) only those rows wi...

    psundar6 psundar6
    Discussions |
    Mar 5, 2021 5:14 PM
    1839 views | 2 replies

Latest Discussions

  • Tweak a model before running fit model, list box not respecting special column names

    I’m looking to build a copy of this model effects dialog from fit model: Goal is to build a script that will read in this effects expression from the model script that DOE saves in the table, allow people to tweak the effect expression and then run some analysis using fit model with the new effects expression.If you run the dialog in below script, you will see that it reads in the effects expressi...

    pauldeen pauldeen
    Discussions |
    Mar 7, 2021 10:59 PM
    2712 views | 6 replies
  • Using loop variable as column input

    Hello,   I am wondering if it possible to use my for loop variable, i, as an input for a new column, depending on the value of another column.  Here is what I am thinking, but cannot get to work. dt << New Column("Site", Numeric, Formula(    For(i = 1, i <= 8, i++,       If(Contains(:Column1, i), i);    ) ));  

    wyatt_dunn wyatt_dunn
    Discussions |
    Mar 5, 2021 1:10 AM
    1290 views | 2 replies
  • How to color code by sample type in a PCA?

    I am novice at JMP, and I am making my first PCA that I would like to color code by sample type (treatment) ... but I cannot figure out how. Any advice?My study compares a variety (15+) of carbon composition metrics of the leaves, litter, and soil of two different plant species in rivers versus creeks -- overall that is 12 sample types, or treatments.Any help would be greatly appreciated!I have JM...

    harvestnoon harvestnoon
    Discussions |
    Mar 4, 2021 10:14 PM
    3029 views | 1 replies
  • weekly report with SQLquery tables

    I have 3 SQLQuery tables generated. Few questions:To generate a weekly report, what’s the best way to store them, so next week once I have updated data, I can replace the data source once, and then the 3 query tables run automatically? Is it like journal, project, or dashboard?How to combine the scripts of the 3 query tables in order to run them all at once with updated data? I saw in each table t...

    joann joann
    Discussions |
    Mar 4, 2021 1:27 PM
    2347 views | 2 replies
  • How to automate variability chart plotting?

    I have a table with following information.I have this data for ~40 different tests and upper and lower limit are different for each of the test.How can I automate the variability chart plotting?part_numtest_nummeasured_valueupperlimitlowerlimitFollowing is what I need to automate-Thanks 

    ENTHU ENTHU
    Discussions |
    Mar 4, 2021 5:06 AM
    2646 views | 4 replies

Latest Discussions

view all discussions