cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How can increase the functionality of the JSL script editor?

    1, in this script range, automatically highlight other content that is the same as the selected content;
    2. How do I change the background color of the selected content when the script editor is in dark mode?   Thanks!

    lala lala
    Discussions |
    May 4, 2025 12:12 AM
    4529 views | 11 replies
  • Using Hex values for the Y-Axis Labels

    In JMP 18, I have a set of data grouped by category.  The X-Axis holds the category (character) and the Y-Axis is the value in hexadecimal. I have three columns of the data: 1) original value as hex       - character nominal       - :mv         - eg. 0x066F 2) :mv converted to a decimal number        - continuous number format        - :mv_number        - eg 1647 3) :mv_number converted back to he...

    steidley steidley
    Discussions |
    May 3, 2025 8:30 AM
    3735 views | 6 replies
  • Get distinct entries from a list?

    is there a simple way to obtain the distinct entries in a list? (similar to summary of a table by grouping column in order to get distinct entries in that column)
    The result could be either a reduced list containing only the distinct entries (repeated ones removed) or just a number showing the amount of different entries.
    Before writing a script I would like to check if there is a simple way / funct...

    katharina_l katharina_l
    Discussions |
    May 3, 2025 8:15 AM
    8190 views | 14 replies
  • Add Counter for Unique Cases in Groups

    Hi all,  How can I write an integer value counter to increment unique values in column B within group A, to do this? Here is what I have tried so far:   dt_Table1 = Data Table("Table1"); dt_Table1 << New Column("Dataset", Numeric, "Nominal", Set Selected); Sum1 = dt_Table1 << Summary(Group(:Group, :Date)); Sum2 = Sum1 << Summary(Group(:Group)); :N Rows << Set Name("N Datasets in Group"); dt_Tab...

    StumptownSlash StumptownSlash
    Discussions |
    May 3, 2025 8:01 AM
    7781 views | 11 replies
  • count(distinct val)

    Hello All,Any function in  Jmp similar to count distinct in sql?Examples:How can I obtain the values of count distinct subjectsid in a new column in these tables with functions?ThanksTABLA 1                subjectid             count distinct subjectida                                              5b                                             5c                                              5a    ...

    unbbmas unbbmas
    Discussions |
    May 3, 2025 7:55 AM
    28270 views | 10 replies

Latest Discussions

  • How can increase the functionality of the JSL script editor?

    1, in this script range, automatically highlight other content that is the same as the selected content;
    2. How do I change the background color of the selected content when the script editor is in dark mode?   Thanks!

    lala lala
    Discussions |
    May 4, 2025 12:12 AM
    4529 views | 11 replies
  • Using Hex values for the Y-Axis Labels

    In JMP 18, I have a set of data grouped by category.  The X-Axis holds the category (character) and the Y-Axis is the value in hexadecimal. I have three columns of the data: 1) original value as hex       - character nominal       - :mv         - eg. 0x066F 2) :mv converted to a decimal number        - continuous number format        - :mv_number        - eg 1647 3) :mv_number converted back to he...

    steidley steidley
    Discussions |
    May 3, 2025 8:30 AM
    3735 views | 6 replies
  • Add Counter for Unique Cases in Groups

    Hi all,  How can I write an integer value counter to increment unique values in column B within group A, to do this? Here is what I have tried so far:   dt_Table1 = Data Table("Table1"); dt_Table1 << New Column("Dataset", Numeric, "Nominal", Set Selected); Sum1 = dt_Table1 << Summary(Group(:Group, :Date)); Sum2 = Sum1 << Summary(Group(:Group)); :N Rows << Set Name("N Datasets in Group"); dt_Tab...

    StumptownSlash StumptownSlash
    Discussions |
    May 3, 2025 8:01 AM
    7781 views | 11 replies
  • Extract words from String Column

    How do I create an Output1 column to extract all the words starting with "_D" from a column called String1?    String1                                      Output1 PRD_D30405_v1                     D30405 PRD_MH1_D4375                   D4375 FET-D3245_v2_D43453          D43453 BDT_33tr-ge_DT3746_v2       DT3746

    cchueng cchueng
    Discussions |
    May 2, 2025 9:56 PM
    1376 views | 2 replies
  • Run Program on Mac for unix "which" command

    I'm trying to use the Run Program() command to execute the unix command "/usr/bin/which -a Python3".  I'm still learning so sorry if the answer seems obvious.  For the record, I'm running JMP Pro 17.2 on MacOS Sonoma 14.7.1.  The Mac thing is important to note, as there seem to be some subtle syntax differences from PCs.    Attempt 1 (just confirming Run Program works): RP = Run Program( Executab...

    nikles nikles
    Discussions |
    May 2, 2025 2:53 PM
    3096 views | 4 replies

Latest Discussions

view all discussions