Error installing JMP 16
Hi All, Here is the error I got.
OS: Windows 10 proI have installed this previously until today
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Hi All, Here is the error I got.
OS: Windows 10 proI have installed this previously until today
Hi All, I have 3 scripts that run different SQL queries to extract data. Another script uses Include() to run each one of those scripts and then makes some modifications to the three tables and joins them.In two of those scripts, when I run the individual script, or the call using Include(), I got the same table. However, for the last script, if I run it I get like 8000 rows, but running it throug...
Hello,I found a discussion from 2015 (subject "sumif") that has a very helpful script for my current task.I wrote there my question but I don't know if people who participated in that discussion can see my question. This script I found (slightly modified) and it works great for counting columns for each row where values are "0/0" (or whatever).dt << New Column("Sum",
Numeric, Formula(
...
Hi, Dears,I have a Demo.jmp which includes 3 columns:Column Name, Data TypeT, CharacterValue,NumericSN,Characer I'd like to make a custerm order on column "T" as "LT","RT","HT" ascending with the script below://dt = Open("Demo.jmp");
//please open Demo.jmp manually
dt = Current Data Table();
dt << Recode Column( :T, Update Properties( 1 ), Target Column( :T ));
:T <<Set Property( "Value Order",{"...
Hi!So I have the below data table. The individual test results are in the "test result" column and indicate if the respective y passes test a,b, and c. The "overall result" column indicates a "pass" if 2 or more of the tests (a,b,c) pass. I was able compute the overall result with a formula, but what I would like to do is get a list that says the result once per Y variable-- i.e. overall result =...
Hi All, Here is the error I got.
OS: Windows 10 proI have installed this previously until today
Hi All, I have 3 scripts that run different SQL queries to extract data. Another script uses Include() to run each one of those scripts and then makes some modifications to the three tables and joins them.In two of those scripts, when I run the individual script, or the call using Include(), I got the same table. However, for the last script, if I run it I get like 8000 rows, but running it throug...
I have a script that is pulling data from a server everyday. It has a date column from August-present. How can I get which data is from 2 Quarters or 3 Months or 4 Weeks or 10 Days starting from the present day from the data? This calculations should be in separated columns like. And I think a flag will be needed? And is it possible to continuously calculate this using the latest added date? I'm n...
Hello guys.. I am working on application builder., In the interface i have a col Filter box for with now when application opens it prompts to select datatable. Now i have a list box in which it display all the open datatables, when users selects a datatable and clicks the button i want the columns in col filter box to change accordingly. I tried set datatable, and also equating the underlying data...
Hi, I have a license for JMP 16 Pro, however my company changed my laptop and the new laptop came with JMP17. JMP 17 doesn'y accept my JMP16 license, so I would like to install and use JMP16 instead. Is it possible to download JMP16? PS: I have asked my company for a JMP17 license but they say that they are "negotiating" the license renewals and this will take time (likely months). I can't wait mo...
Hello Community! I'm trying to recode the stemming in text explorer based on a fixed dictionary of words and I'm getting this error "Inconsistent Recodes in access or evaluation of List". This is my code: obj = dt << Text Explorer(
Text Columns( :col1)
);
obj << Stemming("Stem for Combining");
obj << Add Recodes(
{{"attractive", "Attract"},{"unattractive", "Attract"},{"attract", "Attract"},{"ugl...
Hello guys, I have applciation builder with multiple modules. one of the module only contains column list which requires selection of datatable. How to make jmp prompt to select datatable only when that module loads.By default it prompts when the application loads Kindly guide. Thanks in advance
Hello Guys, I just started exploring jmp project. I am wondering if there is any option to add Global Data Filter and a global column switcher to a jmp project.Currely i have created a jmp project with various reports from a datatable (similar to dashboard) but i want to know if there is a option to add a global data filter and also a global column switcher to this screen. My idea : To create a sc...
I have a script to draw charts and use "if" for the reference line."Sometimes" the reference line is not correct. For example, when Rel_Test=H3TRB, the reference line should be 10, but it shows 5.How could I fix it? ...
d6_graph=dt2 << Graph Builder(
Size( 400, 300 ),
Show Control Panel( 0 ),
Variables(
X( :Lot),
Y( :dIGSS, Position( 1 ) ),
Color( :Lot ),
By(:Rel_Test)
),
Elements( Box Pl
Hello community!!A query:- How JMP is configured to generate neural networks that learn from their inputs in real time (incremental learning) in such a way that it continually updates its weights according to new inputs and generates updated real-time predictions.Greetings,Marco
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...