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

  • 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
    611 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
  • Karkey : How do I use formulas for a single cell instead of an entire column?

    Hii,   Mukesh Karkey here ,I'm new to JMP and used to working in Excel. How can I apply a formula to only a single cell instead of the entire column? I need to calculate a value for just one row in my data table without affecting the others.   Regards, Mukesh Karkey

    mukeshkakkey mukeshkakkey
    Discussions |
    Sep 10, 2025 12:35 PM
    859 views | 5 replies
  • Tabulate Page Column item specified from for loop

    Hello all,   I am trying to tabulate multi cases based on a specific column value in for loop. categorizes = Column(dt, "Categorize"); columnValues = Associative Array(categorizes << Get Values) << Get Keys; For(i = 1, i <= N Items(columnValues), i++, currentItem = columnValues[i]; obLoopY = Outline Box("categorize" || Char(currentItem), dt << Tabulate( Page Column(:Categorize(Char(cur...

    DarkWinter DarkWinter
    Discussions |
    Sep 10, 2025 11:40 AM
    546 views | 2 replies

Latest Discussions

Latest Discussions

view all discussions