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 do i convert Type'Name" to String in order to get value of Column Property"Spec Limits"

    Hi ALL. I am coder and work for OSAT industry.  i am trying to make JSL script. i succeed  getting Column Property "Spec Limits" But  it come as List. when i get List"Spec Limits" element in order to get value of LSL & USL, the elements type is Name. ( I am not get used to this type & JSL language) when i try to convert this Name type to String, i couldn't find function(As String). Q1. is there an...

    HyeonRyeolCHO HyeonRyeolCHO
    Discussions |
    Jul 5, 2023 5:25 PM
    2468 views | 4 replies
  • Recode - multiple columns at once

    Is there a way to recode multiple columns at once?
    I thought I saw it in a video tutorial, but cannot remember where - and how it works ... something like: select multiple columns, click on Recode -> one GUI for all columns.

    hogi hogi
    Discussions |
    Jul 5, 2023 3:15 PM
    1393 views | 1 replies
  • How to save column entries to text file without quotes on each line

    Hello....I'm trying to save off column entries to text file without column name. These text files are used by VB code in another existing program that expects the fields in each line to be separated by commas. I'm able to get the text files created without the column name (thanks to another user's previous post!) but I can't get the code to not put quotes around the entries for each line. I've tri...

    tmj tmj
    Discussions |
    Jul 5, 2023 1:49 PM
    2152 views | 3 replies
  • Issue exporting tabbed report to html + data

    Hi all,  I'm trying to script some analysis that creates a tabbed output, with each tab containing a chart generated in graphbuilder.  See attached example.  Would like to export for non-JMP users.  Can export to html but would prefer to export to html with data to preserve the format.  When I try this, the exported file opens but there is no data shown.  See example of output and script used (lim...

    barnabei barnabei
    Discussions |
    Jul 5, 2023 10:00 AM
    1209 views | 1 replies
  • read zip file, if contains "string" then add row to a table with value label

    Hi,I created a table then open a zip folder, first save a log file to specific path, second read a file (long text file) then check if it contains string. if yes, add new row to created table and add value. everything works until the adding new row and value to table. I cannot figure out what is the issue because there is no error or information in log. Below is my script, can someone give suggest...

    dadawasozo dadawasozo
    Discussions |
    Jul 5, 2023 7:01 AM
    3002 views | 8 replies

Latest Discussions

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
    675 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
    590 views | 0 replies
view all discussions