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

  • Use Xpath to delete outlier box from the window

    Hi, I want to delete the Tabulate Outlier box upon unchecking the checkbox. I tried Xpath but something is not correct. Any suggestion?Here is the jsl codeNames Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); List1 = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1"}; List2 = {"PNP4", "NPN3", "IVP2", "NPN4", "SIT1"}; List3 = {"INM1", "INM2", "VPM1", "VPM2", "VPM3"};...

    Jackie_ Jackie_
    Discussions |
    Sep 7, 2023 12:39 PM
    1170 views | 2 replies
  • Invoking a script from another script

    I am always delighted with how much is learned through these forums, so quick question:  Is there a way to invoke a script from another script?  I have a long script that I use to retrieve data.  Sometimes I run a second script with instructions on how to visualize the dataset (both scripts are in the same folder).  Is there a way that from script A I could invoke script B?  I would like to set sc...

    RSantana RSantana
    Discussions |
    Sep 7, 2023 8:56 AM
    1621 views | 2 replies
  • Importing spec limits for a refreshable JMP Live Control Chart

    Hi, I have created a control chart that I would like to be refreshable. I added the "open database()" code and the refresh worked fine but didnt save the spec limits. I tried to change the refresh script JMP Live window to add the spec limits but that doesn't work with the code below. Any help for how to do this? Need the spec limits for the chart and the capability analysis in JMP Live. <Open D...

    bjbreitling bjbreitling
    Discussions |
    Sep 7, 2023 7:48 AM
    3734 views | 7 replies
  • Starting 2 or more bubble plot animations syncronized

    I have a dashboard with 3 bubble plots.All BPs have the same time column.How can I start all 3 at the very same moment? If I click on one start button after the other, the 3 animations are not in sync any more. Thanks in advanceMarkus I am using JMP 17.1.0names default to here(1); JMP App( Set Name( "Dashboard" ), Set Description( "Selection in one report filters the second" ), Auto Launch( 1 ...

    markus markus
    Discussions |
    Sep 7, 2023 2:23 AM
    2939 views | 6 replies
  • Supprimer des valeurs

    Bonjour à tous,  Je dispose d’une base de données avec des valeurs dupliquées pour certaines colonnes. L’objectif est de supprimer les valeurs d’une colonne en y affectant la valeur « . » lorsque les colonnes évoquées précédemment ont les valeurs dupliquées. Voici un aperçu de la base de données :   Par exemple, sur cet extrait : lorsqu’il y a des cellules dupliquées (colonne tache, lot et op) il ...

    hcarr01 hcarr01
    Discussions |
    Sep 7, 2023 2:17 AM
    1586 views | 2 replies

Latest Discussions

  • Possible to reference known values in Control Chart Builder?

    Hi JMP Community folks, good day to all. I am exploring Control Chart Builder as an option, due to the availability of Local Data Filter.Is it possible to reference columns directly from data table? (ultimately, I would like to write JSL to do so)[columns of Center Line (Mean), Sigma, and Low/High 1-/2-/3-sigma, are already pre-generated (for whatever reason) and part of data table ... see screens...

    BennyLee BennyLee
    Discussions |
    Sep 6, 2023 6:17 PM
    997 views | 1 replies
  • MFI: load some rows

    For multi file import, is there an option to load just a limited number of rows? #lines To Read#last line 

    hogi hogi
    Discussions |
    Sep 6, 2023 8:14 AM
    1414 views | 3 replies
  • 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
    707 views | 0 replies
  • Graph legend color pallete align with default

    When I build a graph in JMP there is a default color palette (JMP Default).   It's based on the order, alphabetical I think. Sometimes I need to adjust the colors, but I would still like them to be the same as the default colors.  So for instance in 1 case I have 3 lines in my top graph (blue red green) and three lines in my bottom graph (purple orange....teal?).  And I want to change the 3 lines ...

    Evan_Morris Evan_Morris
    Discussions |
    Sep 5, 2023 10:02 PM
    2020 views | 3 replies
  • Using Parse in contain

    Hi,I am trying to iterate through the list and get the values from the summary_tb into the lists L1, L2, L3 if contained in Lists 1,2,3,4. I am stuck with Prase(lists[j]). Any advice? Thanks   dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); List1 = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1"}; List2 = {"PNP4", "NPN3", "IVP2", "NPN4", "SIT1"}; List3 = {"INM1", "INM2", "VPM1", "VPM2",...

    Jackie_ Jackie_
    Discussions |
    Sep 4, 2023 6:03 PM
    1501 views | 4 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
    707 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
    647 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
    1029 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
    667 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
    633 views | 0 replies
view all discussions