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

  • Display Tree Indexing - how does it work?

    Helpful Information from the community: Subscripting:Display Boxes with Subscripts  Xpath: xPath coding help /  (Xpath "family" tree)All OutlineBoxes with title condition By XPath (@helpKey)

    All in One:I-Can-See-It-How-Do-I-Get-It   (Discovery Summit 2024, @Mark_Bailey , @tonya_mauldin)

    hogi hogi
    Discussions |
    Nov 8, 2024 12:58 AM
    1441 views | 4 replies
  • column and table selection

    The new Messages in Workflow Builder are great.
    Is there a possibility to pick a column from he current data table - or an open table?

     

    hogi hogi
    Discussions |
    Nov 7, 2024 10:31 AM
    483 views | 0 replies
  • 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

Latest Discussions

  • Display Tree Indexing - how does it work?

    Helpful Information from the community: Subscripting:Display Boxes with Subscripts  Xpath: xPath coding help /  (Xpath "family" tree)All OutlineBoxes with title condition By XPath (@helpKey)

    All in One:I-Can-See-It-How-Do-I-Get-It   (Discovery Summit 2024, @Mark_Bailey , @tonya_mauldin)

    hogi hogi
    Discussions |
    Nov 8, 2024 12:58 AM
    1441 views | 4 replies
  • column and table selection

    The new Messages in Workflow Builder are great.
    Is there a possibility to pick a column from he current data table - or an open table?

     

    hogi hogi
    Discussions |
    Nov 7, 2024 10:31 AM
    483 views | 0 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
  • 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

  • column and table selection

    The new Messages in Workflow Builder are great.
    Is there a possibility to pick a column from he current data table - or an open table?

     

    hogi hogi
    Discussions |
    Nov 7, 2024 10:31 AM
    483 views | 0 replies
  • 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
    677 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
view all discussions