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

  • 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
    12727 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
    7149 views | 6 replies
  • Adding conditional constraint while creating the design

    Hi,I am creating a design and I want to add one constraint. I have 7 continuous variables and of which 2 variables are related by the below constraints I wish to define.  If(X3=1) then (X5 is not equal to -1) If(X3=-1) then (X5 is not equal to 1)Basically I don’t want these two factors to be at opposite extremes at the same time.  If(X7=1)then (x4 is not equal to 1)  = Here I don’t want both the f...

    vinay_siddaiah vinay_siddaiah
    Discussions |
    Aug 28, 2015 1:54 AM
    10125 views | 2 replies
  • Variability chart column switcher : report summary in variables

    HI All, i am using variability plateform with column switcher and reading median values from variability report into a variable. it works fine for first, but when i switch click any other column in column switcher it generates error: "Cannot find item "Variability Chart for height" in outline context {"Variability Chart for height"}".   any workaround for this error. Thanks in advance. -Ram     dt...

    ram_asra_gmail_ ram_asra_gmail_
    Discussions |
    Aug 27, 2015 3:15 PM
    3741 views | 1 replies
  • How do you treat missing values as nulls rather than zero's in graph builder?

    I'm having difficulty producing graphs in graph builder (JMP 12) that accurately present missing values as absent rather than "zero" values. Can anyone provide instructions on how to correct this situation?Thank you in advance!

    swhit swhit
    Discussions |
    Aug 27, 2015 3:05 PM
    4246 views | 1 replies

Latest Discussions

Latest Discussions

  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2386 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
    3256 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
    4214 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
    2914 views | 0 replies
  • Fit Y by X Interactive HTML5 output

    I don't know if anybody using the Interactive HTML output as intensive as me but Fit Y by X platform needs an upgrade about converting the jmp language to HTML5 language. Here is an example comparing the outputs of both. Almost none of the axis and font and colour settings seem to be carried over.

    saitcopuroglu saitcopuroglu
    Discussions |
    May 22, 2015 3:14 AM
    2546 views | 0 replies
view all discussions