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

  • Formatting DateTime string with milliseconds

    Hi - I am seeking help to figure out how to display data time string in csv file that has format like 2025-08-10 23:47:39.367 to show up correctly in the data table. I have tried custom format but no luck since I could not find anything for millisecond in jmp 17.2   Appreciate any pointers

    uProf uProf
    Discussions |
    Sep 11, 2025 6:41 AM
    677 views | 4 replies
  • 多Y轴怎么制作

    这个图有没有简洁的JSL

    CoverMarmoset89 CoverMarmoset89
    Discussions |
    Sep 11, 2025 6:36 AM
    485 views | 2 replies
  • Loading jsl scripts into a data table by another script

    Hi,
    I have several scripts (XXX.jsl) generating seperate reports with many graphs inside each of these reports. And i have a second script which loads data from an exel file, modifies the resulting JMP table and saves the table.

    I would be interested to include in the second script a section which loads these report scripts from a folder and makes these available in the upper left box of the JMP tab...

    Jo_E Jo_E
    Discussions |
    Sep 11, 2025 5:29 AM
    610 views | 4 replies
  • Profiler: Using variables in term value script not working

    Hello I have a JMP script for creating a profiler and saving some settings. dt = Current Data Table(); pCPP1 = Column("Load Challenge"); pCPP1Target = 10; ColNames = dt << Get Column Names("String"); Preds = Filter Each ({ColName}, ColNames, Starts With(ColName, "Pred")); For (i = 1, i <= N Items(Preds), i++, PF = Profiler( Y(Preds[i]), :Preds[i] << Response Limits ); PF << Term Value(...

    Katz0801 Katz0801
    Discussions |
    Sep 11, 2025 3:35 AM
    125 views | 1 replies
  • Increase size of data points in wafer map

    nw = New Window("BSS_Wafermap", gb = Graph Box( framesize(xres, yres), X Scale(xmin, xmax), Y Scale(ymin, ymax), Fill Color("lightgray"); Pen Color("Blue"); Circle({0, 0}, 150000, "FILL"); For(i = 1, i <= N Rows(pdt), i++, xleft = pdt:left[i]; xright = pdt:right[i]; ybottom = pdt:bottom[i]; ytop = pdt:top[i]; pcolor = color_list[1]; If(pdt:defect_images_count...

    anandambujaraja anandambujaraja
    Discussions |
    Sep 11, 2025 12:53 AM
    699 views | 4 replies

Latest Discussions

Latest Discussions

view all discussions