cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Workflow builder and referencing

    Hi everyone,I'm trying to build a workflow that will allow be to quickly look at numerous csv files that all have the same format, number of variables, column names etc. I didn't think it would be that complicated but I'm having trouble with the referencing. I've attached an example file (a deconstructed quantitative mass image with x, y pixel locations and mass counts at each pixel). I first bin ...

    GregMcMahon GregMcMahon
    Discussions |
    Jul 31, 2023 3:48 AM
    3661 views | 4 replies
  • Giving options for user to select from, storing selection as string

    Hi, here's my current code that displays a popup window for user input.   I want it so that for Level:, they can choose between two options (each option having a box next to it that the user can tick to select one). What would I have to add to my code to get that? Here's a picture of what I want the "level" user input to look like:Where the user can select one or the other before clicking "Save." ...

    aidanweb aidanweb
    Discussions |
    Jul 29, 2023 7:51 PM
    1353 views | 1 replies
  • 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
    1668 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
    15993 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
    2176 views | 2 replies

Latest Discussions

  • Workflow builder and referencing

    Hi everyone,I'm trying to build a workflow that will allow be to quickly look at numerous csv files that all have the same format, number of variables, column names etc. I didn't think it would be that complicated but I'm having trouble with the referencing. I've attached an example file (a deconstructed quantitative mass image with x, y pixel locations and mass counts at each pixel). I first bin ...

    GregMcMahon GregMcMahon
    Discussions |
    Jul 31, 2023 3:48 AM
    3661 views | 4 replies
  • Giving options for user to select from, storing selection as string

    Hi, here's my current code that displays a popup window for user input.   I want it so that for Level:, they can choose between two options (each option having a box next to it that the user can tick to select one). What would I have to add to my code to get that? Here's a picture of what I want the "level" user input to look like:Where the user can select one or the other before clicking "Save." ...

    aidanweb aidanweb
    Discussions |
    Jul 29, 2023 7:51 PM
    1353 views | 1 replies
  • 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
    1668 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
    1926 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
    1423 views | 1 replies

Latest Discussions

view all discussions