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

  • New Column Set Value Help

    I know the following script is incorrect:     a = {"a", "b", "b"}; b = [1, 2, 3]; c = [4, 5, 6]; New Table( "SQL Results", New Column( "a", character, set values( a ) ), New Column( "b", formula( If( :a == "a", set values( b ), set values( c ) ) ) ) );   How do I change it to make the output:  a      1
     b      5
     b      6   so the first row checks if column 1 is "a",  yes then use b[1]; se...

    jy06115197 jy06115197
    Discussions |
    Jan 20, 2021 10:45 AM
    1495 views | 2 replies
  • action when selected

    Hey,I want to know if it is possible to call a function or an action  when rows are selected in the data table.for example- when the user push a button it will lead to other actions to happen, I want it to happen when to user select a value in a Bivariate chart.  Thank you for the help.

    shiro shiro
    Discussions |
    Jan 20, 2021 10:15 AM
    7981 views | 6 replies
  • JSL Compare value in row to the next row.

    Hello,I am trying to use "FOR" and "IF" to create a condition column. I have this table and I want the "Con" column to indicate if the age in the row after is lower then the current row. if yes "1" if not "0"NameAgeConDavid230Bari261James120Lora140 This is what I have: (doesn't work)dt<< New Column( "Con", Formula( For( i = 1,i <= N Row( dt ), i++, If(:Age[i] >= :Age[i+1] , "0", "1", )))); Your he...

    ileshem ileshem
    Discussions |
    Jan 20, 2021 8:06 AM
    3535 views | 3 replies
  • DCE using Experiment Design

    Hola, estoy intentando hacer un Design Choice Experiment para el contexto de salud en JMP. Mi modelo consiste en 4 atributos: información, preferencias, deliberación y decisión. Cada uno de ellos posee dos niveles (0 y 1) los cuales siempre la MEJOR alternativa es 0.  Al intentar en JMP en DOE >>estudio de consumidores>>diseño de elección  quiero indicarle en "media a priori" que la alternativa do...

    Maria2 Maria2
    Discussions |
    Jan 20, 2021 8:03 AM
    1413 views | 1 replies
  • Cannot rename Columns by Select-And-Click in JMP15

    In JMP15, it Cannot rename the columns by Select-And-Click operation any more, seems like we can only to double click the colomn name and open the comlumn info dialogue to rename. It is not so convinient!!! can some one know how to come back to Select-And-Click way?? Thanks.    

    Yajing Yajing
    Discussions |
    Jan 20, 2021 3:44 AM
    1192 views | 1 replies

Latest Discussions

  • saving script to data table issue

    HI all, I have written a script (a few hundred lines) that 1)  opens an existing data table, 2) does a whole bunch of calculations and then 3) spits out a new data table with results from these calculations. Because I am continually improving the script, I want to make sure that I know which exact version of the script was used to create the new output data table and so thought of saving the whole...

    yvesprairie yvesprairie
    Discussions |
    Jan 19, 2021 7:11 PM
    2673 views | 6 replies
  • Display a stopwatch counter (parallel with another JSL action)

    Does anyone know how to display a time counter (say 1 sec intervals using a wait(1) ), but while another JSL action is taking place?  So this stopwatch counter would display like 1, 2, 3,.... until that other action finished like pulling data from a database.  This stopwatch counter would be running in parallel in this case and keep running while waiting on the data pull to complete.  Is parallel ...

    djhanson djhanson
    Discussions |
    Jan 19, 2021 6:02 PM
    1588 views | 2 replies
  • Scripting Guage R&R with tolerance Intervals

    Hi,   I am a new user to JMP and JSL scripting. I am trying to script a guage R&R and would like to include the tolerance interval in the script.    I already have a column (Named "Tolerance Interval") with tolerance intervals for each of my parameters. (Note that I am splitting the analysis by Parameter and each Parameter has a different tolerance interval). The script I have tried is below. It w...

    RSDK_JMP RSDK_JMP
    Discussions |
    Jan 19, 2021 7:15 AM
    1871 views | 3 replies
  • Transfer data from/ Excel/VBA to JMP and get data back to VBA

    Hi, I'd like to describe what I need in order to have some kind of automation I'm planning.I have a report I've already generated using Excel/VBA and I'm missing a distribution graph from JMP which is currently being made manuallyAnd added to the report.I'd like to know how can I send the data from Excel to JMP, generate the distribution graph and save it back to my excel sheet. To be specific, le...

    Lirsch Lirsch
    Discussions |
    Jan 19, 2021 3:05 AM
    1588 views | 1 replies
  • Add values to x# of lag rows

    I want to fill the previous 48 rows with the value of row i. I've got a dataset that is a continuous timeseries with a row for every 5 min increment of time. I have an identification column for select periods (e.g. ID#1, 2, 3, ... 1000). Not every row gets an identifier, just select periods of time. Now say row 1200 is the first value of ID # 250. I want the previous 48 rows (so rows 1152-1199), c...

    RVhydrA RVhydrA
    Discussions |
    Jan 18, 2021 7:03 PM
    1126 views | 1 replies

Latest Discussions

view all discussions