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 can I save a JMP table in JMP 18 without leaving a record in the file list?

    The same code is not recorded in JMP17.Thanks!  dt = Open( "$SAMPLE_DATA/Big Class.jmp", Add to Recent Files( 0 ) ); dt << Select Where( Row() < 21 ); d3 = dt << Subset( Output Table( "AA" ), Selected Rows( 1 ), selected columns( 0 ) ); Try( d3 << Delete Table Property( "Source" ) ); Try( d3 << Delete Table Property( "Source" ) ); d3 << Save( "c:\test.jmp" ); Close( dt, nosave ); Close( d3, nosave...

    lala lala
    Discussions |
    Nov 15, 2024 9:10 PM
    1166 views | 2 replies
  • How to make "Size to isometric" stick and be permanent regardless of changes on the plot?

    I have a plot in Graph Builder which uses filters along with "Wrap" and "Page" fields of the builder.Filters change number of pages being displayed.While Size to Isometric does the job when applied to a FrameBox, as soon as I change something in the filter and different number of frameboxes are visible - each visible framebox is not isometric anymore.Any way to make it stick? Forbid to resize afte...

    miguello miguello
    Discussions |
    Nov 15, 2024 6:28 PM
    1066 views | 2 replies
  • Inconsistent acceptable syntax

    AllCols = dt << Get Column Names(); AllColNames = dt << Get Column Names(string); for(i=3, i<=n items(AllCols), i++, colcol = AllCols[i]; cname = AllColNames[i]; nnm1 = Col Number(colcol); Fstr = "num(:\!""||cname||"\!"n)"; Fexpr = parse(Fstr); newcol = dt << new column("Temp", numeric, formula(eval(evalexpr(Fexpr)))); nnm2 = Col Number(newcol); if(nnm2 == nnm1, newcol << delete formul...

    pcarroll1 pcarroll1
    Discussions |
    Nov 15, 2024 12:18 PM
    4335 views | 14 replies
  • Parsing << Get Estimates list elements

    The below script is from one of the scripting index entries for the "Get Estimates" message. The object returned is a list. Are the individual elements of the list easily parsed? Type(estimate[n]), "Name". estimate[2], for example, appears to contain a consistent data structure. How does one return, for example, the matrix denoted "Time End"? I know that all of the information output by "<< Get Es...

    wgardnerQS wgardnerQS
    Discussions |
    Nov 15, 2024 7:07 AM
    1582 views | 5 replies
  • JSL creates a Sorting window

    The attachment '.jmp' document shows OK or NG with formulas, but the JMP table can't auto-wrap to the next row(use the Scan gun scanning can wrap to the next row in Excel ). So I want to use JSL to create a Sorting window, details as the attachment picture shows. Expect the master to help, thank you!

    Chris_Liu Chris_Liu
    Discussions |
    Nov 15, 2024 4:35 AM
    2059 views | 5 replies

Latest Discussions

  • How to make "Size to isometric" stick and be permanent regardless of changes on the plot?

    I have a plot in Graph Builder which uses filters along with "Wrap" and "Page" fields of the builder.Filters change number of pages being displayed.While Size to Isometric does the job when applied to a FrameBox, as soon as I change something in the filter and different number of frameboxes are visible - each visible framebox is not isometric anymore.Any way to make it stick? Forbid to resize afte...

    miguello miguello
    Discussions |
    Nov 15, 2024 6:28 PM
    1066 views | 2 replies
  • Inconsistent acceptable syntax

    AllCols = dt << Get Column Names(); AllColNames = dt << Get Column Names(string); for(i=3, i<=n items(AllCols), i++, colcol = AllCols[i]; cname = AllColNames[i]; nnm1 = Col Number(colcol); Fstr = "num(:\!""||cname||"\!"n)"; Fexpr = parse(Fstr); newcol = dt << new column("Temp", numeric, formula(eval(evalexpr(Fexpr)))); nnm2 = Col Number(newcol); if(nnm2 == nnm1, newcol << delete formul...

    pcarroll1 pcarroll1
    Discussions |
    Nov 15, 2024 12:18 PM
    4335 views | 14 replies
  • JSL creates a Sorting window

    The attachment '.jmp' document shows OK or NG with formulas, but the JMP table can't auto-wrap to the next row(use the Scan gun scanning can wrap to the next row in Excel ). So I want to use JSL to create a Sorting window, details as the attachment picture shows. Expect the master to help, thank you!

    Chris_Liu Chris_Liu
    Discussions |
    Nov 15, 2024 4:35 AM
    2059 views | 5 replies
  • Workflow Builder - For Loop

    The animations in Workflow Builder are nice to look at.
    Like with the animations in Excel: nice, but they add quite a delay!
    Is there a trick to disable the animations to speed up the processing ? (view in My Videos) 

    hogi hogi
    Discussions |
    Nov 14, 2024 6:43 AM
    997 views | 2 replies
  • Format multiple life distribution plots

    Hi all I am trying to format axis scales and apply targets to 4 life distribution plots which JMP shows as output of this code.myld references to a window which has 4 Life distributions.I am trying to loop through those 4 life distributions through searching in the title is the window has life distribution.Then I want to change x and y axis for each of those Weibull plots.Somehow the code only cha...

    rahulsmils rahulsmils
    Discussions |
    Nov 13, 2024 10:32 PM
    1142 views | 2 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
    676 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