cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How do I delete duplicate rows?

    The deletion of duplicate rows is starting to frustrate me! I'm on version 18.

    In the following script I have Sorted the table on SN (asc), Date & Time (desc). I then create a New Column "DuplicateFlag" and then apply the Formula If( Lag(:SN, 1) == :SN, 1, 0 ). This adds 0 for no duplicate and 1 for duplicate. We then Select the rows = to 1 and Delete the Selected Rows.

    This appears to work great wh
    ...

    DTDummy99 DTDummy99
    Discussions |
    Nov 7, 2024 10:07 AM
    3293 views | 6 replies
  • How can the following python library installation commands be implemented in python in a JMP environment?

    Thanks Experts!pip install selenium-wire -i https://pypi.tuna.tsinghua.edu.cn/simple pip install blinker==1.7.0 -i https://pypi.tuna.tsinghua.edu.cn/simple pip uninstall h11 pip install h11 -i https://pypi.tuna.tsinghua.edu.cn/simple

    lala lala
    Discussions |
    Nov 7, 2024 12:59 AM
    2240 views | 9 replies
  • How to edit folder path in jsk using python

    Hi,I am using JMP 17 Pro I have jsl with folder names which needs to be changed dynamically. I want to use python to make this change, which receives new folder paths info from server I am able to open jsl using python and printing python variable in jsl using below linkhttps://community.jmp.com/t5/Discussions/How-to-pass-arguments-from-Python-to-jmp-script-while-running/td-p/379251 Can I use pyth...

    vharibal vharibal
    Discussions |
    Nov 6, 2024 1:01 PM
    850 views | 1 replies
  • 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
    2590 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
    850 views | 1 replies

Latest Discussions

  • How can the following python library installation commands be implemented in python in a JMP environment?

    Thanks Experts!pip install selenium-wire -i https://pypi.tuna.tsinghua.edu.cn/simple pip install blinker==1.7.0 -i https://pypi.tuna.tsinghua.edu.cn/simple pip uninstall h11 pip install h11 -i https://pypi.tuna.tsinghua.edu.cn/simple

    lala lala
    Discussions |
    Nov 7, 2024 12:59 AM
    2240 views | 9 replies
  • How to edit folder path in jsk using python

    Hi,I am using JMP 17 Pro I have jsl with folder names which needs to be changed dynamically. I want to use python to make this change, which receives new folder paths info from server I am able to open jsl using python and printing python variable in jsl using below linkhttps://community.jmp.com/t5/Discussions/How-to-pass-arguments-from-Python-to-jmp-script-while-running/td-p/379251 Can I use pyth...

    vharibal vharibal
    Discussions |
    Nov 6, 2024 1:01 PM
    850 views | 1 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
    850 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
    1686 views | 5 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
    1022 views | 1 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
    676 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
    722 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
    709 views | 0 replies
  • Could JMP show in a single graph a sensitivity analysis and the probability of occurrence of a result?

    Hello Community!Attached is the script "Hogi chart calculates risk and probability", an excellent work by HOGI ... which calculates the risks and probabilities of occurrence of an input or multiple inputs (x), of an output or multiple outputs (Y) or their combination in a table. For example:Would it be possible to expand the capacity of the script to make a sensitivity analysis of the inputs (x) o...

    Marco2024 Marco2024
    Discussions |
    Oct 2, 2024 5:15 PM
    705 views | 0 replies
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    656 views | 0 replies
view all discussions