cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Multi File Import of network folder slower in latest JMP version

    Hello, In JMP 14, Multi File Import of a network folder was relatively fast. For example, it takes ~11 seconds to load the below folder. With JMP 16 on the same computer/folder/network, it will first spend almost 3 minutes while "discovering files", before proceeding with the above "loading file names" step. Are there any settings or options that I could change to skip the "discovering files" step...

    jach jach
    Discussions |
    Jun 22, 2021 11:06 AM
    739 views | 0 replies
  • Insert() Not Functioning as Hoped

    I'm using Insert() as indicated in the Scripting Index,Insert(list, stuff, <optional index>);I'm excluding the optional index in my case. To test my code, I created a dummy variable, temp, initiated it withtemp = {};then every iteration of my for loop (where other things work and I'm sure it is basically structured correctly--though I realize that is a vague statement and possibly has some holes i...

    mostarr mostarr
    Discussions |
    Jun 22, 2021 10:51 AM
    1636 views | 3 replies
  • joining tables while averaging across columns with the same name

    I have what would appear to be an easy-to-fix problem, but for the life of me, I can't figure out how to do it easily. I have three separate tables in which the rows are individual proteins. The "accession" refers to their names. Some proteins are found in multiple tables, whereas some are only found in one of the three. I know how to join the tables by matching the protein names (accession=access...

    abmayfield abmayfield
    Discussions |
    Jun 22, 2021 10:09 AM
    1198 views | 2 replies
  • Numerical Variable Not Evaluating in List

    I am trying to Write() a list with a number variable i inside of it like thisWrite({i});but it prints, literally, {i}, not {1} or {2} or whatever the variable number of i is.i is most certainly defined and assigned because goingWrite(i);works.What am I doing wrong?

    mostarr mostarr
    Discussions |
    Jun 22, 2021 10:09 AM
    1177 views | 2 replies
  • Is there a way to reference the current column name in a formula?

    Hi - I'd like to be able to reference the name of a column in a data table to which a formula has been applied, in much the same way that the row() function returns the current row. I want to be able to do it so that I can copy the column properties of a single column of one data table to multiple columns of another data table with a different set of names (which I don't know in advance, but which...

    DMR DMR
    Discussions |
    Jun 22, 2021 9:23 AM
    896 views | 1 replies

Latest Discussions

  • Multi File Import of network folder slower in latest JMP version

    Hello, In JMP 14, Multi File Import of a network folder was relatively fast. For example, it takes ~11 seconds to load the below folder. With JMP 16 on the same computer/folder/network, it will first spend almost 3 minutes while "discovering files", before proceeding with the above "loading file names" step. Are there any settings or options that I could change to skip the "discovering files" step...

    jach jach
    Discussions |
    Jun 22, 2021 11:06 AM
    739 views | 0 replies
  • joining tables while averaging across columns with the same name

    I have what would appear to be an easy-to-fix problem, but for the life of me, I can't figure out how to do it easily. I have three separate tables in which the rows are individual proteins. The "accession" refers to their names. Some proteins are found in multiple tables, whereas some are only found in one of the three. I know how to join the tables by matching the protein names (accession=access...

    abmayfield abmayfield
    Discussions |
    Jun 22, 2021 10:09 AM
    1198 views | 2 replies
  • Is there a way to reference the current column name in a formula?

    Hi - I'd like to be able to reference the name of a column in a data table to which a formula has been applied, in much the same way that the row() function returns the current row. I want to be able to do it so that I can copy the column properties of a single column of one data table to multiple columns of another data table with a different set of names (which I don't know in advance, but which...

    DMR DMR
    Discussions |
    Jun 22, 2021 9:23 AM
    896 views | 1 replies
  • JSL: How to get the nice ROW LEGEND colors without the row legend?

     So here's a question. I'm trying to script the formatting of a fresh data table and Fit YbyX but hitting a roadblock on the RowLegen and coloring.  Selecting "Row Legend" automatically colors the points and the source data table appropriately and adds the legend.The problem I'm running into is that the Quantiles plot creates it's own legend that I can't seem to turn off, and it does not actually ...

    aliegner1 aliegner1
    Discussions |
    Jun 22, 2021 8:47 AM
    1875 views | 1 replies
  • Questions for the process capability (Analyze - Quality & Process -  Process capability)

    Hi Super usersI would like to ask some questions for the process capability (Analyze - Quality & Process -  Process capability) I have made an summary report & have 2 questions during the process 1. Why should I set alpha level (Significance level)? What does this value mean here? What does it impact for the result?Actually I changed the value, but cannot find the result changed2. I could see colo...

    Dan2 Dan2
    Discussions |
    Jun 22, 2021 5:09 AM
    1179 views | 2 replies

Latest Discussions

  • Multi File Import of network folder slower in latest JMP version

    Hello, In JMP 14, Multi File Import of a network folder was relatively fast. For example, it takes ~11 seconds to load the below folder. With JMP 16 on the same computer/folder/network, it will first spend almost 3 minutes while "discovering files", before proceeding with the above "loading file names" step. Are there any settings or options that I could change to skip the "discovering files" step...

    jach jach
    Discussions |
    Jun 22, 2021 11:06 AM
    739 views | 0 replies
  • ODBC Hive connection, change container size in the script?

    Wondering if anyone can help here. I am trying to write some JMP scripts that SQL query data from a hive table. I need to change the container size and am told that I should just "do it in the connection settings". I was told that in python, you just add a configuration={"hive.tez.container.size":'10240'} parameter to the hive.connect call. How would I do this through JMP? I already have the Cloud...

    aliegner1 aliegner1
    Discussions |
    Jun 17, 2021 3:43 PM
    976 views | 0 replies
  • Using a List to Filter in Custom Query Builder - Question

    Hello, I would like to use a list to filter within a continuous column in Query Builder. Range and then join does not work as my data set from my database will be tens of millions of lines, so I would like my list to be the only thing queried. I would like to use a list (I have a separate data sheet with the column) of about 40 or so unique numerical values and use that in the filter for a custom ...

    Benjamin_S Benjamin_S
    Discussions |
    Jun 3, 2021 7:59 AM
    1283 views | 0 replies
  • Can I control text size in a word cloud inside a dashboard container?

    Hi all,I have a dashboard with a data filter, a map, and a word cloud that looks like image 1 below. I have two formatting issues with the word cloud I'd like to fix. First, by design, when I make different selections using the data filter, the subset of records that are shown in the map changes and the word cloud applies only to that selection. However, when I change the data filter selection, th...

    caseylott caseylott
    Discussions |
    Apr 28, 2021 12:03 PM
    1271 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

    4群での生存曲線をJMPproでの書き方を教えて下さい。 また、JMPで「環境設定グループ」から「レポート」を選択し、「ローカルデータフィルター」を出せればできる方法も紹介されていたのですが、「ローカルデータフィルター」を出せません。 どの方法でもよいので、JMPProで、多重比較法を用いた生存曲線の書き方をどなたか教えてください!宜しくお願い致します。

    27070 27070
    Discussions |
    Apr 20, 2021 1:41 AM
    2286 views | 0 replies
view all discussions