JMP Scripting Collapsing Whitespace in All Columns
Is there an easy way to collapse whitespace in all the columns using JMP Scripting?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesIs there an easy way to collapse whitespace in all the columns using JMP Scripting?
Hi,I created a graph to show the number of claims received by date.For this case there is one claim received on the 24th June 2019. Why is the bar not indicating the right date but showing an interval (even though bar style is side by side and width proportion is 0 )? How to change it to show the exact date? Needle bar style is not an option as the bar is too thin and not easily readable.Thanks. ...
I couldn't understand why this script didn't work (local filter & .html graph not interactive).I have another interactive graph build using similar logic and didn't have any issue.I added the top report too.Any idea?//create Graph Builder
Names Default To Here( 1 );
dt3 = Data Table( "JoinT" );
gb = dt3 << Graph Builder(
Size( 605, 3451 ),
Show Control Panel( 0 ),
Lock Scales( 1 ),
Link Page
...
Hello everyone, my problem is that when I press the button "Annuler" (=Cancel), it still saves the file to me even though I don't want it, how can I do that?
I put you the attached script.
Thanks path_save = Pick Directory( "Où sauver les fichiers analyse rendement?" );
NAME = "_ANALYSE_RENDEMENT";
////////////////////////////////////// DEFINE DIR AND FILE NAMES (MONTH / YEAR) + CREATE DIR
...
Hi all,I have these duplicate data where I need to evaluate them as one. Is it possible to evaluate data as one on the same column? I have this example. If column1 (same data value) has different column2 values, column3 result should be Outlier and be counted as one and not in duplicate values like column1. But if their column2 has the same "Good" values, column3 value will be "good".
Is this eval...
Hi,I created a graph to show the number of claims received by date.For this case there is one claim received on the 24th June 2019. Why is the bar not indicating the right date but showing an interval (even though bar style is side by side and width proportion is 0 )? How to change it to show the exact date? Needle bar style is not an option as the bar is too thin and not easily readable.Thanks. ...
I couldn't understand why this script didn't work (local filter & .html graph not interactive).I have another interactive graph build using similar logic and didn't have any issue.I added the top report too.Any idea?//create Graph Builder
Names Default To Here( 1 );
dt3 = Data Table( "JoinT" );
gb = dt3 << Graph Builder(
Size( 605, 3451 ),
Show Control Panel( 0 ),
Lock Scales( 1 ),
Link Page
...
I have a Panel Box with V List Box that has Combo box and two If Boxes with content of different size. Depending on Combo Box selection I show either smaller If Box or Bigger If Box.notReadyTablesText = "Need to join tables";
readyTableText = "I have the table";
selectorOptions = Eval List( {notReadyTablesText, readyTableText} );
Panel Box( "Select tables",
stVLB = V List Box(
readyTables
...
Hello I have a question in relation to DoE analysis in JMP. Lets say, in one of the blocks, one run did not go well and it is repeated in the second block. Could anyone provide any potential pointers in this scenario how to adjust the entire run for the further DoE analysis? Which block parking the repeated run would make more sense for DoE analysis in JMP and what would be pro and cons if its is ...
I'm posting here as an FYI -- encrypted classes in JSL are not secure. I recommend only using functions and not classes, as functions are not vulnerable to this. The issue lies in the fact that JMP classes are introspective, while compiled functions are not. Consider the following class with that contains a method I'd really like to keep secret:Define Class(
"complex",
real = 0;
imag = 0;
_i
...
Recently switched from JMP15 for Mac to JMP16 for Mac. I was surprised to see the column switcher button removed as an option in an analysis/plot window. It used to reside up top next to the local data filter button (see black circle). The option to customize it back is also missing and has been replaced by a 'properties' button. This may also prove useful but I'm new to it. To get the colum...
Hi,when I generate a summary table with the option "link to original data table" (selected by default), the two tables are linked:By selecting a row in the summary table the corresponding rows in the original table are selected.Cool.This also works for selections in Graphs and Dashboards.Very cool! Now my problem:After saving both tables to a project file, (precisely: after close & re-open the pro...
Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...
Hi JMP community, (JMP Pro 16.0.0) I'm hoping to find out if there is a way to include lower bounds to simulated data in the Profiler platform. I have several predictors going into a model, but few data points to fit. So, in order to generate simulated ("synthetic") data, I use the Prediction Profiler platform along with the multivariate correlation structure of the data to generate thousands ...
Query Builder - date filter.SQL ServerJMP version 16.2In the database (SQL Server) I get the Date field called RETURNDATE in ‘varchar20’ – I would like to use the Calendar functionality in the filter to select my dates I tried to create a calculated column (Calc1) and specify CAST([RETURNDATE] as date), which he doesn’t like. Using SQL outside Query BuilderSELECT TOP (1000) [LABJOBNO] ,[DESPA...
Jump into Graphing Date: Tuesday, September 16Time: 1:00 – 2:30 p.m. ETDuration:&nbs...
Elaborate on Elaborate: Advanced Interactive Reporting & AI-Enhanced Development In this...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
REGISTER HERE *** Note that this webinar starts at a different time than the other Fall 2025...