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

  • How to iterate over list of associative arrays grouped by a specific key values?

    Let's say I have a list of associative arrays.I want to iterate over this list by groups. First by category, then, in a nested loop, by subcategory.aalist = { [ "Category" => "A", "Subcategory" => "aa", "Value" => "123" ] , [ "Category" => "A", "Subcategory" => "aa", "Value" => "124" ] , [ "Category" => "A", "Subcategory" => "bb", "Value" => "125" ] , [ "Category" =...

    miguello miguello
    Discussions |
    Dec 27, 2024 10:55 PM
    1232 views | 2 replies
  • Connecting and listen to a socket

    Hi, I'm Jmp 17 user.I have a python script that is a server that keep sending short messages every 3 sec. I'm trying to connect and receive these numbers in jmp. I used this HTTP Request example  as reference, but the callbackfn never get called.  callbackfn = function( {x},  write ("Message Recieved"); ); //Create a socket con = Socket(); //Use a specific port on this computer con << Bind( "loc...

    Vertigo42 Vertigo42
    Discussions |
    Dec 26, 2024 12:35 AM
    954 views | 2 replies
  • 変数に格納されたリストを、Control Chart BuilderのYの列に読み込む複数のカラム名として定義したい。

    表題を実現するJSLスクリプトの書き方を考えています。使用するJMPのバージョンは18を利用しています。 dt02=current data table(); //列名を変数に columnNames = dt02 << Get Column Names; //3列目以降の列はすべてトレンドを確認するために必要 columnNames2={}; For( j = 3, j <= N Items( columnNames ), j++, Insert Into( columnNames2, Column( columnNames[j] ) ); ); //X-bar_and_S_chart作成 grp01=dt02<<Control Chart Builder( Variables( Subgroup( :lotno), Y( ...

    rice_ball rice_ball
    Discussions |
    Dec 25, 2024 2:00 PM
    1701 views | 4 replies
  • How to receive messages from windows using JSL of JMP software?

     My operating system is 64-bit Windows 10. Thanks Experts!

    GeneratingKappa GeneratingKappa
    Discussions |
    Dec 23, 2024 11:13 PM
    1989 views | 6 replies
  • How to hide\unhide GUI elements effectively?

    I have GUI that hides or unhides some elements depending on the selector.For now I have encapsulated all the elements that change in respective  If Box()'es, and change each on of them when ComboBox selector changes, like so:Names Default To Here( 1 ); modeSelectorOptions = {"Mode1", "Mode2"}; gui = V List Box( modeSelector = ComboBox(modeSelectorOptions, << Set Function( Function( {th...

    miguello miguello
    Discussions |
    Dec 20, 2024 10:13 PM
    1216 views | 2 replies

Latest Discussions

  • Connecting and listen to a socket

    Hi, I'm Jmp 17 user.I have a python script that is a server that keep sending short messages every 3 sec. I'm trying to connect and receive these numbers in jmp. I used this HTTP Request example  as reference, but the callbackfn never get called.  callbackfn = function( {x},  write ("Message Recieved"); ); //Create a socket con = Socket(); //Use a specific port on this computer con << Bind( "loc...

    Vertigo42 Vertigo42
    Discussions |
    Dec 26, 2024 12:35 AM
    954 views | 2 replies
  • How to receive messages from windows using JSL of JMP software?

     My operating system is 64-bit Windows 10. Thanks Experts!

    GeneratingKappa GeneratingKappa
    Discussions |
    Dec 23, 2024 11:13 PM
    1989 views | 6 replies
  • how to reference a Transform Column?

    When I generate a Transform Column by sending Transform Column to a data table, I get the a reference to the Column as a return value. When I generate a Transform Column by sending Transform Column to a GraphBuilder Object, I get a refernce to a Graph Builder as a return value - no reference to the column :( So asking this "Column" col2 for it's name doesn't work. Where can I find more information...

    hogi hogi
    Discussions |
    Dec 20, 2024 7:40 AM
    2598 views | 5 replies
  • Oops - I lost my data ...

    Remember, you must not ....

    create a virtual link with a wrong table reference (fixed <= v18.2.2)create a summary table with a compact column  (fixed <= v18.2.2)   It makes your data table non-accessible!


    [More Topic Containers like this]

    hogi hogi
    Discussions |
    Dec 19, 2024 4:15 AM
    4380 views | 12 replies
  • Memory Issues after joining tables

    Hello All,

    Very frustrating issue here. I perform a join of two tables. Both tables are small, about 9-10 rows and 40 columns. The join completes successfully with this code.

    dt_join = dt1 << (With(dt2), Merge Same Name Columns, By Matching Columns(:col1 = :col1, :col2=:col2), Include Nonmatches(1,1), Preserve main table order(1));If I run any code after that there are no issues. My total memory wit...

    AdditiveRange10 AdditiveRange10
    Discussions |
    Dec 18, 2024 11:15 AM
    848 views | 2 replies

Latest Discussions

  • help to get R squared predicted

    Hello!I installed a script from a community response regarding the calculation of R²pred, as shown in the image below (I'm using JMP 18 pro): (link da resposta do @erich_gundlach https://community.jmp.com/t5/JMP-Add-Ins/Predicted-R-square-calculator/ta-p/39927)  In PRESS, R²pred didn't appear. (Press is low because I haven't reduced the model yet, don't worry =))  I really need to show these R²pre...

    ivanpicchi ivanpicchi
    Discussions |
    Dec 4, 2024 10:21 AM
    661 views | 0 replies
  • Black Full Screen Issue in JMP During Startup

    Hi everyone, Black Full screen problems are preventing me from using JMP. Every time I launch the software, the screen turns completely black, and I can’t interact with any of the menus or features. I have already tried reinstalling JMP, updating my display drivers, and ensuring my system meets the requirements, but nothing seems to resolve the issue.Iam currently using JMP version 16 on Windows 1...

    romromillys romromillys
    Discussions |
    Nov 28, 2024 11:26 PM
    578 views | 0 replies
  • Script to highlight a cell in a report

    hello everyone....   I am performing contingency reports across a number of categorical X's towards a given Y (categorical) - where I like to highlight contingency table cells (from output report) based on conditions :    e.g. highlight if  count >=12 Cell Chi Square >=3.0  Would like to highlight the cell w/ some color (font color can also work, highlight is better) if it satisfies the given cond...

    altug_bayram altug_bayram
    Discussions |
    Nov 22, 2024 8:33 AM
    596 views | 0 replies
  • column and table selection

    The new Messages in Workflow Builder are great.
    Is there a possibility to pick a column from he current data table - or an open table?

     

    hogi hogi
    Discussions |
    Nov 7, 2024 10:31 AM
    483 views | 0 replies
  • Error add-in manager :AddinID == selectionID

    I am taking the above error once i click to build currently selected add-in button at the add-in manager.  Error Message: {"Send Expects Scriptable Object"(1, {23}, 2, "Send", here:addinTable << /*###*/get rows where(:AddinID == selectionID) /*###*/)} Error: Send Expects Scriptable Object 1 time(s). Data Table Indices: 23 Type: Error Function Name: Send Function being executed: here:addinTab...

    Georgios_Tsim Georgios_Tsim
    Discussions |
    Oct 29, 2024 6:41 AM
    676 views | 0 replies
view all discussions