cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    846 views | 0 replies
  • How to handle unchecking a checkbox error?

    I want the user to select only one item using the following e.g. Names Default To Here( 1 ); New Window( "Example", cb = Check Box( {"Max", "Median", "Min", "Mean", "Std Dev"}, returned = (cb << Get Selected ())[1]; Print( returned ) //{"Mean", "Std Dev"} or etc ) ); The above works, but if the user checks and then unchecks the checked box, JMP throws an error as it can no longer execute  ...

    Neo Neo
    Discussions |
    Jun 9, 2023 5:43 AM
    1307 views | 1 replies
  • How to tell if an optional argument that could be an Associative Array is missing

    As noted in the title, if I have a function that takes some argument that could be an Associative Array:   someFunc = Function( {arg1}, [...] )   And the argument is optional, how to I check `Is Missing`? When I try to use Is Missing in cases where the value does turn out to be an Associative Array I get the error "argument should be numeric in access or evaluation of 'Is Missing' , Is Missing/*##...

    mat-ski mat-ski
    Discussions |
    Jun 8, 2023 2:35 PM
    1222 views | 1 replies
  • Extracting control limits from column info

    I am trying to extract control limits from column info, I have used the below code to extract spec limits, but if I do the same for control limits, it does not work because it treats everything as one element in the list. p = c << get property( "Spec Limits" );
    plst = Eval List( {Arg( p, 1 ), Arg( p, 2 ), Arg( p, 3 )} ); Any ideas? Thanks!

    Abby_Collins14 Abby_Collins14
    Discussions |
    Jun 8, 2023 2:21 PM
    1526 views | 3 replies
  • Help with formula: Calculating change relative to an initial timepoints for multiple samples

    Hello All, I am somewhat new to making conditional formulas in JMP and am having some difficulty with this one.  I will be collecting data at specific timepoints for multiple different samples.  Each sample has a corresponding value for the initial (T=0) timepoint and I would like to have a column for the %difference at a given timepoint relative to T=0.  The table will include multiple replicates...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Jun 8, 2023 12:34 PM
    3874 views | 8 replies

Latest Discussions

Latest Discussions

  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    846 views | 0 replies
  • Criblage des processus

    Bonjour à tous,Est-il possible de mettre dans le criblage des processus le format/la colonne de notre choix dans le module « dernière alarme ». Pour ma part j’aimerais pouvoir y mettre une colonne Date pour pouvoir contrôler à quels jour interviennent mes dernières alarmes.Merci pour votre aide.

    hcarr01 hcarr01
    Discussions |
    Apr 3, 2023 2:41 AM
    831 views | 0 replies
  • JMP17 JSL 读取多张表时值为空怎么解决?

    JMP17版本用之前15版正常的读取程序,结果为空值。比如第一个表中一行是1,2,3这种值的,第二张表这一系列,是这列,ML1,R1拼接在一起,L1,R1,M1就自动改变亏值。求问大佬怎么解决?dir = Pick Directory( "Select a directory" ); //得到所有文件名,注意要确保所有表格字段名一致,且表格样式一样,否则会得到非预期结果。 files = Files In Directory( dir, Recursive ); If( Contains( files, ".DS_Store" ), files = Remove( files, Contains( files, ".DS_Store" ) ) ); For( i = 1, i <= N Items( files ), i++, fullfile = dir || files[i];...

    lehaofeng lehaofeng
    Discussions |
    Mar 16, 2023 5:58 AM
    840 views | 0 replies
  • What kind of interpolation is used when Scale() is applied to an image object?

    Working on a script that processes images and comparing results to a python script that applies similar operations.  When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16

    RoamingForests RoamingForests
    Discussions |
    Mar 6, 2023 7:17 AM
    701 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    904 views | 0 replies
view all discussions