Custom DLLs for use in JSL
I want to use the Load DLL() with my own DLL built in Visual Studio. Has anyone done this successfully?Where can I find sample source code for that shows how to do this on the DLL side.
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesI want to use the Load DLL() with my own DLL built in Visual Studio. Has anyone done this successfully?Where can I find sample source code for that shows how to do this on the DLL side.
Hello everyone:How do I save a data table to TXT without column names?Thank you!
Hi. I'm interested in using the Fit Censored() function to fit distributions to my data. So far it appears I can fit only to these distributions though: Weibull, LogNormal, LogLogistic, Frechet, SEV, Normal, Logistic, and LEV. My question: is there a way to fit to JohnsonSU/SL/SB or normal multimodal using this function? For example, this script returns an error for me:Names Default To Here(1);
...
Dear Community, I've been struggling for a while now, trying to have a Dialog ^TABLENAME reference filled in an Application Dialog Title.It seems that it only reacts to a Current DataTable being already loaded when my app is launched.But this is in fact the purpose of Dialog1, to chose what Data Table to open, starting from nothing: The issue here is that even though Dialog1 script ends with openi...
Hi, I have a script where a file saves to a particular location. I am saving data files as a string of the product lot number and raw data. I want to be able to run the script multiple times for the same lot number without the files saving over themselves. I want to create some sort of loop that if the file name already exists, then it will save as lotnumber Raw Data (1), lotnumber Raw Data (2) e...
Hi. I'm interested in using the Fit Censored() function to fit distributions to my data. So far it appears I can fit only to these distributions though: Weibull, LogNormal, LogLogistic, Frechet, SEV, Normal, Logistic, and LEV. My question: is there a way to fit to JohnsonSU/SL/SB or normal multimodal using this function? For example, this script returns an error for me:Names Default To Here(1);
...
Hi, when using jmp14, and running one of the scripts I typically use with JMP12 (which basically loads multiple csv files and does some filtering and concatenating into one final big jmp file) runs much slower than with jmp12. The larger the csv files the larger the difference in speed. I was wondering if there is some fundamental change in JMP14 that would explain this. I'll try to figure where...
Following code will attach all jsl scripts in c:\work directory to the table dt. Do you know any function/command which can also make it auto-run on the table? dt = Current Data Table();
dir = "C:\work";
fileNames = Files In Directory( dir );
if (dir!="",
For( iFile = 1, iFile <= N Items( fileNames ), iFile++,
filename = fileNames[iFile];
show(filename);
If( Ends With( filename, ".j
...
I have a script that creates a window with three tabs. The first tab has a Lineup Box with two columns and 6 Graph Builder graphs created with a loop.nw = New Window( "Win1", tbox = Tab Box(Tab Page Box("Age", vlb = Lineup Box( N Col( 2 )) )) );
All the graphs generated by the loop are appended with:vlb << Append(
Graph Builder("graph stuff here");
At the end everything looks as expected two...
hi, with JMP 15, I have a ne error message. I don't understand what to do. can someone give me a solution please? best regards
How do I get a whole model significance test when conducting a generalized regression using the negative binomial distribution? I can get the individual effect significance tests, but I do not see where I can get the whole model significance.
Using JMP 12.x, I noticed that: tablebox() <<sort by column does sort the column fine, but it does not seem to preserve any existing cell coloring post row sort. Is there any way to force it to preserve the existing cell colors post row sorting?
thanks, DJ
I'm using the neural platform to calculate a model that makes predictions from some observed data and want to compare the performance of that model to other models (not from JMP). To compare the different models, I want to compare the observed data and the predictions from the different models.The R2 is not a good measure because it checks for any linear relationship between the observed and predi...
In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable? Default graph builder (script1, graph1)Plot 1 variable on Y axis vs 8 variables on X axisAll 8 variables on same x-axis...
My company recently began the migration from SharePoint 2010 to SharePoint Online. I have found that my JSL scripts are now no longer able to open or save files to the new SPO site. Anyone have the correct updated syntax for this.
Example 1 (SP 2010): This worked.
TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location
Tabl
...
Presenter: Will Morgan, Associate Software Developer - JMP Join us for a Scripters Club...
Jump into Gauge Studies Date: Wednesday, October 15Time: 1:00 – 2:30 p.m. ETDuration...
Jump into Gauge Studies Date: Wednesday, October 15Time: 1:00 – 2:30 p.m. ETD...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...