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

  • Subset window of variability chart's by tree structure into subsetted window in JSL

    Hi all,  I am running into an issue with my script after I created a dynamic variability chart of approximately 30 charts but want to subset a small amount into another window but am unable to do so. For company policy I can't post the code but have used an example of what I am trying to do using JMP Sample Data as seen below.dt = Open("C:\Program Files\SAS\JMP\17\Samples\Data\Quality Control\Brac...

    neelsrejan neelsrejan
    Discussions |
    Jun 5, 2024 12:38 AM
    1169 views | 2 replies
  • journal defaults

    How can I change the default settings of journals so that the boxes of an outline (outline boxes and other text, list, data filter, etc...boxes) default to horizontal positioning? Right now, when I build an outline the boxes position vertically and build sequentially from left to right, instead of positioning 'flat' and building 'top-down' like layers of a cake. To change this, I'm having to go in...

    zacatlan zacatlan
    Discussions |
    Jun 4, 2024 6:14 AM
    2926 views | 8 replies
  • How to pass columns as arguments for a function

    I'm trying to create a function that creates a new column and sets a formula:  my_function = Function( {name, col1, col2}, dt << New Column( name, Character); Column(dt,name) << Set Formula( If( :col1 == "Positive" & :col2 == "TRUE", "True Positive", If( :col1 == "Negative" & :col2== "TRUE", "False Positive", If( :col1 == "Negative" & :col2 == "FALSE", "True Negative", ...

    Agustin Agustin
    Discussions |
    Jun 4, 2024 4:09 AM
    1789 views | 4 replies
  • How do I get the setting for Dec in "Fixed Dec" format in Axis Column Property??

    I need to get the setting for Dec in "Fixed Dec" format in Axis Column property. I can get similar setting, e.g. Max, Min etc by running "get property("Axis")", but cannot get the Dec number. Here is one example of the Axis property info. In this case, I need to get "0", but only "Fixed Dec" is seen, not "5" & "0". Probably we can get it as we like by having proper "character function" like Substr...

    WakuWakuGoku WakuWakuGoku
    Discussions |
    Jun 3, 2024 6:35 AM
    1782 views | 3 replies
  • DOE Response and Factor Entry using datatable

    Hello guys,  I have recently started to use DOE platform in JMP. is there any way to create response variable from datatable or use copy paste type of any kind. i have 40-50 response variable it feels tedious to type response name forrow wise. can we create this using datatable or any alternative?

    ComplexNerd ComplexNerd
    Discussions |
    Jun 3, 2024 6:30 AM
    1255 views | 1 replies

Latest Discussions

  • JMP 17

    Hello,I recently upgraded to JMP 17, and I'm encountering a strange issue. When I open the data table window on the full screen, the script JSL window also opens on the full screen. Additionally, when I minimize the script JSL window, the data table window is also minimized. How can I fix this and keep the windows at different sizes?

    Dennisbur Dennisbur
    Discussions |
    May 30, 2024 8:59 AM
    1644 views | 3 replies
  • Extract Max number from a column and feed it to a for loop in the same jsl script

    My JSL script has 3 parts. In the first part, I am creating a numeric column (Column A) with 100 rows filled with random integers between 50-1000.In the 2nd part, I am extracting the max number in Column A and storing it to a variable i.In the 3rd part, I am using i to create a for loop that creates i number of new columns in the same table. How can I do this? It seems I can store the data in i bu...

    AsymptoticCos AsymptoticCos
    Discussions |
    May 29, 2024 12:23 PM
    3020 views | 8 replies
  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    789 views | 0 replies
  • SVEM: ¿Neural network or Lasso?

    I am conducting a prediction model study with DoE mixtures (3 components) and a process factor and a response variable (quantitative). I am going to apply SVEM, but I have a question, what does it depend on when using Neural Networks or Lasso? Thank you for your answers.

    CrhistianDoE CrhistianDoE
    Discussions |
    May 25, 2024 2:27 AM
    1622 views | 1 replies
  • JSL Script using Python not working anymore in JMP 18

     We are in the process of porting our toolchain into JMP 18. Since many of the JMP python calls have been deprecated/changed in JMP 18 and we are using elements of python, I'm trying to troubleshoot some scripts of ours that are working fine in JMP 17 but are throwing errors when I run them on JMP18.The problem solving in the forum here is a bit difficult since I cannot share the exact content of ...

    Feli Feli
    Discussions |
    May 23, 2024 6:53 AM
    1556 views | 2 replies

Latest Discussions

  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    789 views | 0 replies
  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    721 views | 0 replies
  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    712 views | 0 replies
  • Error during stemming in text explorer: Inconsistent Recodes in access or evaluation of 'List'

    Hello Community! I'm trying to recode the stemming in text explorer based on a fixed dictionary of words and I'm getting this error "Inconsistent Recodes in access or evaluation of List". This is my code: obj = dt << Text Explorer( Text Columns( :col1) ); obj << Stemming("Stem for Combining"); obj << Add Recodes( {{"attractive", "Attract"},{"unattractive", "Attract"},{"attract", "Attract"},{"ugl...

    sm3001 sm3001
    Discussions |
    Mar 21, 2024 12:49 AM
    935 views | 0 replies
  • DataTable Prompt in application builder on module load

    Hello guys, I have applciation builder with multiple modules. one of the module only contains column list which requires selection of datatable. How to make jmp prompt to select datatable only when that module loads.By default it prompts when the application loads  Kindly guide. Thanks in advance

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 3:54 AM
    666 views | 0 replies
view all discussions