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

  • 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
    3186 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
  • 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
    2625 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
    1938 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
    1835 views | 5 replies

Latest Discussions

  • 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
    3186 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
  • 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
    1938 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
    1835 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

Latest Discussions

view all discussions