cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • Bar Graphs in Graph Builder - new in JMP19 ...

    In Graph Builder, users do not need to drag a value onto the y-axis in order to create a bar graph.
    Without specifying a Y value, JMP will count -- or calculate an aggregate value.
    Which one? For some of the settings, this depends on the version of JMP being used.     comparison JMP18 vs. JMP19:     Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); Graph Builder( Variab...

    hogi hogi
    Discussions |
    Oct 7, 2025 10:09 PM
    140 views | 3 replies
  • How can I use the text entered on textbox as variables on SQL?

    I'm a beginner with application builders and I want to achieve the following: I'm currently retrieving data from a database using SQL with a specific time period. However, instead of directly modifying the SQL code to change the period, I want to be able to change it via a GUI. I'm currently executing this with JSL, and I want to replace the [HERE] part of the SQL query. Example JSL: // Get a hand...

    TamedZebra TamedZebra
    Discussions |
    Oct 7, 2025 10:06 PM
    463 views | 7 replies
  • Topic Containers

    Trunk of the tree - here are the branches:

    hogi hogi
    Discussions |
    Oct 7, 2025 3:56 PM
    4294 views | 13 replies
  • Workarounds

    very simple tasks - JMP says NO.   TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
    - screenshot | OCREdit Pane allows for text copy even if no edit                   ...

    hogi hogi
    Discussions |
    Oct 7, 2025 3:51 PM
    104 views | 0 replies
  • Recode a value in a column with a formula instead of a static value

    The original value that is in the table that I want to recode will always be 01/01/1900.  I want to recode that to today's date.  This only returns a blank, and not today's date.  Any idea what I need to change? Thanks! Transfers << Begin Data Update; Transfers << Recode Column( Transfers:OrderDate, {Map Value( _rcOrig, {-126144000, short date(today())}, Unmatched( _rcNow ) )}, Update Propertie...

    Phil_Nash Phil_Nash
    Discussions |
    Oct 7, 2025 1:22 PM
    1023 views | 2 replies

Latest Discussions

  • Bar Graphs in Graph Builder - new in JMP19 ...

    In Graph Builder, users do not need to drag a value onto the y-axis in order to create a bar graph.
    Without specifying a Y value, JMP will count -- or calculate an aggregate value.
    Which one? For some of the settings, this depends on the version of JMP being used.     comparison JMP18 vs. JMP19:     Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); Graph Builder( Variab...

    hogi hogi
    Discussions |
    Oct 7, 2025 10:09 PM
    140 views | 3 replies
  • Topic Containers

    Trunk of the tree - here are the branches:

    hogi hogi
    Discussions |
    Oct 7, 2025 3:56 PM
    4294 views | 13 replies
  • Workarounds

    very simple tasks - JMP says NO.   TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
    - screenshot | OCREdit Pane allows for text copy even if no edit                   ...

    hogi hogi
    Discussions |
    Oct 7, 2025 3:51 PM
    104 views | 0 replies
  • Recode a value in a column with a formula instead of a static value

    The original value that is in the table that I want to recode will always be 01/01/1900.  I want to recode that to today's date.  This only returns a blank, and not today's date.  Any idea what I need to change? Thanks! Transfers << Begin Data Update; Transfers << Recode Column( Transfers:OrderDate, {Map Value( _rcOrig, {-126144000, short date(today())}, Unmatched( _rcNow ) )}, Update Propertie...

    Phil_Nash Phil_Nash
    Discussions |
    Oct 7, 2025 1:22 PM
    1023 views | 2 replies
  • Authorization for JMP 18

    Hello, I have been using JMP 18 for my QBA class at Baylor as it is required for the class. I tried to use it today as of 10/7/2025, but it won't let me in the application anymore. It keeps saying I don't have any software authorization and to start a trail. I have had the application downloaded for a while now and this is the first problem I have run into. I have a windows computer, and I have tr...

    DiscreteBeetle4 DiscreteBeetle4
    Discussions |
    Oct 7, 2025 10:01 AM
    70 views | 2 replies

Latest Discussions

  • Workarounds

    very simple tasks - JMP says NO.   TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
    - screenshot | OCREdit Pane allows for text copy even if no edit                   ...

    hogi hogi
    Discussions |
    Oct 7, 2025 3:51 PM
    104 views | 0 replies
  • Confidence level change in reliability growth analysis

    When conducting Reliability Growth analysis in JMP (version 18), the confidence level is defaulted as 95%.  How can I change it to other level, e.g., 80%?  Thanks. 

    MXJ MXJ
    Discussions |
    Oct 6, 2025 1:16 PM
    64 views | 0 replies
  • Confidence intervals for difference in proportions

    Hi All: I've attached an example data set to highlight an issue that confuses me.  Suppose I want a confidence interval for the difference in two proportions.  Should be easy enough. So, via Fit Y by X (JMP v18.0.0), I get three intervals under the following headings: Two Sample Test for Proportions. Risk Difference TOST Tests As you can see, the intervals are not consistent with each other. My q...

    MRB3855 MRB3855
    Discussions |
    Oct 1, 2025 3:26 AM
    126 views | 0 replies
  • Time varying effect in Recurrence Analysis, data format and calculation

      Dear all
    I am assigned a task to perform recurrence analysis on our data.
    The data we have are robot repairs. We want to see repair events and cost in response to accumulated transactions using recurrence analysis.
    I attached a simulated data for this question. It only has three bots since we haven't decided how to arrange the data and I just put those three bots manually. I will update with more ...

    Caozheng0115 Caozheng0115
    Discussions |
    Sep 26, 2025 11:29 AM
    588 views | 0 replies
  • lamda used in final lasso fit with K fold validation

    Can someone help me know which lambda was used in the K-fold cross validation of a lasso regression?  I see the values listed in the solution path summary table, but unsure which one it uses finally. Perhaps I am missing a main point in the process.... and it is not important

    daniel_s daniel_s
    Discussions |
    Sep 22, 2025 6:03 PM
    275 views | 0 replies
view all discussions