cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • JSL and proper referencing of a report

    Dear All,   I'm working on a script where I need to reference a Report window. Specifically, what I'm trying to automate is using the Simulate() function of some parameter estimates. I know that inside this report, I need to send the Simulate command to the Number Col Box(8).   The problem I have is that I have a main user interface window where the user can click a button box to either Simulate t...

    SDF1 SDF1
    Discussions |
    Sep 11, 2023 9:59 AM
    1376 views | 2 replies
  • Dataset normalization in jmp 17

    Can anyone please help me figure out how to access the various dataset normalization tools in JMP 17?  I couldn't find any detailed explanation in the ebook  "Genomic Analysis with JMP Pro". JMP Genomics had all the various normalization tools for both array and RNAseq datasets. Thank you.

    Manny_B Manny_B
    Discussions |
    Sep 11, 2023 9:53 AM
    1084 views | 1 replies
  • To automate the Mulitple Data table selection while running Add-Ins.

    Dear All,I am facing a small challenge to implement the Dashboard via Add-Ins. I have a JMP script to import the test data into different Data Table and to make plots for them. I have succeeded in creating an Adds-Ins to create a Dashboard out of the Plots from different Data Tables, however as it involves many Data Table it prompts a menu to select the corresponding Data table to create the Dashb...

    SSMann03 SSMann03
    Discussions |
    Sep 11, 2023 7:47 AM
    2516 views | 2 replies
  • How to dynamically set auto y-axis scale as parameters are selected in local data filter for (graph builder) charts by variable?

    This script below generates data in a format similar to my actual data and then plots charts in a layout I would like.Multiple parameters are plotted in the y-axis as they are selected in the local data filter. This is useful for me as I can compare trends on related parameters in my actual data.Without using Graph builders "Page" option or creating additional columns in the data table, is there a...

    Neo Neo
    Discussions |
    Sep 11, 2023 5:33 AM
    1364 views | 2 replies
  • How to delete some rows in a table box from a Variability Summary table?

    Hello, I have a "Variability Chart" with the associated "Variability Summary" table which includes 32 rows.In this Summary table, I need to keep only the first 11 rows and to delete all the others.In the Show Tree Structure (see below snapshot), I can see the StringColBox and the NumberColBox I want to modify. So far, I have tried the "Remove Element" function.This function returns no error, howev...

    FabSTM FabSTM
    Discussions |
    Sep 11, 2023 5:18 AM
    2143 views | 4 replies

Latest Discussions

  • Dataset normalization in jmp 17

    Can anyone please help me figure out how to access the various dataset normalization tools in JMP 17?  I couldn't find any detailed explanation in the ebook  "Genomic Analysis with JMP Pro". JMP Genomics had all the various normalization tools for both array and RNAseq datasets. Thank you.

    Manny_B Manny_B
    Discussions |
    Sep 11, 2023 9:53 AM
    1084 views | 1 replies
  • To automate the Mulitple Data table selection while running Add-Ins.

    Dear All,I am facing a small challenge to implement the Dashboard via Add-Ins. I have a JMP script to import the test data into different Data Table and to make plots for them. I have succeeded in creating an Adds-Ins to create a Dashboard out of the Plots from different Data Tables, however as it involves many Data Table it prompts a menu to select the corresponding Data table to create the Dashb...

    SSMann03 SSMann03
    Discussions |
    Sep 11, 2023 7:47 AM
    2516 views | 2 replies
  • How to dynamically set auto y-axis scale as parameters are selected in local data filter for (graph builder) charts by variable?

    This script below generates data in a format similar to my actual data and then plots charts in a layout I would like.Multiple parameters are plotted in the y-axis as they are selected in the local data filter. This is useful for me as I can compare trends on related parameters in my actual data.Without using Graph builders "Page" option or creating additional columns in the data table, is there a...

    Neo Neo
    Discussions |
    Sep 11, 2023 5:33 AM
    1364 views | 2 replies
  • How to delete some rows in a table box from a Variability Summary table?

    Hello, I have a "Variability Chart" with the associated "Variability Summary" table which includes 32 rows.In this Summary table, I need to keep only the first 11 rows and to delete all the others.In the Show Tree Structure (see below snapshot), I can see the StringColBox and the NumberColBox I want to modify. So far, I have tried the "Remove Element" function.This function returns no error, howev...

    FabSTM FabSTM
    Discussions |
    Sep 11, 2023 5:18 AM
    2143 views | 4 replies
  • How to build a Multitabbed and Filterable Dashboard?

    The Discovery Summit presentation One Multi-tabbed, Filterable Dashboard presents a universal script to generate a multitabbed dashboard. I am using a copy of this script (shown below) to combine a series of dashboards into one multitabbed dashboard. However, the script takes all the dashboards apart and combines them again in a 1 by 1 or 2 by 2 fashion. So, an original dashboard with two graphs, ...

    Steffen_Bugge Steffen_Bugge
    Discussions |
    Sep 10, 2023 12:59 PM
    1101 views | 1 replies

Latest Discussions

  • Discrete Choice Experiment: Prohibited Combination

    Hi everyone,I would like to design my first DCE. I am going to use 6 attributes that differ in the levels from 2 to 4 levels. However, I have a limitation where there is an impossible combination that may appear; for example, the cheapest product would not be possible to have the best feature. Is there any way for me to select the prohibited combination? Or, is the D-optimal design will always cal...

    andikawp andikawp
    Discussions |
    Sep 6, 2023 7:11 AM
    704 views | 0 replies
  • Multivariate Analysis

    Using Multivariate Analysis to study the pattern of any specific issue (e.g. water consumption of different states in a country). From T2 plot for abnormal observations we get contribution plot that shows which states are highest contributor. The Contribution plot here shows only the name of contributors. If it possible to indicate in numeric value [How much water each state is consuming]?

    Chitranshu Chitranshu
    Discussions |
    Sep 4, 2023 3:01 AM
    638 views | 0 replies
  • PickFile() from within a Project does not use file filters

    When I use PickFile() outside of a project, it works as noted in the scripting guide, scripting index, and other posts here in the forums. However, when I run the script within a project, the window that opens is a different one. It seems to be in order to allow you to pick a file that is saved to the project itself, but the filters do not work even though it shows the folder that I specified as d...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 3, 2023 8:45 PM
    1020 views | 0 replies
  • Cannot get Virtual Lab to run well on iPad. IPad on iOS 17

    The option to go to fonts aA to run in mobile mode just spins and spins.  Cannot get Citrix in the regular mode to work well, freezes, etc, especially when switching screens.  Trying to take the online course with video & Virtual Lab.  JMP version on Citrix is 17

    Bbrown Bbrown
    Discussions |
    Aug 30, 2023 12:53 PM
    660 views | 0 replies
  • bivariate normal distribution

    How can I draw a bivariate normal distribution in JMP?Are there any tests for determining the multivariate normal distribution in JMP?

    A-Ebrahimi A-Ebrahimi
    Discussions |
    Aug 26, 2023 7:49 AM
    624 views | 0 replies
view all discussions