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

  • Associative Array as Table Variable

    Is it possible to create an Associative Array as a Table Variable and then use stored values in a column formula?   I have a number of related variables I would like to edit as part of an ongoing analysis.  These variables will then be used like a Match function in a column formula.   For example: Create table variable counts and set value to ["a" => 10, "b" => 3, "c" => 1].counts is then referenc...

    robot robot
    Discussions |
    Aug 15, 2025 9:24 AM
    461 views | 3 replies
  • How do I append a literal digit (e.g., "0") after a regex capture group in JMP?

      I'm using regular expressions in JMP Recode's "Replace String" function to transform strings like "en127" into "1270".  My approach is to capture the two digits using:   Find: en(\d+) But when I try to use:   Replace: \10 …it is interpreted as a reference to group 10, not group 1 followed by a literal "0".   Is there a way in JMP to append a literal "0" (or any literal digit) after a capture...

    BHarris BHarris
    Discussions |
    Aug 15, 2025 8:32 AM
    588 views | 4 replies
  • Protecting scripts as corporate IP and logging script usage

    Hi all, I would like to know what others are doing to protect their scripts as corporate IP, and whether groups are logging script usage. Script logging is good to see which are our most broadly used scripts and we can target efforts accordingly.   Our present method is to log encrypted script usage to a network drive, which requires that a user is already authenticated on the network. If the JMP ...

    mikedriscoll mikedriscoll
    Discussions |
    Aug 15, 2025 8:22 AM
    385 views | 2 replies
  • Why doesn't the "Close selected windows" part of this JSL code work?

    This code selects windows and exports to a combined PDF report for easy printing/sharing. I want the option of closing the selected reports when the extract is done, but I can't get the closure to work - here is the most recent attempt (NB everything works OK and there are no errors) - Closing code is in section 5. I'm using JMP18.1.2

    // ===== BEGIN: Select windows and export a single combined PDF...

    NeillSM NeillSM
    Discussions |
    Aug 15, 2025 4:02 AM
    240 views | 1 replies
  • Custom local filter sort order

    Hi - I'm graphing some data using the Group X and would like to change the order to be custom and not alphabetical, i.e. not A,B,C D,E but B,A,D,C,E. Is there a way to do this? Below is a fake example. Relatively new to JMP. Thanks!  

    EnzyEng EnzyEng
    Discussions |
    Aug 14, 2025 10:37 AM
    428 views | 4 replies

Latest Discussions

  • Protecting scripts as corporate IP and logging script usage

    Hi all, I would like to know what others are doing to protect their scripts as corporate IP, and whether groups are logging script usage. Script logging is good to see which are our most broadly used scripts and we can target efforts accordingly.   Our present method is to log encrypted script usage to a network drive, which requires that a user is already authenticated on the network. If the JMP ...

    mikedriscoll mikedriscoll
    Discussions |
    Aug 15, 2025 8:22 AM
    385 views | 2 replies
  • Why doesn't the "Close selected windows" part of this JSL code work?

    This code selects windows and exports to a combined PDF report for easy printing/sharing. I want the option of closing the selected reports when the extract is done, but I can't get the closure to work - here is the most recent attempt (NB everything works OK and there are no errors) - Closing code is in section 5. I'm using JMP18.1.2

    // ===== BEGIN: Select windows and export a single combined PDF...

    NeillSM NeillSM
    Discussions |
    Aug 15, 2025 4:02 AM
    240 views | 1 replies
  • use specific marker in Graph Builder?

    I have encountered an issue in JMP when plotting multiple levels of information in one plot. For example, the colour in the top graph is defined by age, while the colour in the bottom graph is defined by sex.
    By default, JMP uses the same marker type for all plots. This makes it difficult for the human eye to interpret the information in the legend and in the plot ('Is the purple dot 15 or F?'); e...

    hogi hogi
    Discussions |
    Aug 14, 2025 10:18 AM
    783 views | 9 replies
  • How do I process DoE sensory data with ordinal responses

    Hello everyone !    I am reaching out because I am having trouble processing data from a DoE. I generated an optimal design to study the infleunce of formualtion parameters on a food product. 9 judges tasted the products by comaparing them to a reference product and evaluated them on several sensory descriptors as follow :  -3 = much less than reference, -2 = less than ref, -1=a bit less than ref,...

    Meli1 Meli1
    Discussions |
    Aug 14, 2025 6:07 AM
    1053 views | 9 replies
  • JMP script for average column

    I've a VERY novice JMP script writer trying to write a command to average a set of columns into a new column with the averages.  This is equivalent to highlighting the columns, then selecting New Formula Column > Combine > Average.  However, I can't find anything in the script library or online that lets me do this.  Anyone have any suggestions? To add an additional complication, I want the script...

    hsjoyner hsjoyner
    Discussions |
    Aug 13, 2025 2:38 PM
    3336 views | 6 replies

Latest Discussions

view all discussions