Welcome to the JMP User Community!
Ask questions, get answers, meet other JMP usersLearning Resources
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesLatest Discussions
-
Searching a List For a Value
Hi, I have a list that I made from a delimited string. That string looks like this: (number)|(name)|(number)|(name)|(number).... etc. What I have done is taken that string and parsed it by the delimiter ('|'). I then took that list of all the values and made a new list of just the "names" and created new columns with it. The problem that I have run into is when I parse the string and place it into...
sophiaw
15464 views | 6 replies -
Save Multiple Graphs At Once
Hi! I feel like this should be simple, but I must be missing something. I have a bunch of columns and I want to graph all of them in a loop. I set up the loop so it creates all the graphs, I just can't seem to be able to save them... Here is my code so far: wind = {};For(i = 1, i <= nitems(List) - 4, i++, wind = New Window(List, Distribution( Stack(1), ...
sophiaw
11280 views | 3 replies -
How can I pass a listbox selection properly to select where?
Dear all,I'm very new in JMP and JSL.How can I pass a listbox selection properly to select where?It looks, the brackets {} are the problem.Preferences(Excel Has Labels(1), Excel Selection(1));dt= Open( Pick File( " "));New Window( " ",<<Modal,vlist box(Text Box("Select ..."),mon = listbox({"Jan 15", "Mar 15", "May 15"}),Button Box( "OK", cho = mon<< get selected),));show (cho);dt << Select Where( ...
uwe_hiss
12154 views | 4 replies -
Creating Columns
Okay, this probably sounds like a really easy question, but I'm having a hard time with it. So I have this data that is formatted like: (number)|(name)|(number)|(name)|(number).... etc. Well I have a loop that looks at the string, parses the information by the delimiter ('|') and then takes every other entry in that new list (all the "names") and puts only those in the new list. That new list is t...
sophiaw
9043 views | 2 replies -
JSL Does anyone have a solution to run Process Capability from script without interacting directly?
I have spec information in a spec limits table the same as what the Process Capability function would generate from the menu pull down mode.I have added all the spec limits to the column properties of the data table.I have created a list of the parameters:par_list = ":BOW, :TIR, :SFPD, :TTV, :WARP";Coping script from Process Capability analysis done manually from data set I have:ADE << Process Cap...
chris_dennis
4397 views | 1 replies
Latest Discussions
-
JSL Does anyone have a solution to run Process Capability from script without interacting directly?
I have spec information in a spec limits table the same as what the Process Capability function would generate from the menu pull down mode.I have added all the spec limits to the column properties of the data table.I have created a list of the parameters:par_list = ":BOW, :TIR, :SFPD, :TTV, :WARP";Coping script from Process Capability analysis done manually from data set I have:ADE << Process Cap...
chris_dennis
4397 views | 1 replies -
Add blank space to differentiate groups visually
Dear all,I created a Heatmap view in the Graph builder that shows the a performance metric for certain algorithms. These algorithms are grouped. Now I want to differentiate the groups more clearly, which means:I want to add spaces between the groups (better differentiation)I want to reorder the groups and/or columns (better visual story telling)Is there a way to do this?PS: I added the respective ...
michael_behrisc
4455 views | 1 replies -
Compute Quantiles with JSL?
I want to Compute a column quantiles, and copy the vaue to a variable! I have try it ,but i didn't success. i need your help !dt00=open("G:\JMP study\Diameter0329.jmp");M=:"Diameter"<<Statistics( Quantiles( 10 ) );what's the problem?
664786828
5363 views | 1 replies -
Showing texts and plots on the same window
Hello!I wrote a jmp script that produces a report with a vertical outline of text. I have several radio buttons in the report. When a radio button is
pressed several data tables or graphs are produced. The radio button is connected to a script that generates the graphs and that is reported at the bottom of the jsl file
generating my report. I would like to organize the report with two columns: one...MFVIT
15081 views | 4 replies
Latest Discussions
-
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
3047 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
4046 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
2760 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
2418 views | 0 replies
JMP Events
-
ChinaShanghai May 29
-
3:00PM - 4:00PM CESTApr 30Scripters Club: Is Your SPC Doing Well?
Is Your SPC Doing Well? Presenter: Georg Raming (Siltronic) Would you like to keep an eye on many SP...
-
2:00PM - 3:00PM EDTMay 2US Mastering JMP: Circumventing Common Pitfalls in Predictive Modeling
Do you want to use predictive models and need to understand or review the basics first? Have you tri...
-
3:00PM - 4:00PM CESTMay 6DOE Club Q2 2025
DOE Club This Club is is a participant-driven meeting designed to encourage attendee invo...
-
1:00PM - 2:30PM EDTMay 7Jump Start with JMP®: Hands-on Workshop
Jump Start with JMP® Wednesday, May 7 | Live Web Workshop1:00 p.m. – 2:30 p.m. ET Hosted via Zoom &n...