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 run multiple SQL queries in parallel, wait for fnish, and get list of datatables

    Hi,   I would like to have a function, that (i) runs multiple SQL queries in background (connection and sql statements from string lists with arbitrary lengths), (ii) waits until all queries are finished, and (iii) returns a list of datatables. Please find my code below. I don't know how to gather the data tables correctly.   Thank you in advance.   Run_SQL_Queries = Function({o_connections, o_sq...

    UEJ UEJ
    Discussions |
    Jan 15, 2024 3:57 PM
    3503 views | 3 replies
  • Open files from same directory for Workflow

    Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...

    Gab_K Gab_K
    Discussions |
    Jan 15, 2024 12:01 PM
    740 views | 0 replies
  • Importing multiple pdf files

    Warning: I am new to coding! I have about 500 pdf files containing tabulated data I want to import. I managed to create a script that will extract, stack and transpose the data as well as append/concatenate it to a table (that I called "final.jmp"). Each pdf is represented by one row in final.jmp. Now here's the workflow and issues I identified: Since I couldn't figure out how to import multiple p...

    Ressel Ressel
    Discussions |
    Jan 15, 2024 8:02 AM
    2427 views | 3 replies
  • Should the standard deviation of BLUB´s not be equal to the square root of variance component?

    BLUB´s (random effect predictions/random coefficients) seems to be calculated by scaling the centered Means with the Variance Component divided by Variance of Means. However, this causes BLUB´s to have a lower standard deviation than the square root of the variance component. If they were scaled by the square root of the Variance Component divided by Variance of Means, the standard deviation of th...

    pv pv
    Discussions |
    Jan 15, 2024 2:36 AM
    976 views | 1 replies
  • How to create a design that combines finding the best combination of substances together with finding their best concentration?

    Dear JMP team,I am planning an experiment, where I have two categories of molecules (categoryA and categoryB). Both have two possible molecule candidates each: categoryA = {molA1, molA2} and categoryB = {molB1, molB2}. I would also like to model the concentration of each molecule as independent factor.  I was first thinking to add two continuous factors like ConcentrationCategoryA and Concentratio...

    statQue12 statQue12
    Discussions |
    Jan 15, 2024 2:10 AM
    1292 views | 2 replies

Latest Discussions

  • Open files from same directory for Workflow

    Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...

    Gab_K Gab_K
    Discussions |
    Jan 15, 2024 12:01 PM
    740 views | 0 replies
  • Should the standard deviation of BLUB´s not be equal to the square root of variance component?

    BLUB´s (random effect predictions/random coefficients) seems to be calculated by scaling the centered Means with the Variance Component divided by Variance of Means. However, this causes BLUB´s to have a lower standard deviation than the square root of the variance component. If they were scaled by the square root of the Variance Component divided by Variance of Means, the standard deviation of th...

    pv pv
    Discussions |
    Jan 15, 2024 2:36 AM
    976 views | 1 replies
  • How to create a design that combines finding the best combination of substances together with finding their best concentration?

    Dear JMP team,I am planning an experiment, where I have two categories of molecules (categoryA and categoryB). Both have two possible molecule candidates each: categoryA = {molA1, molA2} and categoryB = {molB1, molB2}. I would also like to model the concentration of each molecule as independent factor.  I was first thinking to add two continuous factors like ConcentrationCategoryA and Concentratio...

    statQue12 statQue12
    Discussions |
    Jan 15, 2024 2:10 AM
    1292 views | 2 replies
  • JMP Script question: How to use variables to control "show group means"?

    Hi all:
    I have a question about Variability chart. I am trying to use a variable "aaa" to control if the a certain variability chart need group means.
    Below is the simplified code:
    According to the log file, it seems that jmp does not substitute aaa to 0 so that it still plot group means even if
    aaa=0.
    Is there any way to let jmp to realize aaa is a variable?
    Note: The values of aaa could be 0, 1 or "Sp...

    ytwu ytwu
    Discussions |
    Jan 14, 2024 10:37 PM
    881 views | 1 replies
  • Direct passing argument to a script file

    Hey,   i wish to pass argument str1, a string argument to a separate script named: "script2run.jsl" for example, nad that script uses str1 argument and print a message such as : print("This is the important string I successfully passed: " || Eval(str1)) ;   a different script that create a window that will be saved as journal for later usage will triger that script through buttons that would be ...

    CoverChikaka CoverChikaka
    Discussions |
    Jan 14, 2024 8:27 AM
    1583 views | 4 replies

Latest Discussions

  • Open files from same directory for Workflow

    Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...

    Gab_K Gab_K
    Discussions |
    Jan 15, 2024 12:01 PM
    740 views | 0 replies
  • query in topic modelling

    how to find coherence values in topic modeling. Moreover how to plot topic proportion and and publication years in text explorer option 

    FrequencyBeetle FrequencyBeetle
    Discussions |
    Jan 11, 2024 4:20 AM
    621 views | 0 replies
  • Acrobat OCR settings for preparing PDFs for import using the PDF import wizard

    Just sharing an issue I had with Adobe Acrobat and the JMP PDF Import Wizard in case others come across the same problem.A few months ago I had a workflow where I needed to perform OCR on PDFs in Acrobat (Pro) before I could use the PDF Import Wizard to pull data from the PDFs into JMP - this had been working fine for a long time.When I tried this again last week I had an issue where many pages wo...

    jc510_2 jc510_2
    Discussions |
    Jan 8, 2024 2:02 PM
    1470 views | 0 replies
  • Copy Columns - selected rows

    Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s)  - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
    When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...

    hogi hogi
    Discussions |
    Jan 3, 2024 1:27 PM
    1046 views | 0 replies
  • Documentation for Promise/async http requests

    Hi, I was wondering if anyone knows of any documentation for Promise objects. So far I am finding fairly little in the scripting index or at https://www.jmp.com/support/help/en/17.2/index.shtml. I am currently working from the Send documentation, which gives an example and demonstrates that you can use `<< On Response` and `<< On Error`, but not what else, if anything you can do with a Promise obj...

    mat-ski mat-ski
    Discussions |
    Dec 22, 2023 9:45 AM
    704 views | 0 replies
view all discussions