Database access
Hi, when I generate a Database Query via the GUI in Jmp, how can I use advanced SQL functionality?SQL formulas (rand (),txt = Substring(), myValue = a+b )ExplodeLateral View
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi, when I generate a Database Query via the GUI in Jmp, how can I use advanced SQL functionality?SQL formulas (rand (),txt = Substring(), myValue = a+b )ExplodeLateral View
Hi,I am trying to query data base by providing input parameter through a variable. 1] I am seeing below error for attached:a = 666.1;
deleted object reference[] How do i resolve this? It works when I use 666.1 directly here FROM fer_view2 t1 where(t1.DVT_id = 666.1)
a = 666.1;
show(a);
obj = New SQL Query(
Connection( "ODBC:DSN=DVT Data Server" ),
QueryName( "fer_view2" ),
CustomSQL(
"SELE
...
I have 2+ data tables with the same columns and I want to produce a graph using all the tables. Previously, I have concatenated them and used the resulting table however this produces lots of extra tables. Is there a way to essentially concatenate them without physically creating a new table?( Also, want to automate this process if possible.)
Dear community,I perform trend analyses using control charts for different products of the same family, which share common process controls (pH, manufacturing time...), but which have different specification limits. I would like to have just a column with common process control data (col 3 in example), and through a script apply the different spec limits by product ( i am currently using automatic...
txt=Get Clipboard();
New Window( "Example", sb = Script Box( txt ) );
with a toolbarThanks!
I am trying to display and/or export close to 900 graphs from a dataset using Graph Builder using JMP Pro 17.0.0 into a PowerPoint or pdf format. However, it seems like 200 graphs is the maximum JMP will display or export. Am I missing something to display/export them all or is there a preference I can toggle to allow more to be displayed/exported? Thanks!
I am planning to analyze circadian rhythm data and can fit it to the Savitzky-Golan smoother with a cubic degree and local cosine weighting. This provides a visual with a confidence of fit. However, is there a way to statistically determine the quality of the fit to the cosine waveform? I have tried saving the smoother formula to the data table then launching the analysis using the upper and low...
I'm trying to find a way to combine the two wafer maps below. In other words, I need the X/Y coordinates to actually appear as rectangular die areas on a wafer, like in the heatmap below (not as points), AND have the legend to be discreet and maybe customized colors like in the point map below (not as a continuous gradient from 0-4). Is there any way to combine these features? TIA! Heatmap: Point...
HI JMP users, I have a column that contains data in the format DD-MM-YY H:M:S (screenshot attached below), and I would like to adjust only the hour values to make them even. For example, I want to change a time like 13-07-2023 15:00 to 13-07-2023 16:00. Is there a method to modify only the hour values across the entire column? Regards,
Hi All,I am trying pull some data from the database by looping through dates, in this example, I am trying to loop from June until the date yesterday. This is my sample code. However, it is not working. Can someone explain how to properly do it? TIA d = Today() - In Days(1);
dateNow = Format (d, "m/d/y");
startdate = "2023-06-01";
For( i = startdate, i <= dateNow, i++,
try(
dt = Open Database( "
...
Hi All, I'm hoping someone might be able to help me to understand what is causing some strange behavior when I use GenReg and the Forward Selection Estimation Method. So, I have some data that I'm running through GenReg with Forward Selection, where I have several model effects and a validation column as well. After performing the fit, I want to run some simulations on the Estimate column of t...
Hello, I am after a combination of guidance and education. I have recently come across SIMCA as a classification approach. I believe this is not something JMP can address at the moment so my question is, which alternative options can I explore to achieve a similar goal and what would be the advantages/disadvantages when compared to the SIMCA method? I am currently using JMP 17 Thank you very much...
What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)? This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...
I have difficult to get the filepath correct.
Error message says "Cannot open table in access or evaluation of ....(Filepath)"
How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties. But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...
EMEA Mastering JMP See how to interactively automate analysis steps – from accessing data, th...
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
Do you need to simulate the results of your model to help determine how to measure and reduce defect...
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...