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

  • Do Map Shape data tables have to be locally saved files?

    It seems that the -Name and -XY data tables for map shapes have to be saved as local files.   Is there any way to use data tables that are currently opened in JMP but not saved locally? I have tried but can't make it work.   It would be useful to have this functionality if (for example) a user is pulling shape map files from a database (say from table with multiple different wafer map shape files ...

    matth1 matth1
    Discussions |
    Apr 25, 2025 5:23 AM
    630 views | 1 replies
  • Exploring Keyword Search Methods for Tree Box Items

    I hope to be able to search the contents of the Tree box. In the List box's state as shown in the JSL, it is easy to perform a keyword search. However, it's not as straightforward with the Tree box. Could you please let me know what methods can be used to implement keyword searching for items in the Tree box? dt=New Table( "Food Tree", Add Rows( 8 ), New Column( "Name", Character, "Nominal",...

    BabyDoragon BabyDoragon
    Discussions |
    Apr 25, 2025 2:40 AM
    749 views | 2 replies
  • Set random seed of function Random Shuffle

    Hello   I'm using the Random Shuffle function, but I'd like to set the random seed so that I can reproduce certain results. The random seed function alone doesn't seem to apply, so how do I go about it?   Names Default To Here( 1 ); Random Seed( 123 ); // Fix random seed exA = [1 2 6, 3 5 8]; Random Shuffle( exA );

    SophieCuvillier SophieCuvillier
    Discussions |
    Apr 25, 2025 2:16 AM
    857 views | 2 replies
  • Make Filter Change Handler for Dashboard

    Hi, I have a dashboard with local data filter and a number of graph builder charts in tab page boxes. I would like to resize the frameboxes in some of the charts when the local data filter selection is changed. I have tried using the code below, but it gives an error: "The OwnerBox was deleted before the message << could be sent because the Graph Builder needed to recalculate first". Can anyone s...

    anna_717 anna_717
    Discussions |
    Apr 25, 2025 12:22 AM
    1133 views | 5 replies
  • Regular Expression to find and replace a string in a formula

    Hi everyone,   I try to replace one specific part As Constant( t Quantile( 1 - 0.1 / 2,  in every selected column formula by Random t((.  However, I fail in the regex part. I think it could have to do with escaping the brackets. I tried with \!\ but also failed here... Could someone debug my code below?     // Select some columns dt = currentdatatable(); dt << Get Selected Columns; //'fix' each...

    Marco_ Marco_
    Discussions |
    Apr 24, 2025 8:20 PM
    826 views | 2 replies

Latest Discussions

  • Do Map Shape data tables have to be locally saved files?

    It seems that the -Name and -XY data tables for map shapes have to be saved as local files.   Is there any way to use data tables that are currently opened in JMP but not saved locally? I have tried but can't make it work.   It would be useful to have this functionality if (for example) a user is pulling shape map files from a database (say from table with multiple different wafer map shape files ...

    matth1 matth1
    Discussions |
    Apr 25, 2025 5:23 AM
    630 views | 1 replies
  • Exploring Keyword Search Methods for Tree Box Items

    I hope to be able to search the contents of the Tree box. In the List box's state as shown in the JSL, it is easy to perform a keyword search. However, it's not as straightforward with the Tree box. Could you please let me know what methods can be used to implement keyword searching for items in the Tree box? dt=New Table( "Food Tree", Add Rows( 8 ), New Column( "Name", Character, "Nominal",...

    BabyDoragon BabyDoragon
    Discussions |
    Apr 25, 2025 2:40 AM
    749 views | 2 replies
  • Make Filter Change Handler for Dashboard

    Hi, I have a dashboard with local data filter and a number of graph builder charts in tab page boxes. I would like to resize the frameboxes in some of the charts when the local data filter selection is changed. I have tried using the code below, but it gives an error: "The OwnerBox was deleted before the message << could be sent because the Graph Builder needed to recalculate first". Can anyone s...

    anna_717 anna_717
    Discussions |
    Apr 25, 2025 12:22 AM
    1133 views | 5 replies
  • Fit some models: how can i run and save all fits to the datatable?

    in JMP 17: I have completed a dsd with many outputs (over 100 outputs).  I can use fit definitive screening to open an interface and enter all the inputs, all the outputs and it proceeds to fit a model for each output.  What i want to do now is "Run Model" (for each model) and then "Save script to datatable" (for each fit model).  How would i write a script to do this?  chatgpt suggests the follow...

    rk3 rk3
    Discussions |
    Apr 18, 2025 10:02 AM
    1532 views | 3 replies
  • Is it possible to select multiple options in a tree box by mouse dragging like listbox?

    In the tree box, when the Multiselect setting is set to 1, it allows multiple selections of options in the tree box (as shown in the JSL Script). However, unlike the list box, in this case, multiple selections are made while holding down the Ctrl key. Is there a way to select multiple items like in a list box, not only by holding the Ctrl key but also by dragging the left mouse button to select mu...

    BabyDoragon BabyDoragon
    Discussions |
    Apr 17, 2025 11:52 PM
    518 views | 1 replies

Latest Discussions

  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    560 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    585 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    620 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    611 views | 0 replies
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    494 views | 0 replies
view all discussions