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

  • Some Functions change their internal name with the language

    Hi FYI.

    JMP can be used with different language settings.When a user changes the language, in general a command  keeps its "internal name"- and the title is displayed in the other language: e.g.
    internal name: DATA FILTERTitle: Datenfilter But there are some exceptions - like the local data filter in the Report toolbar *)Internal name (german setting) : LOKALER DATENFILTERTitle: Lokaler Datenfilter 

    hogi hogi
    Discussions |
    Nov 12, 2024 7:41 AM
    1234 views | 1 replies
  • Column (i) << Data Type(Numeric) returns error message

    For years, I have a script that I use about 1x a week. Strangely enough, today, it suddenly returned an error message:   Argument to Type in access or evaluation of ‘Data Type’, Data Type Numeric ) /*###*/ For(i = 18, i < 103, i = i + 2, Column(i) << Data Type(Numeric) ); I think it's just last week that I've updated to JMP v17.2. Is there a change in the new version? Needless to say, that in the...

    Monomorphist Monomorphist
    Discussions |
    Nov 12, 2024 2:18 AM
    3855 views | 12 replies
  • Set the correct scale of a graph

    Hi Community!

    I have a script in which i create many distributions and then i print the Lower and Upper TI lines on the histograms. The problem is that sometimes the Lower and Upper TI are outside of the visualized region and i need to manually change the scale of every graph. On the opposite, i tried to store in variables the Lower and Upper TI values and to use them to set the scale of the histog...

    ConstructHorse2 ConstructHorse2
    Discussions |
    Nov 11, 2024 11:31 PM
    2152 views | 5 replies
  • How to interchange columns using JSL?

    Hi all, I have a CSV file that is being used in JMP. However, I need to interchange columns 1 & 2 with Columns 7 & 8. How to do it using JSL. It looks something like this:  Original File123456789 Interchanged columns783456129

    UserID16644 UserID16644
    Discussions |
    Nov 11, 2024 6:27 PM
    1317 views | 3 replies
  • Script command to check whether a selection criteria returns >0 selected rows

    I'm looking for a scripting command that checks whether a selection contains >0 selected rows. The issue: subsetting a table of selected rows when none are selected, stops the script and returns an error message. I circumvent this problem by creating a column that sets selected rows to 1, then take col sum and run the if command (if col sum > 0, subset, don't subset). But that's clunky and for loo...

    Monomorphist Monomorphist
    Discussions |
    Nov 11, 2024 1:23 PM
    1667 views | 4 replies

Latest Discussions

  • Some Functions change their internal name with the language

    Hi FYI.

    JMP can be used with different language settings.When a user changes the language, in general a command  keeps its "internal name"- and the title is displayed in the other language: e.g.
    internal name: DATA FILTERTitle: Datenfilter But there are some exceptions - like the local data filter in the Report toolbar *)Internal name (german setting) : LOKALER DATENFILTERTitle: Lokaler Datenfilter 

    hogi hogi
    Discussions |
    Nov 12, 2024 7:41 AM
    1234 views | 1 replies
  • Column (i) << Data Type(Numeric) returns error message

    For years, I have a script that I use about 1x a week. Strangely enough, today, it suddenly returned an error message:   Argument to Type in access or evaluation of ‘Data Type’, Data Type Numeric ) /*###*/ For(i = 18, i < 103, i = i + 2, Column(i) << Data Type(Numeric) ); I think it's just last week that I've updated to JMP v17.2. Is there a change in the new version? Needless to say, that in the...

    Monomorphist Monomorphist
    Discussions |
    Nov 12, 2024 2:18 AM
    3855 views | 12 replies
  • How to interchange columns using JSL?

    Hi all, I have a CSV file that is being used in JMP. However, I need to interchange columns 1 & 2 with Columns 7 & 8. How to do it using JSL. It looks something like this:  Original File123456789 Interchanged columns783456129

    UserID16644 UserID16644
    Discussions |
    Nov 11, 2024 6:27 PM
    1317 views | 3 replies
  • How do I pass in a variable number of variables to a function as an array?

    I am hoping to make some functions I have a little more reusable as an example, I am creating a summary table with specific columns from my data set. I would like to pass in the columns list as an argument to allow me to have one "GetSummary" function rather than a "GetExperimentsSummary" and "GetCompoundsSummary" , but as these need different numbers of columns I need to be able to package the li...

    chappe chappe
    Discussions |
    Nov 11, 2024 9:46 AM
    805 views | 1 replies
  • Wait(0) vs Wait(n) vs Run vs Finish

    I have very large, and constantly growing data tables so I have issues with formulas not finishing. I wish JMP would just build in a mechanism to stop scripts from continuing until each line has finished but perhaps there is a reason for not doing this I'm not thinking of. I typically use a wait(n) command (e.g. wait(30);) however as the dataset grows I'm constantly having to update countless inst...

    RVhydrA RVhydrA
    Discussions |
    Nov 11, 2024 3:59 AM
    4600 views | 5 replies

Latest Discussions

  • 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
    677 views | 0 replies
  • JMP 18 Addins on Server - Change in Location

    FYI from JMP tech support:   If you are running JMP on a server, note that JMP 16 addins do not work for JMP 18 because the file paths have changed.  JMP is no longer part of SAS so the file path changed from C:\ProgramData\SAS\JMP\addIns to C:\ProgramData\JMP\JMP\addIns

    Changing your file path to C:\ProgramData\JMP\JMP\addIns will make addins visible for JMP version 18.

    pmroz pmroz
    Discussions |
    Oct 29, 2024 5:58 AM
    722 views | 0 replies
  • Graph Builder: Ordering my overlay by descending order according to the total value of each overlay category

    Hello community, I come to you with a difficult question. Please see the image below for reference. I am using JMP 18, and I am trying to create a bar chart to show PPB values by quarter for various categories. The trouble I run into is that I want the category that has the highest total value from the chart to be on the bottom of the stack. For example, in the image below the category memory shou...

    AttributedMouse AttributedMouse
    Discussions |
    Oct 22, 2024 1:37 PM
    709 views | 0 replies
  • Could JMP show in a single graph a sensitivity analysis and the probability of occurrence of a result?

    Hello Community!Attached is the script "Hogi chart calculates risk and probability", an excellent work by HOGI ... which calculates the risks and probabilities of occurrence of an input or multiple inputs (x), of an output or multiple outputs (Y) or their combination in a table. For example:Would it be possible to expand the capacity of the script to make a sensitivity analysis of the inputs (x) o...

    Marco2024 Marco2024
    Discussions |
    Oct 2, 2024 5:15 PM
    705 views | 0 replies
view all discussions