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

  • Count the Most Frequently Occurring Item in a Column

    I want to readily identify the item that most frequently occurs by row count in a JMP column.  I can easily determine the unique entries, how best can I get a count from there?   dt = Current Data Table(); summarize( lotz = by(:LOT));    

    SpannerHead SpannerHead
    Discussions |
    Apr 24, 2025 2:46 PM
    2053 views | 9 replies
  • WINDOWS > JMP 17.2 > Scripting > Ordered Differences Report Capture as a Matrix > HELP

    Hi JMP Community,   I am working on an automation script to analyze a large dataset. I want to capture the Ordered Differences Report for many variables.  To speed up the analysis, I traditionally capture the output of the analysis platform using matrices. However, for this particular application, the order of the output (rows) depends on the test results (see below). Hence, the order of the comp...

    Thierry_S Thierry_S
    Discussions |
    Apr 24, 2025 12:22 PM
    633 views | 1 replies
  • How to make a formula that can take in a variable number of input columns?

    Hey everyone, I have a script I made to center a data column by a grouping column: Right now it only respects one centered by column but I'd like to be able to put in multiple columns.  Any guidance on how to make the formula more dynamic?  Currently I just use this to start a new column then go in and manually add the addition columns to center by.   Names Default To Here( 1 ); dt = current data...

    shampton82 shampton82
    Discussions |
    Apr 23, 2025 9:08 PM
    1478 views | 6 replies
  • Handling two different Excel header formats

    Hi everyone,   I'm working on a JSL script in JMP to automate the import of BOM (Bill of Materials) Excel files. These files come from different sources and unfortunately don't follow a consistent format.   I’m dealing with two specific formats: - Format 1: headers are on row 5, data starts on row 6 - Format 2: headers are on row 6, data starts on row 7   Right now, my script is hardcoded to use F...

    Yass Yass
    Discussions |
    Apr 23, 2025 7:49 AM
    2914 views | 4 replies
  • Modify the default Settings to make the selected graphic lines in the image generator thicker

    Thanks! dt=Open("$SAMPLE_DATA/Big Class.jmp"); Graph Builder( Show Control Panel(0), Variables(X(:height), Y(:weight), Overlay(:sex)), Elements(Points(X, Y, Legend(1)), Smoother(X, Y, Legend(2))), SendToReport( Dispatch({}, "Graph Builder", FrameBox, {MarkerSize(2), Marker Drawing Mode("Normal")} ) ) );

    lala lala
    Discussions |
    Apr 23, 2025 7:42 AM
    1145 views | 5 replies

Latest Discussions

  • 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
    1534 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
    520 views | 1 replies
  • How to query a large data table based on a column level and return columns whose name contains that level?

    We want to build a quality monitoring application to deploy across dozens of production facilities (eventually publish to JMP Live).   For each facility, we have a very tall & wide data table (let's call it dtBigBoy, <1000 cols, 10k-100k rows) that is refreshed from a process data historian which cannot be queried directly (we get all the data between start/stop timestamps and concatenate the fres...

    markschahl markschahl
    Discussions |
    Apr 17, 2025 3:02 AM
    1294 views | 5 replies
  • JMP15

     Can I still get a license for JMP 15 (Windows 7 machine)?

    deano1932 deano1932
    Discussions |
    Apr 15, 2025 7:35 AM
    543 views | 1 replies
  • Summary Table For Earliest Test

    I'm creating a summary table for some data whereby a group of wafers were tested more than once.  The data is messy regarding which test iteration a particular parameter was measured.  I want the ultimate table to record only the earliest instance of the test for each wafer/die.  I have a retest iteration column in the table I can use as a subgroup on the table but I don't know how to use that to ...

    SpannerHead SpannerHead
    Discussions |
    Apr 14, 2025 4:08 PM
    1134 views | 4 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
    561 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
    621 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
    614 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
    497 views | 0 replies
view all discussions