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

  • Best practices for error handling with Include() calls in large JSL projects?

    I'm working on a large JSL project that uses many Include() calls to organize the code. I've run into an issue where if one of the included scripts fails, the main script continues executing, which can lead to cascading errors or unexpected behavior. Currently, I'm considering restructuring my includes to only contain function definitions rather than executable code. The idea is that if an include...

    shuey shuey
    Discussions |
    Jan 12, 2026 1:31 AM
    12 views | 0 replies
  • How to run program with whitespaces in path

    Dear community, I want to zip files in current directory on win10 with JMP, so I use run program() and cmd or powershell.  But with onedrive there are whitspaces in my path, how can I get it working? Have found: https://community.jmp.com/t5/Discussions/Open-file-in-excel-with-whitespace-in-filename/m-p/911999?search-action-id=96030372702&search-result-uid=911999 in usergroup, but didn't help me. T...

    Georg Georg
    Discussions |
    Jan 12, 2026 12:18 AM
    33 views | 1 replies
  • How to achieve the effect of the cursor pointing to the displayed content on a web page using JSL in JMP?

    Thanks Experts!


    http://worldmap.ifnews.com/chinamap/china/fmap h = [=>]; h["User-Agent"] = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"; h["Accept"] = "application/json, text/javascript, */*; q=0.01"; h["Referer"] = "http://worldmap.ifnews.com/chinamap/china/fmap"; h["X-Requested-With"] = "XMLHttpRequest"; u = "http://worldmap.if...

    lala lala
    Discussions |
    Jan 10, 2026 4:28 AM
    109 views | 6 replies
  • Dynamic Constrained Minimize equation in JSL Based on Equation Variables

    I am using Constrained Minimize() in JSL and would like to build both the objective function and the constraint set dynamically, based on which variables appear in the objective equation. In simple cases, I can hard-code everything, for example:     R_nom = 0.1; L_nom = 0.5; S_nom = 48.2; B_nom = 0.05; R_eq = 0.1; L_eq = 0.5; S_eq = 48.2; B_eq = 0.05; R_sd = :sd_R; L_sd = :sd_L; S_sd = :sd_S; B_sd...

    Soeren_K Soeren_K
    Discussions |
    Jan 9, 2026 2:03 AM
    38 views | 1 replies
  • Last column,Col Value(NCol()-1)

    I have data tables where the number of columns vary, but the last column in each table holds information such as "PASS" and "FAIL" where I want to create a new column in each table where if it is PASS then replace with numeric 1, and Fail numeric 0 with an IF statement.  I tried New column with formula Col Value(NCol()-1) and it does not work.   If I replace with a hard coded column value e.g., Co...

    justvince justvince
    Discussions |
    Jan 7, 2026 10:10 PM
    114 views | 5 replies

Latest Discussions

  • Best practices for error handling with Include() calls in large JSL projects?

    I'm working on a large JSL project that uses many Include() calls to organize the code. I've run into an issue where if one of the included scripts fails, the main script continues executing, which can lead to cascading errors or unexpected behavior. Currently, I'm considering restructuring my includes to only contain function definitions rather than executable code. The idea is that if an include...

    shuey shuey
    Discussions |
    Jan 12, 2026 1:31 AM
    12 views | 0 replies
  • How to run program with whitespaces in path

    Dear community, I want to zip files in current directory on win10 with JMP, so I use run program() and cmd or powershell.  But with onedrive there are whitspaces in my path, how can I get it working? Have found: https://community.jmp.com/t5/Discussions/Open-file-in-excel-with-whitespace-in-filename/m-p/911999?search-action-id=96030372702&search-result-uid=911999 in usergroup, but didn't help me. T...

    Georg Georg
    Discussions |
    Jan 12, 2026 12:18 AM
    33 views | 1 replies
  • How to achieve the effect of the cursor pointing to the displayed content on a web page using JSL in JMP?

    Thanks Experts!


    http://worldmap.ifnews.com/chinamap/china/fmap h = [=>]; h["User-Agent"] = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"; h["Accept"] = "application/json, text/javascript, */*; q=0.01"; h["Referer"] = "http://worldmap.ifnews.com/chinamap/china/fmap"; h["X-Requested-With"] = "XMLHttpRequest"; u = "http://worldmap.if...

    lala lala
    Discussions |
    Jan 10, 2026 4:28 AM
    109 views | 6 replies
  • Dynamic Constrained Minimize equation in JSL Based on Equation Variables

    I am using Constrained Minimize() in JSL and would like to build both the objective function and the constraint set dynamically, based on which variables appear in the objective equation. In simple cases, I can hard-code everything, for example:     R_nom = 0.1; L_nom = 0.5; S_nom = 48.2; B_nom = 0.05; R_eq = 0.1; L_eq = 0.5; S_eq = 48.2; B_eq = 0.05; R_sd = :sd_R; L_sd = :sd_L; S_sd = :sd_S; B_sd...

    Soeren_K Soeren_K
    Discussions |
    Jan 9, 2026 2:03 AM
    38 views | 1 replies
  • Last column,Col Value(NCol()-1)

    I have data tables where the number of columns vary, but the last column in each table holds information such as "PASS" and "FAIL" where I want to create a new column in each table where if it is PASS then replace with numeric 1, and Fail numeric 0 with an IF statement.  I tried New column with formula Col Value(NCol()-1) and it does not work.   If I replace with a hard coded column value e.g., Co...

    justvince justvince
    Discussions |
    Jan 7, 2026 10:10 PM
    114 views | 5 replies

Latest Discussions

  • Best practices for error handling with Include() calls in large JSL projects?

    I'm working on a large JSL project that uses many Include() calls to organize the code. I've run into an issue where if one of the included scripts fails, the main script continues executing, which can lead to cascading errors or unexpected behavior. Currently, I'm considering restructuring my includes to only contain function definitions rather than executable code. The idea is that if an include...

    shuey shuey
    Discussions |
    Jan 12, 2026 1:31 AM
    12 views | 0 replies
  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    414 views | 0 replies
  • Make customizing the toolbar a breeze.

    Just modify this file directly. As long as you prepare your own ICONS in advance, you can instantly usercust.jmpcust create your own personal toolbars in batches. Make scripts ubiquitous.

    lala lala
    Discussions |
    Nov 13, 2025 6:39 AM
    219 views | 0 replies
  • Python and Formula Columns

    Formula Column are very restrictive.
    If the entries of a JMP column are defined by a column formula , there is no possibility to change individual entries, neither manually nor via JSL:   dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << new column("row", Formula(row())) << run formulas; :row << suppress eval; Try(:row[5]=7, Caption("change a cell of a formula column via JSL? doesn't work")); Wait(2...

    hogi hogi
    Discussions |
    Nov 6, 2025 3:08 AM
    214 views | 0 replies
  • Windows 11 > JMP 17.2 > Fit Model > Contrasts > How to Build a Contrast Matrix with More Columns than Conditions?

    Hi JMP Community, When building contrasts in a Regular Least Squares Fit Model analysis, the number of columns (i.e., discrete contrasts) is limited to the number of conditions (i.e., number of items produced by the combinations of all parameters). In many cases, I'd like to create more contrasts than conditions (i.e., comparisons of multiple pairs of factor combinations)  Example: VAR1 = A, B, C ...

    Thierry_S Thierry_S
    Discussions |
    Oct 30, 2025 9:04 AM
    199 views | 0 replies
view all discussions