cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Pass a Script Variable into a New Script

    Hi,Basically I am trying to use a for loop to imbed multiple scripts into a data table: For( SV = 1, SV <= N Items( CL ), SV++, DT2 << New Script( Char(SV), For( x = 7, x <= N Items( ColLst ), x++, :Column(Char(ColLst[x])) << Hide (1); ); For( w = 1, w <= N Items( Lst ), w++, :Column(Char(CL[SV][w])) << Hide (0); ); ); );The problem is when one of these scripts run it doesn...

    david707 david707
    Discussions |
    Nov 6, 2019 1:20 AM
    6529 views | 4 replies
  • How to use JSL to process the txt files into tabular data?

    The txt file downloaded from the web page, this file has data, how to use JSL to process such txt file as tabular data?
    I can't handle it with JSON.Thank Experts!     

    lwx228 lwx228
    Discussions |
    Nov 6, 2019 1:10 AM
    6991 views | 7 replies
  • Create a column based on values on other columns

    I am trying to write a script whose values depend on the value of another column.I need to create a new column i.e second column below.Need to assign vales as followsSun = 1,Mon = 2 and so on.(4) => 2 , (6) => 4,5 => 1, 7 => 3Eg : Sun(5) is 11.How can I script this?Sat (4)72Sun (5)11Sun (4)12Mon (5)21Mon (4)22Tue (5)31Tue (4)32Wed (5)41Fri (7)63Wed (6)44Thu (7)53Thu (6)54Fri (6)64Sat (7)73

    ENTHU ENTHU
    Discussions |
    Nov 5, 2019 7:08 PM
    1880 views | 3 replies
  • How to save Charts in Journal to PowerPoint as .jpg images?

    Hello, I have a Journal with many charts.  I'd like to save this to PowerPoint such that each Chart is one it's own page.  I'm able to do this per the discussion link below.  The issue is that the PowerPoint file size is too large for me to share (>50GB).  If I do a screen shot copy of each chart and resave the file, the file size will change to <1GB.   How can I get JMP to save the Journal charts...

    mortie999 mortie999
    Discussions |
    Nov 5, 2019 5:06 PM
    4163 views | 2 replies
  • access and repeat row values

    I am trying to write a code where I can get value from a row and then repeat it in 13 successive rows of the same column.I want to read value from row number 15 and repeat in rows 16 to 28.Then read value from row number 29 and repeat until row 43 so on and so forth.How can I do this in jsl? Thanks

    ENTHU ENTHU
    Discussions |
    Nov 5, 2019 3:54 PM
    2173 views | 2 replies

Latest Discussions

  • Create a column based on values on other columns

    I am trying to write a script whose values depend on the value of another column.I need to create a new column i.e second column below.Need to assign vales as followsSun = 1,Mon = 2 and so on.(4) => 2 , (6) => 4,5 => 1, 7 => 3Eg : Sun(5) is 11.How can I script this?Sat (4)72Sun (5)11Sun (4)12Mon (5)21Mon (4)22Tue (5)31Tue (4)32Wed (5)41Fri (7)63Wed (6)44Thu (7)53Thu (6)54Fri (6)64Sat (7)73

    ENTHU ENTHU
    Discussions |
    Nov 5, 2019 7:08 PM
    1880 views | 3 replies
  • access and repeat row values

    I am trying to write a code where I can get value from a row and then repeat it in 13 successive rows of the same column.I want to read value from row number 15 and repeat in rows 16 to 28.Then read value from row number 29 and repeat until row 43 so on and so forth.How can I do this in jsl? Thanks

    ENTHU ENTHU
    Discussions |
    Nov 5, 2019 3:54 PM
    2173 views | 2 replies
  • How to Force Major Grid Lines and Labels with a Specific Day of the Week (Graph builder)

    I am plotting data versus date it was collected in graph builder and would like to show the weeks with major grid lines. I can set this up in the axis settings, but the weeks "start" at a Thursday. If I change the start date of the axis, it still keeps the labels and major grid axis on a Thursday (just a week earlier or so). I can't figure out how to get the major grid lines and the labels to star...

    Mo Mo
    Discussions |
    Nov 5, 2019 12:53 PM
    2900 views | 5 replies
  • Dynamic Change of Y-Axis settings with data filter

    Hi,This is Balaji & basically i'm a quality engineer. Here is my situation:I have a raw dimensional data [In Stack format] for different dimensions from different plant & from different machines [1 plant will have multiple machines]I have made some box plot through graph builder to compare the process spread b/w diff. plants & diff. machines.In order to visualise the Specification limits along wit...

    maghizhbalaji maghizhbalaji
    Discussions |
    Nov 1, 2019 11:03 AM
    2377 views | 2 replies
  • JMP 15 Make Validation Column (with missing values) is not same as JMP 14 when using stratification volumns

    Just started using JMP 15 today. when I try JMP 15 make a validation column with stratification columns (some columns with missing values), New created Validation column would not recognize the missing value and only stratify rows no missing values. but JMP 14 didn't have this kind of result, it stratified the columns just by percentage even with missing values. My question is: is there any way I ...

    lucy_luo_conoco lucy_luo_conoco
    Discussions |
    Nov 1, 2019 7:33 AM
    3312 views | 6 replies

Latest Discussions

  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    1645 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1127 views | 0 replies
  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1173 views | 0 replies
  • Extract Report Data and Export it to Excel

    I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...

    jemairsmartes jemairsmartes
    Discussions |
    Sep 11, 2019 10:27 AM
    1917 views | 0 replies
  • solved

    solved

    jemg jemg
    Discussions |
    Aug 29, 2019 11:14 PM
    1372 views | 0 replies
view all discussions