cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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 delete reference of formula column in JSL

    Hello expert, I want to delete reference of formula column in JSL.Manually, after I selected the columns to be deleted, I can click "Remove Formula" after JMP Alert prompted.But, when I copied the workflow script & put it in my script, the reference of formula column still not deleted.Any suggestion of how to move around? I'm using JMP 17Thank you in advance 

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Jul 5, 2023 1:30 AM
    2656 views | 6 replies
  • Selecting duplicates from different source columns

    Hello, I'm trying to select (and delete) duplicates after combining two data tables with a source column, I have 2 criteria for a selection:-The duplicate values should match in 2 columns (Match :col1, :col2), works fine.-The duplicate values should not have the same value in the generated source column. I'm not sure how I can code the 2nd criterium, is there some simple != line or 'does not' matc...

    Stijnw91 Stijnw91
    Discussions |
    Jul 5, 2023 12:49 AM
    1518 views | 2 replies
  • How to use JMP in Windows Server system?

    I think installing JMP on Windows Server 2012 is a good choice. Thanks!

    lala lala
    Discussions |
    Jul 5, 2023 12:04 AM
    1330 views | 3 replies
  • How to add a row with count of rows matching a certain criteria

    Hello,I am trying to add a row in the end of a data table with a fixed text in first column "Bucket" and in subsequent columns count the number of rows that have value more than 95 in that column. is this doable with a jsl script?  

    newbie_4 newbie_4
    Discussions |
    Jul 4, 2023 8:15 PM
    894 views | 1 replies
  • How to translate text-column in another language to English?

    Hi!I have a column of responses from a survey and they are in German. Name this column as german_reply, is it possible to create a new column, namely translated_reply, that automatic translates the content in german_reply to English?

    PValueEnemy PValueEnemy
    Discussions |
    Jul 4, 2023 8:06 AM
    1566 views | 1 replies

Latest Discussions

  • How to use JMP in Windows Server system?

    I think installing JMP on Windows Server 2012 is a good choice. Thanks!

    lala lala
    Discussions |
    Jul 5, 2023 12:04 AM
    1330 views | 3 replies
  • How to add a row with count of rows matching a certain criteria

    Hello,I am trying to add a row in the end of a data table with a fixed text in first column "Bucket" and in subsequent columns count the number of rows that have value more than 95 in that column. is this doable with a jsl script?  

    newbie_4 newbie_4
    Discussions |
    Jul 4, 2023 8:15 PM
    894 views | 1 replies
  • Sherlock Add in Not working

    The lotid button and the waferid button do not work when I click them to add the lot and wafer columns. The y,x and response buttons work. When I try to drag and drop the lot columns and wafer columns into the correct boxes and run the program, I get a "name unresolved: wafer level in access or evaluation of 'waferlevel', waverlevel/*##*/ " error. Can someone please tell me how I can fix this? See...

    Tm6 Tm6
    Discussions |
    Jul 1, 2023 7:43 AM
    1951 views | 2 replies
  • Optimize Memory working with many data

    Hello there ! I'm iterating many analyses in a loop - like millions -  and I need to store the results. Those results are are text values and numeric values. So far I stored the results in a data table but as the size of the table increase so does the memory, and the speed of the analyses tend to decrease. I'm looking for a way to save time and memory.The table is already in private ( as sugested ...

    johanna_younous johanna_younous
    Discussions |
    Jun 30, 2023 1:54 AM
    2188 views | 5 replies
  • Control chart with one limit

    Hi all,
    could anyone in the community possibly help me with my question regarding the control?I have a process with just one limit.
    And I want to carry out analyses like process capability. How can I carry out such analyses and build a control chart with one limit?I am using JMP 16.1.0

    Anneaso1_ Anneaso1_
    Discussions |
    Jun 29, 2023 9:01 PM
    6396 views | 7 replies

Latest Discussions

  • Design space profiler not showing number of random sample

    Hi,  I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design  space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up   Has anyone experienced the same problem? Emmanuel

    eruffet eruffet
    Discussions |
    Jun 27, 2023 12:53 AM
    676 views | 0 replies
  • bounded KDE (Kernel Density Estimator)?

    Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.

    Prokaryote Prokaryote
    Discussions |
    Jun 23, 2023 11:56 AM
    772 views | 0 replies
  • How to set Scale Values in Graph Builder use Col Quantile function?

     HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder( Size( 839, 726 ), Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ), Elements( Points( X, Y, Legend( 6 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 6, Pr...

    Solarwing Solarwing
    Discussions |
    Jun 20, 2023 9:32 AM
    656 views | 0 replies
  • New Series on JSL and Visual Code Studio

    Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog.   We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1:  https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...

    wjlevin wjlevin
    Discussions |
    Jun 19, 2023 2:26 PM
    1051 views | 0 replies
  • Overlaying histograms: Iterating a function through N number of columns?

    @PatrickGiuliano ,  As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x):  can be iterated ?  Y Function(N, x);
    For(i = 1, i <= N Col(xm), i++,
    ym[i] = Min(Normal D...

    DecileDromedary DecileDromedary
    Discussions |
    Jun 19, 2023 6:31 AM
    591 views | 0 replies
view all discussions