Corrupted Power Point Slides.
Hi all, I'm running into a problem where when I export the data to power point, the power point indicates the slides are corrupted and then the PPT slides closes after that. I can't even get a preview of the data.
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi all, I'm running into a problem where when I export the data to power point, the power point indicates the slides are corrupted and then the PPT slides closes after that. I can't even get a preview of the data.
I have been attempting to familiarize myself with the new Python interface in JMP 18. One of the questions I am exploring is: "Is it possible to write a Python program in the JMP environment that executes r modules. The very simple program I am using is # Import the necessary libraries import numpy as np from rpy2.robjects.packages import importr import rpy2.robjects as ro # Create a numpy arra...
Bonjour, Est-il possible d'enregistrer un fichier JMP qui a pour nom la semaine en cours de l'exécution du script. A l'aide d'un script, je construis une table de données JMP, j'aimerais à la fin de l'exécution du script, pouvoir enregistrer le fichier sous le nom suivant "Week24" et la semaine d'après le fichier serait "Week25".... Merci pour vos réponses.Names Default To Here( 1 );
//script...
...
Hi, is there a keyboard short cut in Workflow builder to run the selected step?
From JSL editor I am really used to the comfort of:select + Num-Enter.. such that it feels kind of "complicated" to do it in Workflow Builder via left click - right click (menu) - left click:
go_down_expr = Expr(
cur_row = (dt << get selected rows());
If(
N Items( cur_row ) == 0,
New Window( "Alert", <<size( 300, 100 ), Border Box( top( 10 ), bottom( 10 ), Left( 10 ), Right( 10 ), Text Box( "No selection" ) ) ),
N Items( Loc( crows > cur_row[1] ) ) == 0, dt << gotorow( crows[1] ),
dt << go to row( crows[(Loc( crows > cur_row[1] ))[1]] )
);
);
f = Function( {a = [1]},
...
Hi all, I'm running into a problem where when I export the data to power point, the power point indicates the slides are corrupted and then the PPT slides closes after that. I can't even get a preview of the data.
I have been attempting to familiarize myself with the new Python interface in JMP 18. One of the questions I am exploring is: "Is it possible to write a Python program in the JMP environment that executes r modules. The very simple program I am using is # Import the necessary libraries import numpy as np from rpy2.robjects.packages import importr import rpy2.robjects as ro # Create a numpy arra...
Hi, is there a keyboard short cut in Workflow builder to run the selected step?
From JSL editor I am really used to the comfort of:select + Num-Enter.. such that it feels kind of "complicated" to do it in Workflow Builder via left click - right click (menu) - left click:
I have a table like this with an ID number and a value assigned to each. Some ID numbers were tested multiple times and so have multiple values. I've seen codes to remove all rows with duplicate ID numbers, but I'd like a code that deletes all rows with duplicate ID's BUT saves the value from the nth test under a new column (e.g. value 2, value 3, value n)... Any help would be greatly appreciated....
In Graph Builder, I want to show a data label (not a hover label) for selected rows only. As a demo, I tried the following code: Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Try(
Show( dt:Selected Name ),
dt << New Column( "Selected Name",
Character,
Set Formula( If( Selected( Row State( Row() ) ) == 1, :name ) )
)
);
dt:Name << Label( 0 );
dt << Clear Row States <...
Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...
(JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...
I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...
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
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...