cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Tabulate - change format?

    Tabulate is great to generate an overview table with a few mouse clicks. How can I change the format of a tabulate report in my Dashboard?rotate column titles -> verticalreduce font sizechange column titles - esp: split a column title into two lines
    (unfortunately, tabulate ignores line breaks in the column names)change entries (replace text)make grouping entries selectable (for copy & paste)add a ...

    hogi hogi
    Discussions |
    Jul 29, 2023 1:54 PM
    1099 views | 1 replies
  • Detection of changes in a Local Data Filter

      Below is a script that uses a Data Filter that when it is changed, it triggers the Row State Handler, and updates the chart.  I really want to use a local filter, but have not been able to figure out how to detect the change in the local filter.  How does one detect a change in the Local Data Filter?     Names Default To Here( 1 );  dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" );  f =...

    txnelson txnelson
    Discussions |
    Jul 29, 2023 7:51 AM
    14695 views | 6 replies
  • Filter Change Handler

    I just found out: Make Filter Change handler only works if I store the return value in a variable.
    Why does filter << Make Filter Change Handler( f );not work? Is there some knowledge behind it that is worth knowing? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Cities.jmp" ); dist = Distribution( Automatic Recalc( 1 ), Continuous Distribution( Column( :POP ) ) ); filter = dist << Local Data...

    hogi hogi
    Discussions |
    Jul 29, 2023 7:41 AM
    1442 views | 2 replies
  • Dynamic JSL Tree Box Creation from Hierarchical Data

    Can someone suggest a method of creating a dynamic nested tree box using Hierarchical Data. I tried for a couple of hours tonight and it is confounding me  I have some dummy data below to depict the relationships which is three levels deep. Obviously I don't want to hard code this as I will not know up front how many level of 'nesting' I will need to make. In reality it will be 10 or more levels. ...

    thickey thickey
    Discussions |
    Jul 28, 2023 1:01 PM
    4505 views | 8 replies
  • Get text from reporting platform

    Hello, Something I've struggled greatly with is how to Get *something* from platforms. In this case, it's the linear fit equation just under "Linear Fit". The Properties and Show Tree Structure menu both show different text exit boxes, so I've tried to grab them both and used Get (which isn't recognized by the platform, or maybe just the object), and Get text. Both do not grab the text I require. ...

    StarfruitBob StarfruitBob
    Discussions |
    Jul 28, 2023 12:00 PM
    2260 views | 5 replies

Latest Discussions

  • Tabulate - change format?

    Tabulate is great to generate an overview table with a few mouse clicks. How can I change the format of a tabulate report in my Dashboard?rotate column titles -> verticalreduce font sizechange column titles - esp: split a column title into two lines
    (unfortunately, tabulate ignores line breaks in the column names)change entries (replace text)make grouping entries selectable (for copy & paste)add a ...

    hogi hogi
    Discussions |
    Jul 29, 2023 1:54 PM
    1099 views | 1 replies
  • Delete consecutive repeating values

    I have a data table where some of the columns have values that repeat because the program that generates the data holds the last value if a new one isn't given.  This means I can't use the "select duplicate rows" option because that deletes all duplicates not just ones that are repeating. I also don't want to delete the rows, just the values in the "cells". 4.13.43.4 - delete value3.4 - delete val...

    JMPtxUser36 JMPtxUser36
    Discussions |
    Jul 28, 2023 10:30 AM
    1234 views | 2 replies
  • Challenges constructing a proper loop

    Hi, Im new to coding and having challenges constructing a functioning scriptdt = current data table(); //declaring and initializing variables// lt_min = 1; lt_max = 50; RSquare_th = 0.9999; count = 0; //loop while (count < 0.99999, //calculate x for each y value dt << New Column ("x", Numeric, formula(:y/ (:y + :avg_num))); //plot bivariate biv = dt << Bivariate( Y( :x ), X( :average_temp), ...

    ParametricStudy ParametricStudy
    Discussions |
    Jul 28, 2023 7:53 AM
    943 views | 1 replies
  • Option to Treat Distribution() as Modal

    Hi, Is it possible to treat the "Distribution" function as modal? I am looking to create a distribution report with an arbitrary number of Continuous Distributions that I will later modify or change via JSL. I found that a dialog opens when I run the code below, but execution is not halted and the rest of my code is run before I have a chance to select my columns of interest. I have also looked in...

    Connor_K Connor_K
    Discussions |
    Jul 27, 2023 1:52 PM
    1353 views | 3 replies
  • with nolock option in QueryBuilder option?

    Is there an option to run Query Builder including a "with nolock" statement to not tie up a database during a long data pull? Copying the QueryBuilder generated SQL into a script window and adding "with nolock"  produced an error.

    bittnere bittnere
    Discussions |
    Jul 27, 2023 5:43 AM
    4852 views | 8 replies

Latest Discussions

view all discussions