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 make an SQL table Invisible?

    I have another "invisible" question. I made an SQL table (from Query Builder) and want to modify my JSL to make that table invisible. I've tried adding "Invisible" to many different places, but none have worked. Is there a different syntax for making a Query Builder table invisible? Here is my code - thanks in advance for the help!dt1=New SQL Query( Version( 130 ), Connection( "JMP" ), ["JMP_Table...

    isabellet14 isabellet14
    Discussions |
    Jul 7, 2016 6:54 AM
    9532 views | 2 replies
  • Importing SQL using a temp table

    I am having a difficult time using Stored Procedures and Temp tables in JMP 11.2.1.  I simply get no returndb = Create database Connection("DRIVER=SQL Server;  SERVER=localserver\SQLEXPRESS;  DATABASE=Test");Execute SQL(db,   "  CREATE TABLE #Test ( ID int)  Insert INTO #Test (ID)  VALUES (1), (2), (3), (4), (5)  SELECT *  FROM #Test  DROP TABLE #Test  ",  ":-(");close database connection(db);This...

    vince_faller vince_faller
    Discussions |
    Jul 6, 2016 2:52 PM
    16682 views | 14 replies
  • customize the formatting of the target excel file when save a data table as a excel file.

    I would like to ask JMP community to help me out on a custom way to export JMP table to excel.Part of my script need to export a JMP table to excel file.Ideally, I would like to customize the formatting of the target excel file when exporting. (with desired column width, row height, color, etc.)But so far, I find that JMP will only carry the cell color to the target excel file. And I’ve been looki...

    zlsas zlsas
    Discussions |
    Jul 6, 2016 11:26 AM
    9547 views | 3 replies
  • Date does not replicated into JMP from Excel

    Hi All,Need help !Not very familiar with JMP & still learningAfter copy the data from excel & pasted into JMP, the date cannot get it correctly.Anyone can help to guide me ? Thank you

    tohalan tohalan
    Discussions |
    Jul 6, 2016 10:21 AM
    6836 views | 2 replies
  • How to extract characters in occurrences of a certain character

    for instance, I have a string of "JN-36M-GRNNC", I would like to extract "JN", "36M and "GRNNC" by using formula. The length between "-" is not fixed, can vary. I found an example on how to do it in Excel, https://www.ablebits.com/office-addins-blog/2015/10/07/excel-find-search-functions/. I wonder how to do it in JMP.
    Thank you!

    jyw jyw
    Discussions |
    Jul 5, 2016 9:15 AM
    10616 views | 2 replies

Latest Discussions

Latest Discussions

  • Co-Kriging with JMP and Matlab

    Hi!I was wondering if anyone already tried to work with Co-Kriging, using JMP together with Matlab. As JMP only fits Ordinary Kriging Models (Gaussian Process with Gaussian Correlation Function), I would like to send data (generated with Space Filling JMP Platform) from JMP to Matlab, fit the models there (Matlab), and bring the MODELS back to JMP, to use inside Profile Platform. Do you have any e...

    samuelbbaco0 samuelbbaco0
    Discussions |
    Dec 4, 2015 12:32 PM
    3587 views | 0 replies
  • Interpreting canonical structure and scores in discriminant analysis

    I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks.  In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables.  My understanding is that the scoring c...

    amzipkin amzipkin
    Discussions |
    Oct 20, 2015 3:25 PM
    3570 views | 0 replies
  • Generalized Segmented Distributions

    A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions.  Utilizing this method, the distribution can approach any continuous density function of arbitrary form.  The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal.  The paper can be found here:The General Segmented Distrib...

    Steven_Moore Steven_Moore
    Discussions |
    Sep 17, 2015 11:54 AM
    2391 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2614 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2385 views | 0 replies
view all discussions