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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • How to retrieve tabulated values by script

    Dear Community,   Based on the Tabulated output below, please how can I retrieve the amounts for categories 1, 2, 3 by script?     Based on another working script I`m currently there in my tries: r = TabulateQuantiles << report; tb_TabQuant = r[Table Box( 1 )]; tb_TabQuant << GetText; QuantAmount1 = tb_TabQuant[2][1]; QuantAmount2 = tb_TabQuant[2][2]; QuantAmount3 = tb_TabQuant[2][2]; Show(QuantA...

    HubP_SDe HubP_SDe
    Discussions |
    Dec 23, 2020 3:14 AM
    2875 views | 6 replies
  • How to convert timestamp data to duration time for each batch using jsl script

    Hi all,   I have started using JSL and is currently on a beginner level. My data consists of time-series batch data for different process variables. Each batch has a different time series range/ processing time. Data resolution is 1 hr.     First, I want to convert the batch start time (Real-time) into duration time starting at time point zero (0) and then accumulate to the end Real-time. I think...

    MK1985 MK1985
    Discussions |
    Dec 23, 2020 1:28 AM
    2773 views | 3 replies
  • Unlock column created with a formula and modify its content

    Hello JMP team,i have a set of data that I obtained from a temp sensor. Column 8 below has the time in the following format: hh:mm:ss:ms, the ms has three digits. I tired converting the column format to a time (only available option is h:m:s) but it is not working for some reason.I have also used the Munger in the formula and deleted the ms portion in column 8, obtained data is in the 1st column (...

    AFaiz AFaiz
    Discussions |
    Dec 22, 2020 5:08 PM
    2336 views | 4 replies
  • Radio Button Multiple Columns

    I would like a single radio box with two vertical columns of four buttons each. The user could select one of the eight buttons only. Is there a way to do this?  I tried to make to radio boxes (one for each vertical column) and then Group them together, but it does not seem to work. Thanks

    Martin Martin
    Discussions |
    Dec 22, 2020 3:13 PM
    2000 views | 1 replies
  • How do I round up or round down dates?

    Hello,If I have a bunch of Opentimes in the format MMDDYYYY hh:mm and I would like to fix any of these dates that occur between the hours of 1am and 3:59am to "round up" to 4am.In other words if my Opentime is 10/09/2020 3:12 AM, I need that to round up to 10/09/2020 4:00 AM. Conversely I have Closetimes in same format and I would like to fix any of these dates that occur between the hours of 1am ...

    fionaweston fionaweston
    Discussions |
    Dec 22, 2020 1:45 PM
    3368 views | 3 replies

Latest Discussions

Latest Discussions

  • Graph Builder - Remove Combine Scales?

    In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable? Default graph builder (script1, graph1)Plot 1 variable on Y axis vs 8 variables on X axisAll 8 variables on same x-axis...

    ehorne ehorne
    Discussions |
    Oct 29, 2020 9:11 AM
    1515 views | 0 replies
  • SharePoint Online

    My company recently began the migration from SharePoint 2010 to SharePoint Online.  I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.  Anyone have the correct updated syntax for this. Example 1 (SP 2010): This worked.     TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location Tabl...

    Outdoorsman1963 Outdoorsman1963
    Discussions |
    Oct 23, 2020 4:06 PM
    1324 views | 0 replies
  • How to run a Post hoc for Chi Square results in JMP?

    I was wondering if someone can help me. I want to run a post hoc analysis for the chi square results in JMP. Thanks

    vmendez17 vmendez17
    Discussions |
    Oct 22, 2020 7:33 PM
    828 views | 0 replies
  • 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
    1039 views | 0 replies
  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1268 views | 0 replies
view all discussions