cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Easily detect, manage, and convert column units in JMP by downloading Unit Conversion in the JMP Marketplace!
  • Need to analyze data that resides in a database? Register for the April 10 Master JMP webinar to learn how.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • JSL: "By Variable" Quantile Median

    While JMP does not support a "By Varibale" quanitle, is there any work around? For example, if I have 2 lists of data, height and age, how would I find the median height of each person of a specific age using JSL.  If I were doing it as a mean, it would look something like (However, I want a median):Mean( :Height, :Age ); Thanks in advance!!! 

    matt7109 matt7109
    Discussions |
    Jun 9, 2017 9:27 AM
    10375 views | 5 replies
  • How do I remove Horizontal Scroll Bars from a report window.

    I am making a report from a wide(ish) data table using the command dispObj = DT << get as report; This generates a borderBox Display Object which I then add to a new window using newWindow("Test", dispObj); Problem is the report table has a horizontal scroll bar added which I do not want. How do I remove this scroll bar and allow the report display object to fill the window fully in the horizontal...

    thickey1 thickey1
    Discussions |
    Jun 9, 2017 6:30 AM
    11760 views | 4 replies
  • Can't "evaluate" an expression

    Hi all, I'm once again struggling with a script... This one builds an expression. It looks ok.I can even copy and paste it from the log file back to the script window, and if I do so, it executes correctly with expected output.But I tried Eval(), Eval Expr(), Eval(Eval Expr()), Eval(Parse())... well that last one with even less hope than the others, but bottom line is... I just can't make it work!...

    matlag matlag
    Discussions |
    Jun 9, 2017 5:00 AM
    8789 views | 8 replies
  • Parse() command to output quoted string

    Dear community,I am trying to generate som code by concatenating strings. The string will be evaluated using Eval( Parse( <string>) ). The outcome of this should contain a quoted string, let me exemplify:List = {"Item1", "Item2"};string = Concat( "Select(", List[1], ")" ); This string will read "Select(Item1)" and Parse( string ) will return Select(Item1). What I want is that Parse( string ) shoul...

    martin_snogdahl martin_snogdahl
    Discussions |
    Jun 8, 2017 7:17 AM
    10080 views | 2 replies
  • Extract string from name

    Hi,  I would like to extract a string of data from a name. The position of the string varies in the name and the name has a variable number of sub-strings within it. An example is shown below: (GPN) CI-4/E7/DH-1 15S-40 L1807 
    DEO (GPN) JD CI-4/E7/DH-1 5S-40 L1807 (GPN) JD CI-4/E7/DH-1 40 L1807  I am interested in two parts: a string which contains the letter S (so in the examples, 15S-40 & 5S-40) A...

    Dipesh Dipesh
    Discussions |
    Jun 8, 2017 6:29 AM
    11134 views | 4 replies

Latest Discussions

  • how to analyse automaticly?

    dear all: i have to monito abnomal ratio every day, but now everyday i open the JMP and then put excel data in JMP to analyse, that is trouble。 if i open jmp and then analyse automaticly how i write JSL to realize?

    TONYMA TONYMA
    Discussions |
    Jun 7, 2017 8:40 AM
    4935 views | 3 replies
  • Function for back button

    Hi, everyoneI can create a button named as "Back". But may I know is there any function that can back to the previous interface when i click the back button?
    Thanks.

    jade jade
    Discussions |
    Jun 2, 2017 4:50 AM
    3797 views | 2 replies
  • Parallel Processing in Scripting

    In the process of putting togother a lengthy script that makes some calls to ODBC/SQL databases that can each take several minutes to run. In an ideal world I could be waiting for multiple servers to get back to me at the same time. From what I am gathering I have to stick with just running one database request after another?I am running JMP 9.

    firemandan9 firemandan9
    Discussions |
    May 31, 2017 12:46 PM
    7202 views | 4 replies
  • Disabling all or individual check boxes not able to be re-enabled with opposite method

    I have two sets of check boxes and one is being used to control which options are enabled on the other. I seem to have run into an issue using Enable and Enable Item. If I have previously disabled all the checkboxes I am unable to enable them individually unless I enable them all first. Conversly, if I disable individual check boxes, it appears I am unable to enable them all at once. As it is curr...

    SG SG
    Discussions |
    May 30, 2017 12:14 PM
    3878 views | 1 replies
  • how to change the range of this graph ?

    i am attaching a image of the graph, in this graph if you can see on the y-axis all the ranges are from 015 to 15.  But if you can see only C15 label has higher value than 15 but the other labels are less than 5 for C14 and C16. So how can i change the values of C14 and C16 to lesser values like 8 in this case for C14 and 5 for C15. Plz share your opinion. Also the values are much coarser i.e +15 ...

    Drharsha Drharsha
    Discussions |
    May 28, 2017 3:58 PM
    6639 views | 3 replies

Latest Discussions

  • Printing worksheet with cell colors

    Hello JMP Community, I'm currently using JMP version 10.0.0 and having trouble printing my data table with cells highlighted in certain colors.  Is there a way to print keeping the colors or to even export the file keeping the cells highlighted?

    Thanks.

    ferdt58 ferdt58
    Discussions |
    May 16, 2017 9:14 AM
    2369 views | 0 replies
  • Linearity and Bias Report

    In Our MSA stsudy we are performing Linearity and Bias measurment. We are currently controlling at Linearity and Bias to be below 5%.  We actually generate the following report for Linearity and BIas. However in AIAG handbook the criteria for the gauge to pass bias criteria has the following criteria.

    Aravindan Aravindan
    Discussions |
    Apr 18, 2017 12:54 AM
    4636 views | 0 replies
  • CCC Optimal

    Hi,I have 2 clustering chooses as mentionned below,- Nr of cluster 15 : CCC = 69.99 (OPTIMAL)- Nr of cluster 15 : CCC = -92.87- Nr of cluster 15 : CCC = -112.8 The first one with CCC = 69.99 is mentionned as the best optimal. I don't understand why this one is the best by consedering the different values ?. What is the signification of these values ? Thanks,

    Lamine Lamine
    Discussions |
    Mar 17, 2017 5:25 AM
    3512 views | 0 replies
  • Understanding the Dispatch and Legend Model and what exactly is Base(0,0,0)?

    My problem is two fold. Im writing a JSL Function to create some custom charts at work. Everything is working fine. Thats great. But I dont understand why - and I am trying to break down the code. Most of I wrote myself, but some aspects I made the tweaks within JMP, copied the scripts and used the parts that generated what I needed. Some of the code chunks that get added in are intuitive to read ...

    kevinwtbolger kevinwtbolger
    Discussions |
    Feb 26, 2017 9:30 AM
    3660 views | 0 replies
  • Data Binding Associative Arrays

    I recently had need to create some slightly complex data structures and started to play with associative arrays a little more.  These are similar to dictionaries in other languages.  Where they differ is that most languages to improve speed, when assigning an object in a dictionary to a variable it does a data binding.  Essentially it makes it so both the dictionary and the variable refer to the s...

    msharp msharp
    Discussions |
    Feb 14, 2017 1:53 PM
    4629 views | 0 replies
view all discussions