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

  • Listbox on selection event?

    Hey,i am trying to build a very small UI component in JSL after not doing this for quite a number of years and i find my self struggling. I have a list of tables in a listbox, and i want to display a description of the table when it is selected in the listbox,
    Here is a minimal example:tables = {"Table1", "Table2"}; descriptions = {"This is the first table", "This is the second"}; showDescription ...

    DSA DSA
    Discussions |
    Feb 9, 2024 6:29 AM
    2486 views | 3 replies
  • How to dynamically update process screening or other objects.

    Hello again JMP community, Thanks a lot for taking your time and answer my previous question. The code that I run below (JMP pro 17.2) doesn't seem to work as intended. My goal is after I press the Redo button, the Process Screening changes from grouping by "lot_id" to grouping by "wafer". I guess that once I declare the PS variable it keeps all the initial settings and it is not possible to dynam...

    JmpNoobScripter JmpNoobScripter
    Discussions |
    Feb 9, 2024 5:02 AM
    1364 views | 1 replies
  • How to use Filter Change Handler to work with Page option in Graph Builder?

    Attached is an example data table. The script below tries to plot each parameter selected via the Local Data Filter in a new "Page" in Graph Builder. As it stands, the y-axis title is shown as "Median" every time a new "Parameter" is selected via the Local Data Filter.I would like the Parameter name to be the y-axis title when new a parameter gets selected and plotted on a new "Page".I tried using...

    Neo Neo
    Discussions |
    Feb 8, 2024 8:29 AM
    11619 views | 30 replies
  • Add Reference Lines to multiple Variability Charts in a Column Group

    I have many columns with spec limits saved to column properties. I am trying to add reference lines to multiple variability charts in a column group. My problem is I cant seem to add these lines without looping through and creating over 400 instances of a variability chart and adding them manually. This causes way to much memory to be used and slows down if not crashes JMP. The first reference lin...

    JMewborn JMewborn
    Discussions |
    Feb 8, 2024 7:43 AM
    1240 views | 1 replies
  • Objects reference in jmp scripts

    Hello JMP community, I have a question regarding objects reference in jmp scripts. The below code runs (JMP pro 17.2), but the process screening pops out in a different window, not in the Make_Win function, where the button is also placed. I know that if I would copy paste the PS = dt << Process Screening(...); part inside the V List Box then the behavior becomes as expected, but then the code bec...

    JmpNoobScripter JmpNoobScripter
    Discussions |
    Feb 8, 2024 4:17 AM
    1983 views | 2 replies

Latest Discussions

  • Add Reference Lines to multiple Variability Charts in a Column Group

    I have many columns with spec limits saved to column properties. I am trying to add reference lines to multiple variability charts in a column group. My problem is I cant seem to add these lines without looping through and creating over 400 instances of a variability chart and adding them manually. This causes way to much memory to be used and slows down if not crashes JMP. The first reference lin...

    JMewborn JMewborn
    Discussions |
    Feb 8, 2024 7:43 AM
    1240 views | 1 replies
  • Couleur dynamique

    Bonjour à tous,

    J’utilise le constructeur de graphique dans JMP.
    A partir des colonnes de ma base de données, je crée des mesures (indicateurs) directement dans le constructeur de graphique pour les afficher.

    Par exemple avec ma colonne A et ma colonne B, je crée la mesure avec la formule A-B.
    Cette mesure fait référence à un indicateur que je rajoute dans mon graphique juste en dessous du titre.

    Le pr...

    hcarr01 hcarr01
    Discussions |
    Feb 7, 2024 11:16 PM
    1487 views | 2 replies
  • Auto Annotate Plots

    I have created a script to take a spec document and apply spec limits and notes to a data file.  I was trying to come up with a way to automatically add the notes input as an annotation to the subsequent plots. I came up with this with a lot of help from the user community.  Wondering if there are obvious opportunities to make the script more flexible in terms of plot types that can auto annotate?...

    SpannerHead SpannerHead
    Discussions |
    Feb 6, 2024 10:50 AM
    1145 views | 1 replies
  • JMP import csv, shows as empty

    Hi team,  The table shows as empty when i choose to import through csv file. I saw couple posts before showing there is a issue with uploading with csv, just wondered if there is a workaround for this issue? Or do I have to upload through xlsx file?   ThanksJason

    OutputCivet4254 OutputCivet4254
    Discussions |
    Feb 5, 2024 2:14 PM
    999 views | 1 replies
  • Permutation test only producing one outcome

    I am trying to do a permutation test to see if a group of parameters are different based on exposure. For my columns I have "Tx", "Intercept" and "Intercept Shuffled". I then do a Y by X with y = "Intercept" and x = "Tx". Based on the jump permutation test guidelines (Example of a Permutation Test (jmp.com)), after running a one way ANOVA I am able to right click the F-statistic and select simulat...

    spiny11 spiny11
    Discussions |
    Feb 5, 2024 11:51 AM
    993 views | 1 replies

Latest Discussions

  • How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

     w = New Window("window", <<Journal, hlb = hlistbox() ); w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" ); w << SavePDF ( "C:\Users\blahblah.pdf");The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...

    mann mann
    Discussions |
    Jan 31, 2024 6:25 AM
    1092 views | 0 replies
  • GraphBuilder Legend hook

    There are many useful instances of being able to have a hook onto the selection state change of a legend for a chart / graph.  With the non graph-builder method of generating charts' and graphs' legends (using Row Legend()), this was quite simple as the display element was simply a Table Box() that can receive a Set Row Change Function() message.  The same cannot be done (to my knowledge) with Gra...

    ErraticAttack ErraticAttack
    Discussions |
    Jan 17, 2024 6:41 PM
    747 views | 0 replies
  • Copy Columns - selected rows

    Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s)  - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
    When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...

    hogi hogi
    Discussions |
    Jan 3, 2024 1:27 PM
    1228 views | 0 replies
  • Documentation for Promise/async http requests

    Hi, I was wondering if anyone knows of any documentation for Promise objects. So far I am finding fairly little in the scripting index or at https://www.jmp.com/support/help/en/17.2/index.shtml. I am currently working from the Send documentation, which gives an example and demonstrates that you can use `<< On Response` and `<< On Error`, but not what else, if anything you can do with a Promise obj...

    mat-ski mat-ski
    Discussions |
    Dec 22, 2023 9:45 AM
    837 views | 0 replies
  • Keyboard shortcuts

    [More Topic Containers like this] Jmp Help/Keyboard Shortcuts   assign new Keyboard ShortcutsAssigning-keyboard-shortcuts-for-frequently-used-options comment/uncomment blocks of code (international keyboard)A shortcut can be set in the menu customization Editoradd  keyboard shortcuts for your own functionsadd them to the main menu/ to a toolbar and assign a shortcutadd keyboard shortcuts for "open...

    hogi hogi
    Discussions |
    Nov 26, 2023 1:38 AM
    1134 views | 0 replies
view all discussions