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

  • New HTTP Request : How to see what the call is

    Is there a way to show what the call will be?  I would like to debug to be sure what the call is being built as...E.g., Show(MyRequest)  MyRequest = https://may.api.url/?username=XXX1234567  myAPIURL = "https://my.api.url/"; myRequest = New HTTP Request( URL(myAPIURL), Method("GET"), Headers("username: XXX1234567"); );  

    justvince justvince
    Discussions |
    Feb 28, 2023 8:41 AM
    1667 views | 3 replies
  • Can a multi-page PDF read the file size of each page into a table using JSL?

    Please expert help, a multi-page PDF can use JSL implementation to read each page PDF file size into a table?Thanks!

    UersK UersK
    Discussions |
    Feb 27, 2023 7:15 PM
    2019 views | 3 replies
  • How to shorten the script of opening 30 Excel files?

    Hi folks, I need to read data from 30 Excel files, and my current script is shown below, 383mm has 10 files, 533mm has 10 files and 683mm has 10 files. Is there any way to have a "for loop" type of script that can read all Excel files and assign all data to one stacked data table? Copy and paste 30 times to open 30 files seems awkward. Thanks for your help.  dt01 = Open( "E:_383mm_001/FRF.csv" );
    d...

    TDK_Long TDK_Long
    Discussions |
    Feb 27, 2023 3:54 PM
    1642 views | 3 replies
  • Possible to change a single value in a string col box() list?

    Hi.  I'm wondering if there's a way to update a single item in a string col box()?  For example, is there a command like:scb = StringColBox("title", mylist); scb << Set Item(i, "newvalue"); //is there a cmd like this?I have a window with a string col box, and I would like my script to update a single value.  My current method:1. Get the entire list from the string col box2. Modify the list3. W...

    nikles nikles
    Discussions |
    Feb 27, 2023 9:03 AM
    1990 views | 5 replies
  • Table Update: How to update only selected columns?

    This should be a quick one:Table update: How to update only selected columns?  Data Table( dt1 ) << Update( With( Data Table( dt10 ) ), Match Columns( :SAMPLE = :SamID ), Add Columns from Update Table( None ),
    ### Update Selected Columns (:Type, :Method) ###
    )
    It's simple when done manually, but in the script? There's nothing in the scripting guide (only how to avoid adding columns). My variou...

    Monomorphist Monomorphist
    Discussions |
    Feb 27, 2023 5:58 AM
    2032 views | 2 replies

Latest Discussions

Latest Discussions

  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    792 views | 0 replies
  • Choice experiment: probability profiler baseline assumptions

    Dear community,  For the probability profiler as used to analyse data in choice experiment analysis, I am wondering how to optimally set the baseline scenario to compare probability profiler data.  Following for instance von Wedel & Hagist (2022), utilize the probability profiler to compare the baseline of the combination of attributes with the lowest marginal utilities. While such an analysis is ...

    Declan_JMP Declan_JMP
    Discussions |
    Jan 23, 2023 3:54 AM
    1599 views | 0 replies
  • Can we find some tutorials videos in YouTube?

    Hello everyone, passing by to say hello and to share that I created a YouTube Channel with JMP 17 Video Tutorials in english, spanish and portuguese.As an enthusiast about Problem Solving, passionated about JMP and a JMP Partner, I hope you'll come with me, subscribe to the channel and enjoy all the videos that are there and yet to come.https://www.youtube.com/@planaconsultoria Best regards!

    Matheus_Plana Matheus_Plana
    Discussions |
    Jan 15, 2023 10:27 AM
    1627 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    811 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    950 views | 0 replies
view all discussions