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

  • Taking Inputs from a batch file into jsl

    Hi,I have a batch file with names of folders.I want to extract these folder names into jsl and open those folders. How can I do this?

    vharibal vharibal
    Discussions |
    Nov 4, 2024 10:19 PM
    828 views | 1 replies
  • Selecting only csv files using jsl

    Hi,
    I have folder with multiple folders and csv files. I would like to open only csv files and concatenate them without opening folders

    I tried using Files in Directory function and opening files from folder but this opens the folders as well

    Can some one please help me on this?

    vharibal vharibal
    Discussions |
    Nov 4, 2024 8:53 PM
    1122 views | 2 replies
  • Formula for change over time

    Looking for a formula to access change over time at a row level moving from left to right i want to assess the percent shift from the 1st reading to the next and then assess all following reading back against the first and the previous reading to access shift overtime. If any are downward shifts greater than or equal to 20% indicate a 1 in a result column.

    DELANDJ1985 DELANDJ1985
    Discussions |
    Nov 4, 2024 8:01 PM
    815 views | 1 replies
  • Add custom formula and columns to Tabulate window

    Hello,Is there a way to add a custom formula and column to the tabulate window?  Eg: I want to add LSL, USL, and Cpk columns to the tabulate window, not the data table box.Any suggestions on how to do this would be appreciated. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
    (Data Table( "Semiconductor Capability" ) << Tabulate(
    Add Table(
    Column Table( Grouping
    ...

    Jackie_ Jackie_
    Discussions |
    Nov 4, 2024 2:15 PM
    2543 views | 7 replies
  • How do I make one Data Filter mirror another?

    I have a window containing two graph builders, pulling from two different datasets, and I want to filter both graphs with a single Data Filter. I don't think this is possible. I've thought about instead using two "synced" data filters, but couldn't figure it out. Last week at JMP Discovery, @danschikore pointed me toward event handlers as a possible solution for using two synced filters. I think I...

    TomF TomF
    Discussions |
    Nov 4, 2024 12:11 PM
    4745 views | 15 replies

Latest Discussions

  • Formula for change over time

    Looking for a formula to access change over time at a row level moving from left to right i want to assess the percent shift from the 1st reading to the next and then assess all following reading back against the first and the previous reading to access shift overtime. If any are downward shifts greater than or equal to 20% indicate a 1 in a result column.

    DELANDJ1985 DELANDJ1985
    Discussions |
    Nov 4, 2024 8:01 PM
    815 views | 1 replies
  • Add custom formula and columns to Tabulate window

    Hello,Is there a way to add a custom formula and column to the tabulate window?  Eg: I want to add LSL, USL, and Cpk columns to the tabulate window, not the data table box.Any suggestions on how to do this would be appreciated. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
    (Data Table( "Semiconductor Capability" ) << Tabulate(
    Add Table(
    Column Table( Grouping
    ...

    Jackie_ Jackie_
    Discussions |
    Nov 4, 2024 2:15 PM
    2543 views | 7 replies
  • How can I quickly reassemble and generate different tables from many JMP tables?

    There are now 2400 such JMP files in the same directory C:\8: JMP tables with file names with detailed time stamps and 5000 rows of data each.For example, C:\8\20241031112503.JMP.S5 E5 S4 E4 S3 E3 S2 E2 S1 E1 B1 T1 B2 T2 B3 T3 B4 T4 B5 T5 enco 6024 2 6023 10 6021 6 6020 96 6019 18 6018 400 6017 16 6016 78 6015 41 6014 8 603198 1263 88 1262 290 1261 254 1260 347 1259 301 1258 544 1257 364 1256 630 ...

    lala lala
    Discussions |
    Nov 3, 2024 11:43 PM
    1837 views | 7 replies
  • Is there anyway to make a column of negative numbers positive?

    I'm having an issue where I want my data to be shown as absolute values. This is a query (in snowflake) with over 200 variable columns (depending on the filters) so it makes it difficult to include every column in the query. I'm ideally looking for a way to find all the columns with negative values and making them positive. (As I write this out, I guess I could transpose, place all the values in o...

    OhThatArabGuy OhThatArabGuy
    Discussions |
    Nov 1, 2024 10:20 PM
    1805 views | 2 replies
  • Dispatch()

    I want to add reference lines to a graph, but only if the page has :name = "Closed Loop Control". The only way I have found to be successful is to grab it sequentially using the highlighted scalebox(5), however I want to grab it by the :name instead. 

    Jdho3 Jdho3
    Discussions |
    Oct 31, 2024 2:42 PM
    661 views | 1 replies

Latest Discussions

  • 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
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    656 views | 0 replies
view all discussions