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 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
  • Shading a specific time (weekends) in graph builder

    Hello, I am working on a graph looking at cyclical trends and was wondering, is there any way to apply shading to specific days/times in graph builder to draw attention to the specific ranges? I have attached an example image of what I'm trying to do below, where I added shading to the weekends in a photo editing platform. Thank you! 

    H_1 H_1
    Discussions |
    Apr 27, 2024 4:54 AM
    2632 views | 5 replies
  • Can JMP compute the MD5 value for each row of text in the specified column?

    txt zzJXKxOYK2w2I000163798053859 eaimGDAVK2w2I000163798053859 wOSVvvNQK2w2I000163798053859 WXHmhViTK2w2I000163798053859Thanks!

    lala lala
    Discussions |
    Apr 27, 2024 4:37 AM
    1939 views | 6 replies
  • Kinetics of chemical processes

    Hallo,on one side there is an impressing number of possibilies of JMP to plan complex chemical experiments for the study of a reaction and to evaluate the results by nonlinear, multivariate and linear regressions. On the other side, as a chemist, I wonder how or if chemical reactions with an exponential dependence of the temperature according to Arrhenius k = k0 * exp(-EA/ (RT)) or complex reactio...

    Thommy7571 Thommy7571
    Discussions |
    Apr 26, 2024 12:57 PM
    1841 views | 5 replies
  • how to use JSL to edit a modal dialog window

    What is the right approach to edit a modal dialog via JSL? the idea:- the function add update button adds a button to the data filter- it works if it is executed AFTER the creation of the window- in the actual use case, the return value of the window is used as input for the subsequent code.
       Therefore, <<Type( "Modal Dialog" )
    -> the window will be closed before add update button() //post gets ex...

    hogi hogi
    Discussions |
    Apr 26, 2024 9:03 AM
    1599 views | 3 replies

Latest Discussions

  • 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
  • Can JMP compute the MD5 value for each row of text in the specified column?

    txt zzJXKxOYK2w2I000163798053859 eaimGDAVK2w2I000163798053859 wOSVvvNQK2w2I000163798053859 WXHmhViTK2w2I000163798053859Thanks!

    lala lala
    Discussions |
    Apr 27, 2024 4:37 AM
    1939 views | 6 replies
  • Kinetics of chemical processes

    Hallo,on one side there is an impressing number of possibilies of JMP to plan complex chemical experiments for the study of a reaction and to evaluate the results by nonlinear, multivariate and linear regressions. On the other side, as a chemist, I wonder how or if chemical reactions with an exponential dependence of the temperature according to Arrhenius k = k0 * exp(-EA/ (RT)) or complex reactio...

    Thommy7571 Thommy7571
    Discussions |
    Apr 26, 2024 12:57 PM
    1841 views | 5 replies
  • Simulate A Definitive Screening Design 1000 times.

    Hello, I am trying to fit a definitive screening design with a dataset that I already have. I would like to write a JSL script that would fit the design 1000 times. Would anyone be able to tell me how to go about doing this? I have a Y variable of interest, and X1, X2, X3, and X4 as my four x variables.  Thanks in advance for your help!

    ECGA94 ECGA94
    Discussions |
    Apr 26, 2024 8:03 AM
    1820 views | 4 replies
  • How to get a list of shortcut mapping?

    anyway to get a list of the JMP shortcut mapping?

    wencun6 wencun6
    Discussions |
    Apr 25, 2024 9:29 PM
    2011 views | 5 replies

Latest Discussions

view all discussions