cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Graph Builder: Color not working for multiple Y axes

    Hi everyone, I have columns, lets call them X, Y1, Y2, and C. Column C has value colors defined.
    When I open a new graph builder and drag X on the x axis, Y1 on the y axis and C on color, the dots in the plot show with the right color defined by the value colors of column C.
    But when I drag Y2 and drop it on the y axis below Y1 so that I get two graphs, both show with a different coloring than what ...

    Robbb Robbb
    Discussions |
    Sep 26, 2023 10:31 AM
    1679 views | 2 replies
  • How can use JSL to stop the other JSL that is currently running and execute this new JSL?

    For example, the previous code has been run in a aaa.JSL, it has a long waitaaadt=Open("$SAMPLE_DATA/Big Class.jmp"); Wait(100);Now run a new JSL:bbb.jsl, how can it stop running aaa.jslbbbClose Script("aaa");//?? Close(dt,nosave);Thanks!

    lala lala
    Discussions |
    Sep 26, 2023 8:38 AM
    858 views | 1 replies
  • importation excel + colonnes avec menus déroulant

    bonjour, j'ai un fichier excel que je veux importer avec Jmp.il y a des colonnes avec un choix de valeur pour la cellule Jmp n'importe aucune valeur (colonne vide dans Jmp). existe-t-il une solution? cordialement

    Françoise Françoise
    Discussions |
    Sep 26, 2023 6:47 AM
    1032 views | 1 replies
  • Date import from excel

    I have imported the following data from excel to JMP on several different computers using the same script 30/11/2022 12:1514/12/2022 12:1512/12/2022 12:1511/01/2023 12:1511/01/2023 12:15 On some computers, JMP gives the following:30.11.2022 12:15
    14.12.2022 12:15
    12.12.2022 12:15
    11.01.2023 12:15
    11.01.2023 12:15 While others produce this results:44895,5104166667
    44909,5104166667
    44907,5104166667
    44937,5...

    Steffen_Bugge Steffen_Bugge
    Discussions |
    Sep 26, 2023 6:26 AM
    4558 views | 8 replies
  • How do I replace/ recode string with unique number

    I have a dataset with > 1M rows and a particular 'Supplier' column with 3400 unique suppliers (data type Character, Nominal). These suppliers have a rather user-unfriendly format, e.g; '0x384D5E35468AB867642A475A2B526AE264E37B9E'. How can I replace (recode into new column?) the 3400 suppliers by a unique number from 1 -> 3400?(In Excel I would create a Pivot table and then re-match using xlookup)U...

    WernerL WernerL
    Discussions |
    Sep 26, 2023 6:16 AM
    1352 views | 2 replies

Latest Discussions

  • How can use JSL to stop the other JSL that is currently running and execute this new JSL?

    For example, the previous code has been run in a aaa.JSL, it has a long waitaaadt=Open("$SAMPLE_DATA/Big Class.jmp"); Wait(100);Now run a new JSL:bbb.jsl, how can it stop running aaa.jslbbbClose Script("aaa");//?? Close(dt,nosave);Thanks!

    lala lala
    Discussions |
    Sep 26, 2023 8:38 AM
    858 views | 1 replies
  • importation excel + colonnes avec menus déroulant

    bonjour, j'ai un fichier excel que je veux importer avec Jmp.il y a des colonnes avec un choix de valeur pour la cellule Jmp n'importe aucune valeur (colonne vide dans Jmp). existe-t-il une solution? cordialement

    Françoise Françoise
    Discussions |
    Sep 26, 2023 6:47 AM
    1032 views | 1 replies
  • Why does JMP not support Simulate or Bootstrap when using a BY variable?

    Hi All,   I came across something interesting, that I wasn't really expecting with JMP Pro. Normally, in several platforms, JMP Pro offers the option to run Simulate or Bootstrap to get better estimates and statistics on metrics of interest. However, this appears to not be available when using a BY variable in a supported Platform.   For example, with the Big Class.jmp file, if you do a bivariate ...

    SDF1 SDF1
    Discussions |
    Sep 25, 2023 1:55 PM
    1689 views | 4 replies
  • how to number rows based on column values

    Hi All, I have a table with SN and timestamp for each. I need to number the lines per each SN based on timestamp.the table is sorted by time and I wanted to use ROW() with grouping by SN, but i don't know how to do it.appreciate your help,Thanks 

    ExcitedOwl ExcitedOwl
    Discussions |
    Sep 25, 2023 11:49 AM
    1528 views | 3 replies
  • interactive html in Teams Channels

    I generated an interactive html in Jmp and included it in a MS Teams channel.Unfortunately, instead of the graph, I just see the loading animation.
    Same issue when I open the interactive html via the Sharepoint Web site. Is it a sharepoint issue or a jmp issue?Does somebody know why the interactive html behaves like this - can I change the Sharepoint settings? 

    hogi hogi
    Discussions |
    Sep 22, 2023 9:59 AM
    4646 views | 6 replies

Latest Discussions

  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    729 views | 0 replies
  • Using R - File path problem

    I have difficult to get the filepath correct. 
    Error message says "Cannot open table in access or evaluation of ....(Filepath)"   

    Prometheus Prometheus
    Discussions |
    Sep 17, 2023 10:46 PM
    839 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    556 views | 0 replies
  • Use JMP Locale Settings( 0 ) not working on macOS

    It seems the following command does not work for JMP MacOS.   Use JMP Locale Settings( 0 )   Is there a general script to deal with the following scenario? Or do we need to put conditionals depending on the OS of the user? // Configuring JMP to save CSV as commas and not If( (Num( "3.14" ) == 3.14), is_EN_num_format = 1, //"English numeric format" is_EN_num_format = 0 //"Non-english"); )...

    FN FN
    Discussions |
    Sep 15, 2023 10:21 AM
    669 views | 0 replies
  • Inherited Plot settings

    Hi,
    I noticed some strange behavior in Graph Builder which is caused by the fact that formatting like

    One example:
    If the top-most plot (#1) has some specific settings and this plot is removed, instead of removing the settings with the subplot, the settings are then applied to the plot which is now @ "top" (old #2 -> new #1).So, old plot #2 will inherit the color settings and the manually changed axi...

    hogi hogi
    Discussions |
    Sep 14, 2023 11:11 PM
    648 views | 0 replies
view all discussions