cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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
    3312 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
    1267 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
    1087 views | 1 replies
  • 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
    2420 views | 6 replies
  • Why is my bar graph faded?

    Hi,  I am having a hard time figuring out how to darken the bars in my bar graph.  Anyone out there have a solution for this? Attached is the graph I am currently working on.  

    AArevalo AArevalo
    Discussions |
    Jan 19, 2021 6:11 PM
    1746 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
    2420 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
    1391 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
    1700 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
    1483 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
    1033 views | 1 replies

Latest Discussions

view all discussions