cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • How to find the best combination of existing historical DOEs with lowest correlations (JMP17)?

    I have 30 runs of DOE. They are not well structured and high correlations (|r|~0.75) exist between each pairs of factors. Is there any way we can quickly find the group of DOE that has the lowest correlations? For example, list the maximum correlations between main effect factors from 1-30 runs of DOE and I can pick up the number of DOE I prefer. Maybe it will tell me that, out of 30 DOEs, these 1...

    Fruit325 Fruit325
    Discussions |
    May 12, 2024 5:29 AM
    1648 views | 3 replies
  • setting Graph Builder error bar properties JMP Pro 15.2.1

    JMP experts:Is there a way to set error bar properties in Graph Builder globally? For example, I prefer small end caps on my error bars. It seems one must edit each variable's properties individually which is very tedious work across many variables. I've looked under Preferences>Graph and Style and didn't find anything there.What's the secret? Thanks in advance.  

    Kip1 Kip1
    Discussions |
    May 11, 2024 11:35 PM
    2149 views | 4 replies
  • One chart with Different Reference Lines for Different Products

    Hello,Attached is a table1.jmp with 3 columns that I will use to plot a chart. Table2 is a table with Reference Lines information. Also attached is the output_chart.png that I am trying to accomplish. Is it possible to write a jsl to plot a chart and input the reference lines information that are different for different product. I also won't mind any other way to plot the chart. Any help is greatl...

    cchueng cchueng
    Discussions |
    May 11, 2024 9:48 PM
    2472 views | 5 replies
  • Iterating Columns

    I’m working on a script to iterate through a list of columns and I’ve hit a snag.  I need to be able to output the column reference in the form ":Technology Default” but every method I’ve looked at outputs "Column("Technology Default")" .  I looked this up online and it appears that the reference I need is a "column reference" when what I get is a "column object reference".  Is there a straightfor...

    SpannerHead SpannerHead
    Discussions |
    May 11, 2024 10:30 AM
    2192 views | 6 replies
  • How to automate managing limits feature through JSL

    Hi, I'm trying to use JSL to perform manage limits. I'm trying to open a limit table, implement it on the current data table and then save it. The only function I found in the fourm or in the scripting index is to open the manage limits and then manually implement the limit or manually open a data table.  The other methods I found was hard-coding the spec limit using JSL.  Is there are a way I can...

    RA899 RA899
    Discussions |
    May 11, 2024 7:06 AM
    2231 views | 1 replies

Latest Discussions

  • setting Graph Builder error bar properties JMP Pro 15.2.1

    JMP experts:Is there a way to set error bar properties in Graph Builder globally? For example, I prefer small end caps on my error bars. It seems one must edit each variable's properties individually which is very tedious work across many variables. I've looked under Preferences>Graph and Style and didn't find anything there.What's the secret? Thanks in advance.  

    Kip1 Kip1
    Discussions |
    May 11, 2024 11:35 PM
    2149 views | 4 replies
  • Iterating Columns

    I’m working on a script to iterate through a list of columns and I’ve hit a snag.  I need to be able to output the column reference in the form ":Technology Default” but every method I’ve looked at outputs "Column("Technology Default")" .  I looked this up online and it appears that the reference I need is a "column reference" when what I get is a "column object reference".  Is there a straightfor...

    SpannerHead SpannerHead
    Discussions |
    May 11, 2024 10:30 AM
    2192 views | 6 replies
  • Begin Data Update

    HelloI have a table and would like the empty volume to be updated to 0I have written the script to update the column "19-04-2024"the problem is the name of the column can be changed and I prefer to use column (3) or column (4)but it doesn't work. can you please correct the script? dt << Begin Data Update;
                                        dt << Recode Column (
                                        d...

    Dennisbur Dennisbur
    Discussions |
    May 9, 2024 10:51 AM
    4381 views | 12 replies
  • Averaging with the Summary command. How can I use the mean column of the generated table to keep a significant number?

    I have seen Big Class.jmp's table with the same JSL get a mean column that already retains a significant number, but my own table does not.dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt = Current Data Table(); d2 = dt << Summary( Group( 2 ), Mean( 4 ), Freq( 0 ), Weight( 0 ), Link to original data table( 0 ), statistics column name format( "column" ) );Thanks!

    lala lala
    Discussions |
    May 8, 2024 8:00 AM
    3209 views | 10 replies
  • How can count the number of consecutive Spaces at the beginning of each line?

    It can be implemented with a formula or a regex
    I only know how to use this formula, but it's definitely not right.I don't want to do it in a circular way.Length(txt)-Length(Substitute(txt, " ", ""))Thanks!

    lala lala
    Discussions |
    May 8, 2024 7:45 AM
    1075 views | 3 replies

Latest Discussions

view all discussions