Run Query in background
Hi, Is it possible to add <<Run background to "Execute SQL( ODBC, SQL, "table" )"?I am aware that it works with "New SQL query", not sure if works with Execute sql.
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi, Is it possible to add <<Run background to "Execute SQL( ODBC, SQL, "table" )"?I am aware that it works with "New SQL query", not sure if works with Execute sql.
Hi everyone, I use JMP on several computers and on one of them, I had installed JMP with the interface in French while on other it is in English. Both run under MacOS. This normally doesn't prevent me from running JSL scripts on either without having to modify anything. However, I came across a situation where it makes the code fail. In the summary function , one can ask for the column names in th...
I noticed an unexpected behavior in Jmp:After creating a Formula column with a Custom Formula, another Formula Column gets evaluated every time I select a cell in the data table.Why is the formula evaluated so many times? removing the myX =1; myX fro the first formula stops the behaviorremoving the custom formula from the second formula stops the behavior Jmp 17.2 Names Default To Here( 1 );
row...
Hi, I plot Distribution charts on a regular basis. Some days I get just a few columns of data, some days quite a bit more. Once the individual charts are generated, I will need to adjust their respective min/max Y axis for readability, and then add in a couple of reference lines (basically USL and LSL lines). After a while, it gets tedious, especially there are a lot of columns of data. I would ...
I tried this script to hide column no.1,2,3 but it only select the columns without hiding them. What did i missed?Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
c= dt << Select Columns( [1.2.3] );
c << Hide;
Hi, Is it possible to add <<Run background to "Execute SQL( ODBC, SQL, "table" )"?I am aware that it works with "New SQL query", not sure if works with Execute sql.
Hi everyone, I use JMP on several computers and on one of them, I had installed JMP with the interface in French while on other it is in English. Both run under MacOS. This normally doesn't prevent me from running JSL scripts on either without having to modify anything. However, I came across a situation where it makes the code fail. In the summary function , one can ask for the column names in th...
Hi all, I am trying to do "save script to journal" with two different plots, it is appending on the journal, the problem is I cannot save the journal itself. Also, in my graph builder plot, why is it prompting to save the file? Please help Sample script:biv = dt << Bivariate( invisible, Y( :height ), X( :weight ), By( :sex ) );
biv << Save Script to Journal; //1st
gb = dt << Graph Builder(
Varia...
Hi. I have a data table column consisting of coded integer values. For example, a "0" indicates "OK", and other numbers indicate some kind of issue. I would like to set spec limits of (0,0) for this column, but JMP issues a "Consistency Error" when I try this and will not let me have the USL be less than or equal to the LSL. I know I could just set the limits to be something like (-0.1, +0.1),...
Hi, I'm struggling with the syntax for a For Each loop across multiple associative arrays. For example:q = ["q1"=>11, "q2"=>22, "q3"=>33];
w = ["w1"=>1111, "w2"=>2222, "w3"=>3333];For single array, just for reference:For Each( {a, i}, q, Show( i, a ) ); // retrieves indices and keys
For Each( { {a, b}, i }, q, Show( i, a, b ) ); // retrieves indices, keys and valuesAnalogously, across two arrays i...
There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph. With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()), this was quite simple as the display element was simply a Table Box() that can receive a Set Row Change Function() message. The same cannot be done (to my knowledge) with Gra...
Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s) - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...
Hi, I was wondering if anyone knows of any documentation for Promise objects. So far I am finding fairly little in the scripting index or at https://www.jmp.com/support/help/en/17.2/index.shtml. I am currently working from the Send documentation, which gives an example and demonstrates that you can use `<< On Response` and `<< On Error`, but not what else, if anything you can do with a Promise obj...
[More Topic Containers like this] Jmp Help/Keyboard Shortcuts assign new Keyboard ShortcutsAssigning-keyboard-shortcuts-for-frequently-used-options comment/uncomment blocks of code (international keyboard)A shortcut can be set in the menu customization Editoradd keyboard shortcuts for your own functionsadd them to the main menu/ to a toolbar and assign a shortcutadd keyboard shortcuts for "open...
Hello community!!,A question: will it be possible for the profiler to find the best combinations of factors with uncertainty when performing a simulation, which maximize the total utility and minimize the total cost, generating a table of the best combinations found? For example:
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
JMP Live offers JMP users collaborative analytics software to share analyses from JMP to a secure, c...
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...