cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • How do I identify words (using formula in column) that have more than 2 characters different from my reference word?

    Hi Everyone,  I have a column composed by words that have combination of different characters (ie. AAAAAAAAAA - word with 10 characters). I want to identify in an adjacent column the words that have more than 2 characters different (ie. ABAAAACEAA). The position at which the letters are different doesn't matter and additionally, some words can also be shorter or longer than my reference word.There...

    SaraHorta23 SaraHorta23
    Discussions |
    Feb 9, 2022 6:35 AM
    5393 views | 9 replies
  • Label incorrect when exporting Dashboard to PDF with JSL

    Hello,  I am using a JSL script to save a dashboard to PDF.In my graphs i have bars labeled by row with text format.For some reasons when exporting to PDF the label is showing numbers and not the right labels as in the graphs.This is only happening when i use the JSL script. If i manually export to PDF, the label is correct.Is something wrong with my script?This is the script i am using: Author = ...

    MahaRabeh MahaRabeh
    Discussions |
    Feb 9, 2022 6:23 AM
    819 views | 1 replies
  • How to minimize the size of an integer table in numeric format?

    The tables need to save are all integer numbers. Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << delete columns( 1 :: 3 ); New Column( "A" ); Column( "A" ) << Formula( 1000 + Row() ); dt << run formulas; Column( "A" ) << deleteFormula; 

    lwx228 lwx228
    Discussions |
    Feb 8, 2022 11:58 PM
    2360 views | 6 replies
  • Data Filter Date/Time with extra ".0"

    I have a column with a Date and Time in it (see graphic for formatting).  When I use a Global or Local Data Filter, the dates/times show up as MM/DD/YY H:M:S.0 with the ".0" being extraneous (see graphic for data filter). Does anyone know how to get rid of the ".0" in the data filter? Thanks

    Martin Martin
    Discussions |
    Feb 8, 2022 1:20 PM
    1643 views | 3 replies
  • Run a script from the clipboard

    Hello everyone,I was wondering if I am able to run a script from code stored in the clipboard.  So let say that I made a graph builder chart and saved the script to the clipboard.  Could I have a script then run what is in the clipboard? How I would like to use this is if I'm working in one table and make a chart I like and have a similar table to it but with different data, I'd like to be able to...

    shampton82 shampton82
    Discussions |
    Feb 8, 2022 11:33 AM
    1130 views | 2 replies

Latest Discussions

  • Label incorrect when exporting Dashboard to PDF with JSL

    Hello,  I am using a JSL script to save a dashboard to PDF.In my graphs i have bars labeled by row with text format.For some reasons when exporting to PDF the label is showing numbers and not the right labels as in the graphs.This is only happening when i use the JSL script. If i manually export to PDF, the label is correct.Is something wrong with my script?This is the script i am using: Author = ...

    MahaRabeh MahaRabeh
    Discussions |
    Feb 9, 2022 6:23 AM
    819 views | 1 replies
  • Central Composite Design - Orthogonal Axial Values

    All - I'm creating a Response Surface Design, Central Composite Design for 3 Continuous Factors. If you select Central Composite Design under Design Type, it starts with 16 runs, 2 center points. You can then choose the axial value and the default for the Orthogonal design is an axial value of 1.287. With 2 center points and 2 replicates, this creates an experimental design with 48 runs. However, ...

    OneSidedBee536 OneSidedBee536
    Discussions |
    Feb 8, 2022 11:27 AM
    4243 views | 4 replies
  • Parallel plot_graph builder

    Can you help me to change the font size, number of increments, and max to min values in parallel plots using graph builder? It seems to be rather limited and cant find my way to customize the figures I obtain.Thanks

    MannWhale720 MannWhale720
    Discussions |
    Feb 8, 2022 7:20 AM
    830 views | 1 replies
  • JMP Genomics 10.2 Release Notes?

    I just installed JMP Genomics 10.2, but I can't seem to find release notes anywhere. When will these be posted?

    LouisAltamura LouisAltamura
    Discussions |
    Feb 7, 2022 8:04 AM
    719 views | 1 replies
  • Graphing 4PL regression in Graph Builder and add regression parameters on the graph

    I am relatively new to JMP and am using JMP16 We often need to do 4PL regression of multiple dose response curves. I figured out how to graph with a Predictor Formula with Graph Builder (see picture below). In the graph, there are 5 different samples. If I want to add corresponding regression parameters on each graph, how should I do it?Thanks  

    GroupSquareWolf GroupSquareWolf
    Discussions |
    Feb 7, 2022 6:21 AM
    1063 views | 2 replies

Latest Discussions

  • No table linking after saving the project?

    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...

    hogi hogi
    Discussions |
    Feb 3, 2022 4:19 AM
    598 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    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...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    769 views | 0 replies
  • How to introduce lower bounds for simulated data in Profiler platform

    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 ...

    SDF1 SDF1
    Discussions |
    Feb 1, 2022 11:09 AM
    589 views | 0 replies
  • Query Builder filtering on date stored in Varchar(20)

    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...

    HansD HansD
    Discussions |
    Jan 25, 2022 6:12 AM
    1391 views | 0 replies
  • M1 Macbook Pro JMP Capabilities

    Hi all, 
    I'm thinking about upgrading from my windows set-up and running a M1 Macbook Pro as my primary set up. I wanted to open up the discussion and see if any other JMP users were using the newest Macbook Pro and if they have run into any hurdles yet? I do a lot of R/Python integration. I do have a decent set up right now, but want to know if anyone else has tested out this connection and knows ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Jan 21, 2022 1:52 PM
    789 views | 0 replies
view all discussions