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

  • Changing Date Format from Nominal to Numerical Data

    Hi, I would like to change the below date field, which is a nominal field, to m/d/y format in jsl. Please help.   

    dn610 dn610
    Discussions |
    Nov 21, 2024 7:51 AM
    2020 views | 6 replies
  • JSL: Layout( ‘Arrange in Rows’) is lost during jounalizing by scripting

    Dear JMP Community,I stumbled across the following issue while scripting (example attached):If I use the following script, “jrn1 << Journal;” results in the transfer to the journal, but without “Group Options( Layout( ‘Arrange in Rows’, N Across( 2 ) ) ),”.If I use the manual option (Edit >> Journal or Crtl + J), the two-column layout is retained.Is there another “journal syntax” that retains the ...

    SteffiTryToJump SteffiTryToJump
    Discussions |
    Nov 21, 2024 3:27 AM
    1020 views | 2 replies
  • funny issue with column names

    I was wondering about a script that did not do what it was supposed to do - not at all!! Just open the attached data table and run the script: THE_BUGCaption( "column \!"File Name\!" values: " || Char((current data table():file Name << Get values)); ) The result is surprising: Why not "A" and "B" ?  

    One can easily fix the script ...

    But digging deeper, there is a quite surprising root cause ...plea...

    hogi hogi
    Discussions |
    Nov 20, 2024 1:53 PM
    1962 views | 6 replies
  • Extracting peak readings from a data set

    I am currently running a longevity test with four units which are responding to an application of gas periodically (although the intervals between the gas applications are not consistent!). I have plotted the data into the graph below:Does anyone know of a way in which I can filter the peak readings so I can show a trend line and proceed with further analysis? Most of the data points are nearing t...

    AvgLlama27 AvgLlama27
    Discussions |
    Nov 19, 2024 8:39 AM
    2145 views | 6 replies
  • Get color of points from plotcolbox of oneway analysis table in JSL

    Hello,I would like to get the color (bue or red) of the dots that are into the last colplotbox of the summary table given by oneway analysis (Means and Std Deviations).Below is the JSL to tun the analysis.I can get the value of the dots with Get() but I don't know how to get the color of the dots: outliers are in red, others in blue.I need this information to make some other data treatments.Do you...

    carole carole
    Discussions |
    Nov 19, 2024 8:10 AM
    2143 views | 6 replies

Latest Discussions

  • funny issue with column names

    I was wondering about a script that did not do what it was supposed to do - not at all!! Just open the attached data table and run the script: THE_BUGCaption( "column \!"File Name\!" values: " || Char((current data table():file Name << Get values)); ) The result is surprising: Why not "A" and "B" ?  

    One can easily fix the script ...

    But digging deeper, there is a quite surprising root cause ...plea...

    hogi hogi
    Discussions |
    Nov 20, 2024 1:53 PM
    1962 views | 6 replies
  • Has anyone successfully integrated JMP with a Source Code Software?

    Question - I am looking for case studies of organizations or people that have successfully connected JMP Pro to a scripting repository/source code software.  Our end goal is that we'll be able to go into JMP Pro and see within the JMP interface a connection to the source control/script repository, so that the user can select the script and it will be the most up to date script to deploy.  Our drea...

    animalspirits animalspirits
    Discussions |
    Nov 18, 2024 1:43 PM
    1671 views | 3 replies
  • Capturing Metadata of Test

    I am exploring the possibility of having our labs record data directly into JMP instead of in an excel template.  To do this, we would need to also capture metadata about the test, such as date of test, operator, material, etc.  Are there any best practices on how to do this? My current investigation is looking into creating add-in that displays a modal window with fields that the operators could ...

    ChrisMuenzer ChrisMuenzer
    Discussions |
    Nov 18, 2024 9:22 AM
    879 views | 1 replies
  • Scripting vs Workflow for column recoding

    I am trying to re-code about 10 data tables that have about 180 levels to 7 levels. Each table starts with different rows but all of them will end into the same 7 levels so then I can combine and analyze. i started recording the recoding via workflow in one data table, but then when I tried to run into the second data table I realized that the workflow will not work because the rows from the first...

    beeker_g beeker_g
    Discussions |
    Nov 18, 2024 6:43 AM
    1149 views | 3 replies
  • How to find this regression line by adding new columns to the table?

    Thanks!dt=Open("$SAMPLE_DATA/Big Class.jmp"); Graph Builder( Variables( X( Transform Column( "Row", Formula( Row() ) ) ), Y( :height ) ), Elements( Points( X, Y, Legend( 3 ) ), Smoother( X, Y, Legend( 4 ) ) ) )

    lala lala
    Discussions |
    Nov 17, 2024 10:02 PM
    1146 views | 4 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
    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
view all discussions