Creating a column and Filling all rows by a date and time
I Want to create a column named, say, :CHANGE and then fill all rows by a date in the format 01/15/2026 7:02:26 PM. How do I do that. For some reason JSL does not recognize this format
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesI Want to create a column named, say, :CHANGE and then fill all rows by a date in the format 01/15/2026 7:02:26 PM. How do I do that. For some reason JSL does not recognize this format
Hi folks; I have downloaded the latest Semiconductor Toolkit from Marketplace for JMP 19. I tried to reproduce a set of wafer maps outlined in the tutorial by selecting a 300 mm map as a background map and using the example data set included with the toolkit. When I display my data, the background maps do not appear. Instead, the heatmaps are all square maps. Has anybody else encountered this?
Hi, I want to JSL to generate report (.ppt). There are 2 plots I want to export: 5 groups and 3 groups. I want each group with 250*250, so 5 groups plot should be 1250*250 and 3 groups plot should be 750*250. I use Save Presentation to export plots. 5 groups size is the same as I export plots manually but 3 groups size is not. The 3 groups size is squeezed, only 75%. How could I export multiple pl...
Today's challenge:
f=Function({}, {1,2,3});
tmp=f();
y=tmp[1]; // works
x=f()[1] // doesn't work
understanding the issue helps a lot to understand how JSL works : - )
Hi, I want to JSL to generate report (.ppt). There are 2 plots I want to export: 5 groups and 3 groups. I want each group with 250*250, so 5 groups plot should be 1250*250 and 3 groups plot should be 750*250. I use Save Presentation to export plots. 5 groups size is the same as I export plots manually but 3 groups size is not. The 3 groups size is squeezed, only 75%. How could I export multiple pl...
Today's challenge:
f=Function({}, {1,2,3});
tmp=f();
y=tmp[1]; // works
x=f()[1] // doesn't work
understanding the issue helps a lot to understand how JSL works : - )
Can I get some help interpreting the results of my mixture of mixtures study? I'm studying the friction of asphalt, specifically the effects of aggregate type, aggregate blend ratios at coarse and fine fractions, and asphalt gradation type.
Aggregate Types, 6 total:
- Class A (high quality): A1, A2, A3
- Class B (low quality): B1, B2, B3
Aggregate Blending (Coarse and Fine portions)
- Blend percent o...
hidden variables are very useful:
when the user puts "__" in front of the variable name, the variable won't show up via show symbols();
Sometimes I want to store mote than just a single value - and use a namespace.
Is there a possibility to hide a namespace?
I found this wish: Hidden namespaces
But it got archived some years ago ...
delete symbols();
x=5;
_x = 5;
__x=5;
__ns = New Namespace("ns");
...
When I work in JMP like to have the Window list visible at all times on left side of screen - so easier navigation between tables and plots. For that reason I have selected ' dock the window list in maximised windows' in Preferences. But despite that the window list on left side of screen sometimes goes blank/ empty for no reason and I then have to click on Window on the top menu to navigate bet...
Which credential does open() use when it accesses a file via
open("https://www.google.de")
Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.
I am writing a simple GUI prototype:
List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table.
Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...
I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...
French Mastering JMP Transformez des données brutes en informations exploitables grâce à l’éditeur d...
EMEA Mastering JMP Experimenting with microbial and mammalian systems brings a multitude of data; bi...
JMP easily imports Excel spreadsheets into JMP tables. JMP data tables store data and user-specified...
Duration: 90 minutesRegistration: FREEHosted via Zoom This online workshop is for beginnin...