cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • How do I concatenate variable column name with a string?

    This is what I have: for ( k = 1, k < selColumn, k++, ColumnName = selColumnNames[k]; dt << New Column( dt:ColumnName ); );  This what I want:for ( k = 1, k < selColumn, k++, ColumnName = selColumnNames[k]; dt << New Column( dt:ColumnName || "Mean" ); );selColumnNames is a list of all the column names in my table.

    Muhu Muhu
    Discussions |
    Jun 30, 2021 3:38 AM
    1721 views | 1 replies
  • Moving header down into row 1

    Hello, My raw csv file is in a weird format, causing the first data point I need to be imported as the header, which is not what I want. So I created a new, blank row at the top, and am trying to figure out how I can pull the column name into the blank row before renaming the header? Any help is appreciated!names default to here(1); dt=current data table(); For (i=1, i<=2, i++, Row(1)[i] = Char(...

    dlemieu1 dlemieu1
    Discussions |
    Jun 29, 2021 1:45 PM
    4546 views | 6 replies
  • Reordering Column Not Working

    Hello, 
    The reorder columns function doesn't work in the column menu. Does anyone know a reason for this? Is this due to the data type or name? 

     

    MikeDereviankin MikeDereviankin
    Discussions |
    Jun 29, 2021 10:58 AM
    884 views | 1 replies
  • How to look for optimal conditions with two responses : one to maximize and the second lower than USL

    Hello,  In Monte Carlo simulations, how to set your desirability when you have 2 responses : Y1 to maximize and Y2 lower than USL. The objective is to look for optimal conditions with low defect rate (<2%)  Thanks I 

    JMPdiscoverer JMPdiscoverer
    Discussions |
    Jun 29, 2021 9:52 AM
    1045 views | 1 replies
  • Color Histograms with By statement in Distribution

    I am trying to use distribution to create histograms By(: DeviceID), However when I apply the fill color only the last graph in the By statement gets changed to light blue. No matter what I do, only the last graph changes color. I just want the graphs to not be green.Options that work for me:1) color histograms by device ID2) color histograms both to be blue WaferRgPastMonth << Distribution( Stac...

    saneal saneal
    Discussions |
    Jun 29, 2021 9:09 AM
    1317 views | 2 replies

Latest Discussions

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
    707 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
    948 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
    1253 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
    1239 views | 0 replies
  • 多重比較での生存曲線の書き方 Bonferroniなど

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

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