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

  • Function fails to Return User input from Modal Window

    The purpose of this code is to get User input to generate a report.  The User will select the Month and the type.  The code partially works as shown but as soon as I try to convert it to a function that resides on another JSL file (called with an "include") it fails. I am not able to get the two variables returned and I always get a "Name unresolved" error. I know that Month returns as a list and ...

    ALopez ALopez
    Discussions |
    Jan 6, 2021 2:11 PM
    1997 views | 2 replies
  • Caption Box - Text Wrap Possible?

    Is there any way to control (expand) the Caption() box text wrap?  

    I'm guessing not from the Scripting Guide.  It would be a nice feature if ever possible.  It's kind of annoying to have a line wrap where you don't want it to wrap, and if set wrap() could ever be employed, then one could choose the line break where they wanted using a normal line break escape. thanks, DJ

    djhanson djhanson
    Discussions |
    Jan 5, 2021 6:14 AM
    2625 views | 3 replies
  • Application Current DataTable

    Dear Community, With your help, and many searches and iterations, I'm now close to wrapping-up my first JMP application. I'm still struggling on few points, for which sure someone will suggest easy solutions ;):A the end of Dialog1 script, I'm opening a Data Table that was selected by the UserOnNext1 = Function( {}, file_path = FilePath << GetText(); If ( file_path != "", //IST Text File dt ...

    HubP_SDe HubP_SDe
    Discussions |
    Jan 4, 2021 3:05 AM
    2002 views | 2 replies
  • split a column and create multiple multiple based on split using JSL

    Hello,  I need to read existing table and find the column of interest [say the column name is "data"]. the column "data" is numeric with "dot" delimited and have same length. My goal is to open this table, read column "data" , remove the "dot" and create new columns [as per the length of value] and each column holds each value. Orig table:data------123.56.8.342431.02.0.567318.00.1.816..... expecte...

    david_sam david_sam
    Discussions |
    Dec 31, 2020 9:20 PM
    3847 views | 5 replies
  • JSL to summarize delta ranges in different column

    Hello, I have a data table that had 6 repeat test data set. I need to summarize index from each test but not sure how to do so: For each test, I need to summarize the time range (column 1) in between -0.5 to 0.5. For example for test 1, time between -0.5 to 0.5 is 12.Is this something doable in summary table or formula? What would be the right script for this? Any help is highly appreciated. Thank...

    yuedeng1015 yuedeng1015
    Discussions |
    Dec 30, 2020 9:55 AM
    1792 views | 2 replies

Latest Discussions

  • Caption Box - Text Wrap Possible?

    Is there any way to control (expand) the Caption() box text wrap?  

    I'm guessing not from the Scripting Guide.  It would be a nice feature if ever possible.  It's kind of annoying to have a line wrap where you don't want it to wrap, and if set wrap() could ever be employed, then one could choose the line break where they wanted using a normal line break escape. thanks, DJ

    djhanson djhanson
    Discussions |
    Jan 5, 2021 6:14 AM
    2625 views | 3 replies
  • Application Current DataTable

    Dear Community, With your help, and many searches and iterations, I'm now close to wrapping-up my first JMP application. I'm still struggling on few points, for which sure someone will suggest easy solutions ;):A the end of Dialog1 script, I'm opening a Data Table that was selected by the UserOnNext1 = Function( {}, file_path = FilePath << GetText(); If ( file_path != "", //IST Text File dt ...

    HubP_SDe HubP_SDe
    Discussions |
    Jan 4, 2021 3:05 AM
    2002 views | 2 replies
  • JSL to summarize delta ranges in different column

    Hello, I have a data table that had 6 repeat test data set. I need to summarize index from each test but not sure how to do so: For each test, I need to summarize the time range (column 1) in between -0.5 to 0.5. For example for test 1, time between -0.5 to 0.5 is 12.Is this something doable in summary table or formula? What would be the right script for this? Any help is highly appreciated. Thank...

    yuedeng1015 yuedeng1015
    Discussions |
    Dec 30, 2020 9:55 AM
    1792 views | 2 replies
  • How do I ensure that my scalebox does not stay fixed in size

    I kindly need help in to create a JSL script that does not make my variability chart scalebox stay fixed in one size because I'm having problems to see any values when the value is outside my control limits. Below is an image how the chart looks like for a given script. Appreciate it if someone could advise me how to let it ensure all the points inside this chart Variability Chart( Y( :chart_valu...

    Danial1 Danial1
    Discussions |
    Dec 29, 2020 7:59 AM
    2107 views | 3 replies
  • How to check categorical to categorical correlations in data

    Hi,

    I have data like this and I would like to correlation between fail column to other categorical columns.

    What is stat test in jmp and how can we apply that? 
    Any suggestions?  

    joshua joshua
    Discussions |
    Dec 25, 2020 12:14 PM
    4616 views | 4 replies

Latest Discussions

  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1156 views | 0 replies
view all discussions