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

  • How to make Associative Array to return key value for non-existing key?

    Folks,    Is there any way to make a default value in associated array dynamic? Meaning that if you try to access a key that does not exist, it returns not a static default value, but some lambda function, for instance - the key itself? Or key*2, or key||"_string".    

    miguello miguello
    Discussions |
    Aug 4, 2025 10:23 AM
    299 views | 1 replies
  • Run a SQL query in jsl results in the update from multiple queries slowing table creation

    Hi I'm trying to troubleshoot why when I re-run a SQL script in JSL the result is the updates of different queries before the table is created.  See outputs in print screen    Note the JSL script is producing numerous tables for different attributes. The example shown is for 1 of the tables 

    AlbertLesire1 AlbertLesire1
    Discussions |
    Aug 4, 2025 7:54 AM
    454 views | 2 replies
  • generic scripting of data table

    I want to create a generic script to create a data table. In the first part of the Script I have a list to select columns for creation of data table:

    nw = New Window("Create data table", <<Type("Modal Dialog"), <<Return Result, V List Box( Spacer Box(size(0, 15)), Text Box( "Please select the limits to display in data table (multiple selection posssible): " ), Spacer Box(size(0, 5)),...

    Diana_JMP Diana_JMP
    Discussions |
    Aug 4, 2025 5:59 AM
    299 views | 1 replies
  • Revert Graph Builder title ?

    When I change the title, in JSL a command  Dispatch( {}, {"graph title"}, TextEditBox, {Set Text( "xx" )} ) is added.   Is there a JSL command to revert the title in Graph Builder to the default value?

    hogi hogi
    Discussions |
    Aug 4, 2025 1:01 AM
    506 views | 3 replies
  • How do I delete rows that are missing data in all columns of my dataset?

    Apologies for how basic my question is, I am just starting to use JMP for the first time.  I have a massive dataset (14 columns x 20,000 rows) and I am trying to write a script that will identify and delete all rows that that do not have either a 0 or 1 for a specific range of columns (columns 4-14). This dataset is from an even larger dataset, so there are some rows in my subset that are complete...

    Ducky Ducky
    Discussions |
    Aug 4, 2025 12:27 AM
    9173 views | 6 replies

Latest Discussions

Latest Discussions

view all discussions