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

  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2640 views | 0 replies
  • Export to PPT whith just one click?


    One of the "New in JMP 12" features was "Get JMP reports into PowerPoint with just one click".  So, what am I missing here?  The Help function in JMP 12 shows a procedure which actually takes four clicks!  I prefer using the "select" function and then to copy and paste to export to PPT (3 clicks - actually one keystroke and two clicks!). What am I missing here?

    Steven_Moore Steven_Moore
    Discussions |
    Sep 1, 2015 6:24 AM
    13251 views | 4 replies
  • How to create a stacked pareto chart?

    Example:Series 1: Numeric data (Quantity)Series 2: Categorical (Supplier)Series 3: Categorical (Design)
    Would like to have a pareto of Qty(Y axis)  by supplier (X axis) with "design" as stacked column. I have JMP9.

    rallyjo rallyjo
    Discussions |
    Aug 31, 2015 7:30 AM
    12934 views | 3 replies
  • select all items in list box with button?

    Hi,does anyone know a solution to select all items in a listbox with a [All] button?
    New Window( "Select ONE Monthly ", <<Modal,V List Box(      Text Box("ALL for Baseline"),      mon = List Box(:Stage << get values),      Button Box( "OK", cho = mon << get selected),      ));dt_data << Select Where(Contains(cho, :Stage));
    Regards and thank you in advance,Uwe

    uwe_hiss uwe_hiss
    Discussions |
    Aug 30, 2015 11:15 PM
    12784 views | 6 replies
  • How do I make a prediction model based on my old experiment data?

    I am new to JMP software ( version 11.2.0). I have a question on prediction model. Before having JMP, I ran 2 experiments shown below. ISOD is the response, and temperature & aging time are both continuous. Using these 2 tables, can I make a prediction model for  ISOD yield in temperature range 100 to 180 & aging time 1 to 20 together? For an example, what will ISOD be at like 150 C with 15 days o...

    sushiz sushiz
    Discussions |
    Aug 28, 2015 3:11 PM
    7195 views | 6 replies

Latest Discussions

Latest Discussions

  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2640 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2416 views | 0 replies
  • Incorporating Reference Lines into legend for multiple bivariate graphs.

    Hello everyone!I would like assistance in order to incorporate reference lines at certain numbers of the Y axis, horizontal lines, directly into the legend.This is my current script
    Bivariate(
      Y( :Cat),
      X( :Dog),
      Histogram Borders( 1 ),

      Where(:Recipe == "B_XX" & (:Tool == "A_XX")),
      Elements( Points( X, Legend( 1 ) ) ),
      SendToReport(Dispatch(
      {},
      "2",
      ScaleBox,
      {Add Ref Line( 140, Solid, "...

    saswatmishra50 saswatmishra50
    Discussions |
    Jul 13, 2015 1:00 PM
    3281 views | 0 replies
  • Fit Y by X plot discrepancy (Oneway vs Bivariate)

    Hi, I see a discrepancy in the plotted Y variables when plotting similar columns in the Oneway vs Bivariate plots. Bivariate plots the Y values correctly (left side below). Oneway seems to jitter the points on the Y-axis, which seems strange to me. I realize that my horizontal axis here is a numeric, and that bivariate makes more sense* but I'm just looking for a simple x-y scatter and I like the ...

    mikedriscoll mikedriscoll
    Discussions |
    Jul 10, 2015 9:04 AM
    4247 views | 0 replies
  • how to invisible local data filter

    Hi all,Till now I was using "Panel Box" and "Close" local data filter command for the invisible but functioning local data filter. Something like below closes the data filter it is visible by jmp graph but invisible by the HTML5 output (magical).nw[Panel Box( 1 )][Outline Box( "Local Data Filter" )] << Close( 1 );nw[Panel Box( 2 )][Outline Box( "Local Data Filter" )] << Close( 1 );
    This time I use ...

    saitcopuroglu saitcopuroglu
    Discussions |
    Jun 9, 2015 7:00 AM
    2948 views | 0 replies
view all discussions