Why is caption not displaying properly?
caption("Warning:xxxxxxx")
My computer is a mac system with jmp17, every time I use caption it doesn't display the text, I don't know what's the reason, thanks!
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
caption("Warning:xxxxxxx")
My computer is a mac system with jmp17, every time I use caption it doesn't display the text, I don't know what's the reason, thanks!
Is there an option to run Query Builder including a "with nolock" statement to not tie up a database during a long data pull? Copying the QueryBuilder generated SQL into a script window and adding "with nolock" produced an error.
Hi All
I did that one time, and it was painfully but I lost the script and the memory of that. Below what I am trying to do:
Tweak_List = dt_Temp << Get Column Names("String");
For(i = 1, i <= N Items(Tweak_List), i++,
a = Left(Tweak_List[i], Length(Tweak_List[i]) - 1) || "Δ";
b = Tweak_List[i];
c = Left(Tweak_List[i], Length(Tweak_List[i]) - 2);
dt << New Column(Left(Tweak_List[i], Lengt
...
Hello, all of a sudden i can't access the files in a JMP project i've been using for a long time. the project itself opens, but then this "JMP alert" pops up and i none of the files saved in the project appear...has anyone else encountered this before??? i am using JMP 16.1.0
For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!
Is there an option to run Query Builder including a "with nolock" statement to not tie up a database during a long data pull? Copying the QueryBuilder generated SQL into a script window and adding "with nolock" produced an error.
Hi All
I did that one time, and it was painfully but I lost the script and the memory of that. Below what I am trying to do:
Tweak_List = dt_Temp << Get Column Names("String");
For(i = 1, i <= N Items(Tweak_List), i++,
a = Left(Tweak_List[i], Length(Tweak_List[i]) - 1) || "Δ";
b = Tweak_List[i];
c = Left(Tweak_List[i], Length(Tweak_List[i]) - 2);
dt << New Column(Left(Tweak_List[i], Lengt
...
For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!
I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you
dt = Current Data Table();
For( i = 1, i <= 50, i++,
dt << Bivariate(
Y( Column( dt, "u" || Char( i ) ) ),
X( Column( dt, "oven.T" ) ),
Fit Line( {Line Color( {212, 73, 88} )} )
)
);
Hello all, I have two trivial questions. Is there an option to add two blue lines to the effect summary plot? I want there to be a line at p=0,05 and p=0,001 beside the one at p=0,01. Like this: Is there a way to copy the interaction profiles to the graph builder? I don't like the format and want to change things, like the legend or the order of the x Labels Thanks in advance!
Redo Analysis from the the red triangle/Redo menu is great.It generates an exact copy of the current report. Is there also a possibility to get an exact copy of a report (e.g. Graph uilder Plot ) that is inside a Dashnoard?
- including the filters that were applied by the surrounding dashbord?
Hi,Is there a way for me and a collegue to work on the same JMP file in real time?We have JMP 17. Thanks!
Hello!For example, using large class data:
Compare the height column and the weight column to see which column fits the sinusoidal distribution better.
The parameters of the sine curve are random. Thanks!
When designing dsd with 49 factors and 4 additional runs. Why do I get 109 runs and not 105 runs?
In JMP 16 (Windows) , I removed the F1 hotkey from Help and set up as a new function using Custom Menus and Toolbars.I did the same in JMP 17 standard, and yet when I hit F1, I still get the Help browser link. Is there another place that F1 is set up that I am missing? Or is it hardcoded?
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
Do you face challenges with restrictive data formats from EDS, XRD, or Raman instruments? Are the ex...
REGISTER HERE If you teach with JMP Student Edition, you should be aware of some lesser known...
Do you want to efficiently and interactively explore data to uncover patterns and see relationships...