How to recognize Chinese characters in a string?
Hi,I have a problem on regex,For example:regex("零件2305wu","[\u4e00-\u9fa5]+")I want to extract the "零件" but the output is "2305".Thanks!
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Hi,I have a problem on regex,For example:regex("零件2305wu","[\u4e00-\u9fa5]+")I want to extract the "零件" but the output is "2305".Thanks!
I'm looking for a way to control and move a 'drawn' shape or series of shapes across plot (graph builder) using JSL script, for data visualisation purposes. Think of it as an animation using a series of frames and then scrolling through them to give the impression of movement. By 'drawn' shape, I mean something like:Rect () I was thinking of taking the following approach, but I'm not sure exactly ...
Hi,
I have the following script:
I Want to select some rows and subset them.
selection finds 369 rows, but subset only 140 rows.
Does someone have any idea what I am missing?
dt = Current Data Table();
Column(dt, "DieX") << data type(Numeric) << Modeling Type(Continuous) << Format(Best, 12);
Column(dt, "DieY") << data type(Numeric) << Modeling Type(Continuous) << Format(Best, 12);
dt << select w...
I have a script that runs two variations of a Levey Jennings, one using data set determined 2 sigma control limits which then correctly applies Westgard rules and the other with user defined defined limits that does not apply Westgard rules based on these inputs. Is there a setting to get Westgard rules to identify user defined limits as the 2 standard deviation calculation?
In the included image, ...
I am importing data from data base and would like to save the data table. The data table takes some time to get downloaded. I would like to detect when the datable is downloaded and then save it at a location. Below is the code i tried. The first part of extracting data table is happening fine.The second part (highlighted in blue ) of detecting the data table once its downloaded and open is not wo...
I have a script that runs two variations of a Levey Jennings, one using data set determined 2 sigma control limits which then correctly applies Westgard rules and the other with user defined defined limits that does not apply Westgard rules based on these inputs. Is there a setting to get Westgard rules to identify user defined limits as the 2 standard deviation calculation?
In the included image, ...
I am importing data from data base and would like to save the data table. The data table takes some time to get downloaded. I would like to detect when the datable is downloaded and then save it at a location. Below is the code i tried. The first part of extracting data table is happening fine.The second part (highlighted in blue ) of detecting the data table once its downloaded and open is not wo...
I use an executable which pulls data from the database, does some data manipulation and makes manipulated data available to the end user. I would like to call this executable from within JMP and get the data into a data table. The following script example generates the data as text in the log. How do I get this text into a data table with the top row as column headers?Names Default To Here (1);
Cl...
I would like to print the value of "rate" from JMP to Python. rate = 0.07;
show(rate);Python Init(Use Python Version("3.12.3"));
Python Send( rate, Python Name( "err_rate" ) );
Python Submit( "print(err_rate)" );
Hi. I do not see any JSL command to set Axis levels (like x others).
Am I missimg something or the option doesn't exist in JSL?Thank you
(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
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...
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...