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 determine if it obeys a chi-square distribution?

    I want to determine whether a set of data obeys a chi-square distribution, how do I do this with JMP? Thanks!
    I looked at the distribution-continuous fit and didn't find this distribution.

    lehaofeng lehaofeng
    Discussions |
    Apr 29, 2024 1:17 AM
    1239 views | 2 replies
  • Decimal to Hexadecimal

    How to convert a decimal column to hexadecimal?

    UserID16644 UserID16644
    Discussions |
    Apr 28, 2024 9:00 PM
    1927 views | 4 replies
  • Changing char date column to numeric date

    Hello,Attached is a table with a column called StartDate. It is in char format and have excessive '0's at the end of each date. I wish to write a script to change the StartDate column to this format like : 04/12/2024 4:10:09 PM. Any help is appreciated. Thanks! 

    cchueng cchueng
    Discussions |
    Apr 28, 2024 10:42 AM
    1792 views | 4 replies
  • ScriptBox scrolling

    Hi, I would like to scroll the following script box to the end, so that the last string written is always visible.  w=new window("a", sb=script box()); for (i=1, i<=100, i++, sb<<append text(char(i) || "\!N");
    // I would like to set a scroll to end here, so that the last written string is visible.
    );
    By instpect the the display box tree, I see that a "scroll box" is automatically created aro...

    matteo_patelmo matteo_patelmo
    Discussions |
    Apr 28, 2024 8:52 AM
    1627 views | 2 replies
  • JSL for "Configure levels"

    Hi. I do not see any JSL command to set Axis levels (like x others).
    Am I missimg something or the option doesn't exist in JSL?Thank you

    tom_abramov tom_abramov
    Discussions |
    Apr 28, 2024 7:08 AM
    1468 views | 3 replies

Latest Discussions

  • JSL for "Configure levels"

    Hi. I do not see any JSL command to set Axis levels (like x others).
    Am I missimg something or the option doesn't exist in JSL?Thank you

    tom_abramov tom_abramov
    Discussions |
    Apr 28, 2024 7:08 AM
    1468 views | 3 replies
  • Is a D optimal Design useful in this case?

    I have the following problem for which an experimental design has to be created: The stress at a certain point of a model is to be determined by FEA. This model is varied by setting three different parameters. These parameters are to be varied in such a way that the stress is minimized. The stress should be the target value. Angle, modulus and radius are the factors whose influence must be investi...

    bjarne bjarne
    Discussions |
    Apr 28, 2024 4:16 AM
    2632 views | 5 replies
  • Multiple Spec Limits Based on Row Values

    We often structure our inspection sheets based on column identifiers-- see the attached csv. I was wondering if there was a way to run simultaneous analyses based on feature ID and pulling the spec limits so that for each graph, it uses the spec limits in the subsequent columns. Is this possible? Thanks!

    touradnik touradnik
    Discussions |
    Apr 27, 2024 8:41 AM
    1810 views | 3 replies
  • Query base64 data from SQL into the jmp table

    Hi, I'm trying to import base64 encoded data into JMP, but it seems to be truncating the data at 255 characters. The database column containing the base64 string has a length of 546,168 characters. Is there a way to increase the character limit for the jmp table column? Thanks,Jackie 

    Jackie_ Jackie_
    Discussions |
    Apr 27, 2024 7:47 AM
    3194 views | 6 replies
  • How can I change the Load Text File(url) method to Multi HTTP Request method?

    This url already uses the Load Text File(url) to download the data and get the table.url = "……" || gp || "&……"; txt = Load Text File( url ); d1 = JSON To Data Table( txt );How to change to the following form?url = {};dt=Current Data Table(); For( i = 1, i <= 10, i++, gp = dt[i, "test"]; Insert Into( url, "……" || gp || "&……" ); ); rqs = New Multi HTTP Request(); For( i = 1, i <= N Items( url ...

    lala lala
    Discussions |
    Apr 27, 2024 5:52 AM
    1037 views | 1 replies

Latest Discussions

view all discussions