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

  • Python error in automated powerpoint creation

    Hi everyone, I have a JSL script that outputs about 10 graphs in individual windows. I am working on a way to input each graph into its own slide in a powerpoint. Due to the complexities of the pictures I saw there was a way to use python's python-pptx package to accomplish this and I am able to create all the slides with a title but am unable to get the picture into the powerpoint at all. Below i...

    neelsrejan neelsrejan
    Discussions |
    Sep 27, 2023 9:15 PM
    4835 views | 7 replies
  • Scripting: Save SQL Query Results in Project

    Hi, probably a newbie question, but I couldn't find a solution myself: I want to save the table generated by an SQL Query via a JSL into a project. The code is below; labels, etc. were omitted. Unfortunately, the dt seems to be deleted after running the query in background. Is it a timing issue? Thanks for any help.   query = New SQL Query( Connection(""), QueryName(""), Select(Column("", "t1...

    UEJ UEJ
    Discussions |
    Sep 27, 2023 5:22 AM
    1386 views | 2 replies
  • Robust process setting with a categorical noise effect

    With profiler it is not possible to use a categorical noise effect? Is there another way to specify robust process settings?

    frankderuyck frankderuyck
    Discussions |
    Sep 27, 2023 3:34 AM
    1722 views | 4 replies
  • Control Charts--Cartes de contrôle: problème d'affichage

    bonjour,   avec la version 17.2: j'ai des cartes de contrôle qui dépassent l'affichage dans l'écran.  je constate que dans le script de la carte de contrôle, vient s'ajouter une ligne (voir en bleu) que je n'avais pas dans les versions précédentes.   existe-til une solution pour avoir la carte s'afficher à l'intérieur de l'écran?   cordialement

    Françoise Françoise
    Discussions |
    Sep 27, 2023 2:28 AM
    998 views | 1 replies
  • Prediction profiler with nominal variables

    Hi all!I have 6 continuous variables (N0 to N5) and one nominal variable (named "recode") that I would like to analyze with the prediction profiler. The nominal variable "recode" has 4 values (1,2,3,4).When I initiate the prediction profiler, the nominal variable is "broken" into three sections (see image below).How do I interpret it? for example, how to I set the profiler to show the predicted va...

    Lavik17 Lavik17
    Discussions |
    Sep 27, 2023 12:15 AM
    1851 views | 4 replies

Latest Discussions

  • Control Charts--Cartes de contrôle: problème d'affichage

    bonjour,   avec la version 17.2: j'ai des cartes de contrôle qui dépassent l'affichage dans l'écran.  je constate que dans le script de la carte de contrôle, vient s'ajouter une ligne (voir en bleu) que je n'avais pas dans les versions précédentes.   existe-til une solution pour avoir la carte s'afficher à l'intérieur de l'écran?   cordialement

    Françoise Françoise
    Discussions |
    Sep 27, 2023 2:28 AM
    998 views | 1 replies
  • Prediction profiler with nominal variables

    Hi all!I have 6 continuous variables (N0 to N5) and one nominal variable (named "recode") that I would like to analyze with the prediction profiler. The nominal variable "recode" has 4 values (1,2,3,4).When I initiate the prediction profiler, the nominal variable is "broken" into three sections (see image below).How do I interpret it? for example, how to I set the profiler to show the predicted va...

    Lavik17 Lavik17
    Discussions |
    Sep 27, 2023 12:15 AM
    1851 views | 4 replies
  • How do I change the number of decimals shown in a formula in a graph?

    Hi all
    I want to change the format of the decimals in a linear formula, shows on a graph, I want only two digits after the decimalI attached here a picture of the graph that I prepared and the arrow shows the number I want to change
    thank you

    Efrat_Schwartz Efrat_Schwartz
    Discussions |
    Sep 26, 2023 4:43 PM
    2094 views | 3 replies
  • How to transform and model non-normal dataset

    Hello, I'm working with a dataset produced from a 5-variable full factorial screening with 3 center points. The raw data is heavily skewed with an exponential distribution. I've tried log, log10, square root and various box-cox transformations and can't seem to get anything even nearly approaching a normal distribution.  ConditionPatterndata11+−−+−0.592−+−−−1.63−−−+−1.784+−++−0.455+−−−−1.376−++−−0...

    sanchez_dan sanchez_dan
    Discussions |
    Sep 26, 2023 1:36 PM
    1192 views | 1 replies
  • Modifying Column names

    Hi, I have the column header very long after I extract from STDF data file.Here is the format I have  TestName.....  <> Test Name2....How can I make the column header only have the Test Name2....  and remove every thing else without having to export and import from Excel.Thanks.

    AshrafFathy AshrafFathy
    Discussions |
    Sep 26, 2023 11:52 AM
    2584 views | 8 replies

Latest Discussions

  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    729 views | 0 replies
  • Using R - File path problem

    I have difficult to get the filepath correct. 
    Error message says "Cannot open table in access or evaluation of ....(Filepath)"   

    Prometheus Prometheus
    Discussions |
    Sep 17, 2023 10:46 PM
    839 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    556 views | 0 replies
  • Use JMP Locale Settings( 0 ) not working on macOS

    It seems the following command does not work for JMP MacOS.   Use JMP Locale Settings( 0 )   Is there a general script to deal with the following scenario? Or do we need to put conditionals depending on the OS of the user? // Configuring JMP to save CSV as commas and not If( (Num( "3.14" ) == 3.14), is_EN_num_format = 1, //"English numeric format" is_EN_num_format = 0 //"Non-english"); )...

    FN FN
    Discussions |
    Sep 15, 2023 10:21 AM
    669 views | 0 replies
  • Inherited Plot settings

    Hi,
    I noticed some strange behavior in Graph Builder which is caused by the fact that formatting like

    One example:
    If the top-most plot (#1) has some specific settings and this plot is removed, instead of removing the settings with the subplot, the settings are then applied to the plot which is now @ "top" (old #2 -> new #1).So, old plot #2 will inherit the color settings and the manually changed axi...

    hogi hogi
    Discussions |
    Sep 14, 2023 11:11 PM
    648 views | 0 replies
view all discussions