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

  • Record Subset action via log

    When I go to Tables/Subset and then in the platform, when I click on OK, the enhanced log captures the action. When I use JSL to click on OK, the log ignores this action:subset(); window("Subset")[Button Box(2)] << click()The same platform, the same button - and a special functionality prevents the log from logging.Argh! According JMP support (00156411): There is no workaround for this behavior.  
    ...

    hogi hogi
    Discussions |
    Jul 29, 2024 10:32 PM
    966 views | 2 replies
  • Http Request with IP address and port

    hi, I tried to use the script below to access Mysql data but failed.Names Default To Here( 1 ); request = New HTTP Request( url( "117.186.159.54:2010" ), Method( "Get" ), Username( "ross" ), Password( "Abc123" ), ); data = request << Send;The url/username/password are all dummy just for demonstration.But it always says that connection refused. I can make sure that the ip+port is available. Co...

    Anders_HO Anders_HO
    Discussions |
    Jul 29, 2024 3:28 PM
    5176 views | 4 replies
  • How do I use Kerberos authentication HTTP request

    Hi, Does anyone knows if Kerberos autehtication can be used with the HTTP request method from jmp? I have a API I would like to connect using this authentication method.  What are the different authentication methods that can be used? Is there any cURL object in JMP (https://curl.haxx.se/)? It would be nice if you could provide an example, if available. Thank you in advance. Here is a sample of a ...

    CAPEGA CAPEGA
    Discussions |
    Jul 29, 2024 3:26 PM
    18949 views | 12 replies
  • HTTP request returns html instead of json

    helloI tried to request JSON from an API using the following script:request_neu = New HTTP Request( URL( "https://redacted.com/api/path?fileType=Json" ), Method( "GET" ), //headers( {"Accept: text/plain", "Accept: text/html", "Accept: */*"} ), //headers( {"Accept: */*"} ), //I tried everything here Headers( {"Accept: application/json"} ), Username( "api.user" ), Password( "redacted" ), Ti...

    dk dk
    Discussions |
    Jul 29, 2024 2:59 PM
    2696 views | 3 replies
  • Open jmp file from Teams/Sharepoint on publicly used script

    Opening a jmp file from Microsoft Teams/Sharepoint is simple enough if I'm the only one using the script. I just go into Teams and click "Add Shortcut to OneDrive" and then am able to map to the file as shown below. dt = Open("C:\Users\{username}\OneDrive - {company}\Data\Table.jmp");The problem I'm having is that I want this script to be usable by others in the company. I could make {username} a ...

    mtrensch mtrensch
    Discussions |
    Jul 29, 2024 2:48 PM
    1557 views | 2 replies

Latest Discussions

  • Http Request with IP address and port

    hi, I tried to use the script below to access Mysql data but failed.Names Default To Here( 1 ); request = New HTTP Request( url( "117.186.159.54:2010" ), Method( "Get" ), Username( "ross" ), Password( "Abc123" ), ); data = request << Send;The url/username/password are all dummy just for demonstration.But it always says that connection refused. I can make sure that the ip+port is available. Co...

    Anders_HO Anders_HO
    Discussions |
    Jul 29, 2024 3:28 PM
    5176 views | 4 replies
  • How do I use Kerberos authentication HTTP request

    Hi, Does anyone knows if Kerberos autehtication can be used with the HTTP request method from jmp? I have a API I would like to connect using this authentication method.  What are the different authentication methods that can be used? Is there any cURL object in JMP (https://curl.haxx.se/)? It would be nice if you could provide an example, if available. Thank you in advance. Here is a sample of a ...

    CAPEGA CAPEGA
    Discussions |
    Jul 29, 2024 3:26 PM
    18949 views | 12 replies
  • HTTP request returns html instead of json

    helloI tried to request JSON from an API using the following script:request_neu = New HTTP Request( URL( "https://redacted.com/api/path?fileType=Json" ), Method( "GET" ), //headers( {"Accept: text/plain", "Accept: text/html", "Accept: */*"} ), //headers( {"Accept: */*"} ), //I tried everything here Headers( {"Accept: application/json"} ), Username( "api.user" ), Password( "redacted" ), Ti...

    dk dk
    Discussions |
    Jul 29, 2024 2:59 PM
    2696 views | 3 replies
  • Open jmp file from Teams/Sharepoint on publicly used script

    Opening a jmp file from Microsoft Teams/Sharepoint is simple enough if I'm the only one using the script. I just go into Teams and click "Add Shortcut to OneDrive" and then am able to map to the file as shown below. dt = Open("C:\Users\{username}\OneDrive - {company}\Data\Table.jmp");The problem I'm having is that I want this script to be usable by others in the company. I could make {username} a ...

    mtrensch mtrensch
    Discussions |
    Jul 29, 2024 2:48 PM
    1557 views | 2 replies
  • Open file from private github repository (authentication needed)

    I would like to open a jmp table stored on github in a private repository (that my user account has access to). So how do I web open a file that needs authentication?

    pauldeen pauldeen
    Discussions |
    Jul 29, 2024 1:52 PM
    2377 views | 6 replies

Latest Discussions

  • How do I add Mean and other values to BoxPlot in JMP Pro 17

    I have created a Boxplot graph and I need to show the Mean and other relevant stats/values and text inside or close to the Box and not on the top as part of the Summary Stats. I also need to be able to manipulate the figures like make it bigger, bold, etc...full customization like the attached Boxplot picture. Any suggestions? Thank you, Helal

    Helal Helal
    Discussions |
    Jul 22, 2024 11:57 AM
    848 views | 0 replies
  • JMP Methode zur Reliabilitätsanalyse einer Scorecard

    Hallo zusammen, ich bin unsicher bezüglich der Methode zur Reliabilitätsanalyse einer Scorecard.Ich möchte eine Scorecard bzgl. Ihrer Reliabilität analysieren. 5 verschiedene Anfragen werden dabei über eine Scorecard von jeweils 4 verschiedenen Personen bewertet. Jede der 5 Anfragen erhält dadurch einen Gesamtscore. Ich möchte gerne untersuchen, wie "gut" unsere Scorecard zur Bewertung unserer Anf...

    ConstructFish94 ConstructFish94
    Discussions |
    Jul 22, 2024 6:38 AM
    633 views | 0 replies
  • Feedback : 404 page for adobe svg plugin

    Setup : JMP 17.0.0 on Win11.I create boxplots and export to HTML (default graphics format = SVG).
    On line 16 of the html file, there is an autogenerated link to adobe :pluginspage="http://www.adobe.com/svg/viewer/install/"This webpage doesn't exist and I think the Adobe SVG Viewer is not available anymore, so the above link should be removed.https://web.archive.org/web/20121221000422/http://www.ado...

    kkchen kkchen
    Discussions |
    Jul 7, 2024 10:33 PM
    614 views | 0 replies
  • How do I get the partial eta squared for a model with random effects?

    Hello, I am conducting a two-way ANOVA with a random effect and need to report the partial eta squared. Does anyone know how to do this or calculate it from values displayed in the output? I tried the add-on but it does not support models with random effects. For the model I have a dependent variable and my model effects looks like:variable1variable2variable1*variable2variable3 & random all variab...

    ELM890 ELM890
    Discussions |
    Jul 2, 2024 9:53 AM
    764 views | 0 replies
  • Hyperparameters and neural network architecture

    Hello,I'm trying to reproduce the results obtained on JMP with the "Neural" model by adding nested cross-validation, which is not possible on the software. However, the architecture is very unclear and I can't understand the calculations performed by the model. I don't have access to certain information such as batch size, optimizer used, loss, learning rate (except the one for the boosting), and ...

    Grizzly Grizzly
    Discussions |
    Jul 2, 2024 5:42 AM
    535 views | 0 replies
view all discussions