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

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • JMP ODBC Databricks and default catalog

      When using the simba spark ODBC driver to connect to databricks, it is successful. However, it will only list tables that are part of the default catalog as shown below in terraform config for databricks. While the setting is "default_catalog_name"  (see https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/metastore_assignment) this appears to be really the default...

    DependentSpace1 DependentSpace1
    Discussions |
    Jul 25, 2025 8:23 AM
    2110 views | 3 replies
  • JSL instruction to call script saved with data table?

    I'm trying to call a script saved with a data table from another JSL script.  Is that possible?  I've used Include() before to call a JSL file, but can't figure out how to call a script that is saved with a data table.

    terapin terapin
    Discussions |
    Jul 25, 2025 6:35 AM
    15317 views | 5 replies
  • How to stack a variable number of series?

    The following code does not work, but it does when replacing "n_series" with 3 in the Stack command. dt = Open( "$SAMPLE_DATA/Blood Pressure.jmp" ); n_series = 3; dt << Stack( columns(:BP 8M, :BP 12M, :BP 6M, :BP 8W, :BP 12W, :BP 6W, :BP 8F, :BP 12F, :BP 6F), Number of Series( n_series ), Contiguous, Source Label Column( "Day" ), Stacked Data Column( "BP" ) ); I need to have this value variab...

    Robbb Robbb
    Discussions |
    Jul 25, 2025 3:56 AM
    333 views | 1 replies
  • Change string col box width in a table box

    I'm trying to display long text in a string col box in a table box window and have them wrap visually across multiple lines without modifying the underlying text data. I've found some ideas in this post and this post but I can't make them work for a string col box. Here's a minimal example to illustrate my issue, here I would like to make the string col box behave like the col box : longstring = "...

    Charly Charly
    Discussions |
    Jul 25, 2025 2:15 AM
    253 views | 1 replies
  • txt import - point and comma ?

    MultiFileImport (MFI())
    independent of the settings in the operating system and the settings in the preferences, 
    text files with point as decimal separator can be imported, files with comma can't. Open(...)
    there are several settings in JMP that control whether txt files can be imported or not.
    This is how it looks on my Win / JMP18.1.1 system:(to make it easier to read I put the symbols for comma an...

    hogi hogi
    Discussions |
    Jul 25, 2025 1:09 AM
    1528 views | 3 replies

Latest Discussions

  • JMP ODBC Databricks and default catalog

      When using the simba spark ODBC driver to connect to databricks, it is successful. However, it will only list tables that are part of the default catalog as shown below in terraform config for databricks. While the setting is "default_catalog_name"  (see https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/metastore_assignment) this appears to be really the default...

    DependentSpace1 DependentSpace1
    Discussions |
    Jul 25, 2025 8:23 AM
    2110 views | 3 replies
  • Change string col box width in a table box

    I'm trying to display long text in a string col box in a table box window and have them wrap visually across multiple lines without modifying the underlying text data. I've found some ideas in this post and this post but I can't make them work for a string col box. Here's a minimal example to illustrate my issue, here I would like to make the string col box behave like the col box : longstring = "...

    Charly Charly
    Discussions |
    Jul 25, 2025 2:15 AM
    253 views | 1 replies
  • txt import - point and comma ?

    MultiFileImport (MFI())
    independent of the settings in the operating system and the settings in the preferences, 
    text files with point as decimal separator can be imported, files with comma can't. Open(...)
    there are several settings in JMP that control whether txt files can be imported or not.
    This is how it looks on my Win / JMP18.1.1 system:(to make it easier to read I put the symbols for comma an...

    hogi hogi
    Discussions |
    Jul 25, 2025 1:09 AM
    1528 views | 3 replies
  • How to switch Group X to display all items or only certain items?

    How to switch Group X to display all items or only certain items?
    As shown in the JSL below, using Where can make Group X display only specific items. However, it is not possible to toggle between displaying all and displaying partial items. How should this be modified? Perhaps using add variable() is needed, but I cannot find how to use add where.   Names Default To Here( 1 ); selection = 1; New ...

    BabyDoragon BabyDoragon
    Discussions |
    Jul 23, 2025 11:39 PM
    290 views | 1 replies
  • How to turn matrix from Get Hull Point into clockwise polygon

    Hi team,
    Is there anyway to turn matrix from Get hull point into clockwise polygon. I got the problem is when I use Polygon(x,y) to draw polygon, where x and y are from Get Hull Points, the polygon is not continuous Code below: x_matrix = dt[rows, {FORCEDROPTIME_3 }]; y_matrix = dt[rows, {ACTUAL_MINCHASEFORCEF_3}]; t = Triangulation( x( x_matrix, y_matrix ) ); // from the current rows ashape = A...

    PhamBao PhamBao
    Discussions |
    Jul 23, 2025 9:58 AM
    268 views | 1 replies

Latest Discussions

view all discussions