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

  • Getting error "No column was added. No data was replaced. at row 1 in access or evaluation of 'Glue'" When trying to run Update

    I'm at a complete loss, my code is querying a sql database and returning a one line result or a blank table, I am then trying to update the ID column of my jmp datatable with that information. It now won't match on any column between these tables, doesn't matter if I make one that's identical and try to run the update. I am on JMP18.dt100 << Update( With( Data Table( dt200 ) ), Match Columns...

    chappe chappe
    Discussions |
    Nov 6, 2024 9:05 AM
    1875 views | 6 replies
  • How to change interval lines on Plot Col Boxes

     Hello, I’m trying to create a table box report from student t-test results that I can use for a report. When you run a students t-test in the Fit Y by X platform, each run has a Plot Col Box that shows the difference, lower and upper CL as a range, which is coloured by whether the CL’s cross the reference line of 0 difference.   The challenge I’m having is when I try to recreate this and bring in...

    RahBarroso RahBarroso
    Discussions |
    Nov 6, 2024 8:00 AM
    652 views | 1 replies
  • Toggle button box or something similar

    Hi JMP Community,     I'm trying to set up a window where users can select different months, or quarters, or the entire YTD, that also provides feedback of which button boxes have been selected (or even deselected). My intent is to ultimately use the month/quarter/YTD selection as a way to create a subset of a data table based on the month (year is always set to current year for now).     Here's a...

    SDF1 SDF1
    Discussions |
    Nov 6, 2024 7:41 AM
    2393 views | 7 replies
  • Namespaces and Projects

    Hi, we use some Custom Functions which we share with other colleagues via an AddIn.The "custom" namespace is created in the global namespace, functions can be accessed via custom:myfunction.

    The issue: Some colleagues use Projects.
    a project has it's own global namespace - and from there, custom functions are not accessible: Add Custom Functions( New Custom Function( "custom", "myfunc", Function( {x...

    hogi hogi
    Discussions |
    Nov 6, 2024 5:02 AM
    1376 views | 5 replies
  • Is Missing( " " ) returns True?

    I would like to differentiate a space cell and an empty cell.  The Is Missing() function interprets both as missing.  Is there a better way? I am using JMP 16.2.0. New Table( "Example", Add Rows( 1 ), New Column( "Empty", Character, "Nominal", Set Values( {""} ) ), New Column( "Empty Missing?", Numeric, "Continuous", Format( "Best", 12 ), Formula( Is Missing( :Empty ) ) ), New Column(...

    robot robot
    Discussions |
    Nov 6, 2024 2:26 AM
    3161 views | 6 replies

Latest Discussions

  • How to change interval lines on Plot Col Boxes

     Hello, I’m trying to create a table box report from student t-test results that I can use for a report. When you run a students t-test in the Fit Y by X platform, each run has a Plot Col Box that shows the difference, lower and upper CL as a range, which is coloured by whether the CL’s cross the reference line of 0 difference.   The challenge I’m having is when I try to recreate this and bring in...

    RahBarroso RahBarroso
    Discussions |
    Nov 6, 2024 8:00 AM
    652 views | 1 replies
  • Namespaces and Projects

    Hi, we use some Custom Functions which we share with other colleagues via an AddIn.The "custom" namespace is created in the global namespace, functions can be accessed via custom:myfunction.

    The issue: Some colleagues use Projects.
    a project has it's own global namespace - and from there, custom functions are not accessible: Add Custom Functions( New Custom Function( "custom", "myfunc", Function( {x...

    hogi hogi
    Discussions |
    Nov 6, 2024 5:02 AM
    1376 views | 5 replies
  • How to create a "revolving" x-axis in JMP?

    Curious if there's even a way to do this in JMP.... I need to modify my x-axis to where I start off with an arbitrary number (ex. -77), increases to say, -111 in the middle of the axis, then returns back to -77. The problem I'm having is that my data includes multiple configurations and occasionally, within one configuration data set, I'll have the same x-value even though it's two separate data p...

    SelectionEagle6 SelectionEagle6
    Discussions |
    Nov 5, 2024 1:47 PM
    1483 views | 2 replies
  • Calculating Full Width at 0.01 (FW(0.01)) for Detected Peaks

     I have time series data (attached) representing concentration over time, and I want to apply a Savitzky-Golay smoothing first and then detect peaks in JMP. While I know how to perform the peak detection, I’m struggling with how to calculate the Full Width at 0.01 (FW(0.01)) for the identified peak.Here’s my plan to do it manually thus:Locate the Peak: Identify the maximum value of the peak (here ...

    SophieCuvillier SophieCuvillier
    Discussions |
    Nov 5, 2024 1:34 PM
    833 views | 1 replies
  • How to remove blank inputs on X axis when using graph builder?

    When using the Graph Builder, I am adding to the "data result" to the Y-axis, the "serial number" to the X-axis and then I am grouping X by Part Number. Basically, I want to compare the results of two different parts, with the data organized by Serial Number. However, as you can see on the photo, I cannot get JMP to stop display blank data.  Basically, it has the Serial Numbers from the other part...

    TrimmedJaguar10 TrimmedJaguar10
    Discussions |
    Nov 5, 2024 10:14 AM
    1866 views | 3 replies

Latest Discussions

  • Error add-in manager :AddinID == selectionID

    I am taking the above error once i click to build currently selected add-in button at the add-in manager.  Error Message: {"Send Expects Scriptable Object"(1, {23}, 2, "Send", here:addinTable << /*###*/get rows where(:AddinID == selectionID) /*###*/)} Error: Send Expects Scriptable Object 1 time(s). Data Table Indices: 23 Type: Error Function Name: Send Function being executed: here:addinTab...

    Georgios_Tsim Georgios_Tsim
    Discussions |
    Oct 29, 2024 6:41 AM
    532 views | 0 replies
  • JMP 18 Addins on Server - Change in Location

    FYI from JMP tech support:   If you are running JMP on a server, note that JMP 16 addins do not work for JMP 18 because the file paths have changed.  JMP is no longer part of SAS so the file path changed from C:\ProgramData\SAS\JMP\addIns to C:\ProgramData\JMP\JMP\addIns

    Changing your file path to C:\ProgramData\JMP\JMP\addIns will make addins visible for JMP version 18.

    pmroz pmroz
    Discussions |
    Oct 29, 2024 5:58 AM
    582 views | 0 replies
  • How do I replace a prediction expression in a fit model with a specific expression?

    Hi, I am completing a DOE and I have ran a fit model using the JMP software to define a design space based on desirability of certain variables, however one of the desirability variables is a simple ratio of two of the construct model effects, however when running the model, the model is defining its own prediction expression for this variable rather than using the formula in the data table. Does ...

    supermackie93 supermackie93
    Discussions |
    Oct 24, 2024 5:40 AM
    499 views | 0 replies
  • One-Versus-Rest (OVR)  and the One-Versus-One (OVO) LDA

    Hello, I'm looking for a way to test a different LDA strategy than the standard One-off (or hand-out) method when trying to predict a categorical response with multiple classes. I'm particularly interested in the One-Versus-Rest (OVR)  (also referred to as One-Versus-All or OVA)  and the One-Versus-One (OVO) strategies. So, instead of using the default One-off LDA which seeks to solve the classica...

    Quentin26 Quentin26
    Discussions |
    Oct 24, 2024 1:29 AM
    700 views | 0 replies
  • Graph Builder: Ordering my overlay by descending order according to the total value of each overlay category

    Hello community, I come to you with a difficult question. Please see the image below for reference. I am using JMP 18, and I am trying to create a bar chart to show PPB values by quarter for various categories. The trouble I run into is that I want the category that has the highest total value from the chart to be on the bottom of the stack. For example, in the image below the category memory shou...

    AttributedMouse AttributedMouse
    Discussions |
    Oct 22, 2024 1:37 PM
    517 views | 0 replies
view all discussions