cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Toggle visibility of major grid lines in Graph Builder via keystroke

    I'd like to configure an add-in to toggle the visibility of major grid lines in Graph Builder (both X and Y), but I'm struggling with the JSL piece...  I have the GB object, and the SendToReport( .. Dispatch... code, but it seems to want the variable name associated with the X and Y axes, and my Add-in won't know what those are. Is this doable? Here's what I have so far:// steps to get last_gb scr...

    BHarris BHarris
    Discussions |
    Jul 20, 2023 10:16 PM
    2219 views | 7 replies
  • lag function

    Hellohaving issue implementing formula/script using lag function that will help populate a new column where original column has some missing data. so if rows 1-5 have x value and missing readings from 6-10 and a change in row 11 so rows 6-10 would be that x val  

    ParametricStudy ParametricStudy
    Discussions |
    Jul 20, 2023 11:41 AM
    1386 views | 3 replies
  • Accepting data in form of column, converting to string

    I'm trying to do the following: Accept this input from user: A1234965
    A1233339
    A1234736
    A123494Z
    A1233114 Convert it to the string: "A1234965,A1233339,A1234736,A123494Z,A1233114" With no limit on how long the inputted "column" is. I want the user to paste the "column" into a popup window that asks for it, then store that data as the string above. My real problem is finding a way to accept that input f...

    aidanweb aidanweb
    Discussions |
    Jul 20, 2023 9:15 AM
    3016 views | 8 replies
  • JMP 17 - Cannot override F1 'Help' hotkey

    In JMP 16 (Windows) , I removed the F1 hotkey from Help and set up as a new function using Custom Menus and Toolbars.I did the same in JMP 17 standard, and yet when I hit F1, I still get the Help browser link.  Is there another place that F1 is set up that I am missing?  Or is it hardcoded?

    jwilde jwilde
    Discussions |
    Jul 20, 2023 7:35 AM
    504 views | 0 replies
  • DOE Augment design - Suggested runs change every time and have non-Integer numbers

    Hello, I have done a half-factorial screening with 4 factors, and now would like to augment the design to include the rest of the missing 2-way interactions and axial points to check for quadratics.  When I use the DOE -> Augment Design ->Augment-> RSM and 2nd interactions, the number of suggested runs is always 18 (10 previous runs and 8 new runs as the augmented design) , however, the actual run...

    CentroidFilter7 CentroidFilter7
    Discussions |
    Jul 20, 2023 7:10 AM
    1412 views | 5 replies

Latest Discussions

  • lag function

    Hellohaving issue implementing formula/script using lag function that will help populate a new column where original column has some missing data. so if rows 1-5 have x value and missing readings from 6-10 and a change in row 11 so rows 6-10 would be that x val  

    ParametricStudy ParametricStudy
    Discussions |
    Jul 20, 2023 11:41 AM
    1386 views | 3 replies
  • JMP 17 - Cannot override F1 'Help' hotkey

    In JMP 16 (Windows) , I removed the F1 hotkey from Help and set up as a new function using Custom Menus and Toolbars.I did the same in JMP 17 standard, and yet when I hit F1, I still get the Help browser link.  Is there another place that F1 is set up that I am missing?  Or is it hardcoded?

    jwilde jwilde
    Discussions |
    Jul 20, 2023 7:35 AM
    504 views | 0 replies
  • How to clear selection in a data table?

    Hello Everybody,I am creating some subset of a bigger table and then from that subset I create stacked bar chart. The problem is, that after opening the original table there is always something selected which has an influence on the creating of a data subset. The resulting subset contains only column selected in the original table. I used dt << clear select; after opening the original data table b...

    lukasz lukasz
    Discussions |
    Jul 20, 2023 7:10 AM
    6059 views | 3 replies
  • Graph Builder Selections Don't Carry Thru Copy/Paste into PowerPoint on Windows or Mac

    My JMP/OS I'm using:JMP® 16.2.0 (570548)
    Microsoft Windows 10 Enterprise 2016 LTSB 64-bit (10.0.14393.0)     ORJMP® 16.2.0MacOS Ventura 13.4.1 (22F82) Problem: Create the graphbuilder plot below using the BigClass sample data set.Select the 15 year olds as shown (screen clip).  I have my highlight preference set to 'make larger' on Mac. Click 'done' and then Command-C (copy) to copy the plot.  The ...

    datanaut datanaut
    Discussions |
    Jul 19, 2023 4:19 PM
    1515 views | 3 replies
  • Traffic Lights and Gauges in Jmp Dashboards?

    In Jmp Dashboards, is there a function to add Traffic Lights and Gauge Views? https://grafana.com/grafana/plugins/snuids-trafficlights-panel/https://kerrykolosko.com/portfolio-category/svg-templates/     Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = Graph Builder( Size( 437, 413 ), Summary Statistic( "Median" ), Graph Spacing( 4 ), Variables( X( :height ), Y( :weig...

    hogi hogi
    Discussions |
    Jul 19, 2023 10:45 AM
    1210 views | 4 replies

Latest Discussions

  • JMP 17 - Cannot override F1 'Help' hotkey

    In JMP 16 (Windows) , I removed the F1 hotkey from Help and set up as a new function using Custom Menus and Toolbars.I did the same in JMP 17 standard, and yet when I hit F1, I still get the Help browser link.  Is there another place that F1 is set up that I am missing?  Or is it hardcoded?

    jwilde jwilde
    Discussions |
    Jul 20, 2023 7:35 AM
    504 views | 0 replies
  • Heatmap Plot - mixing colors

    In my search for aliens in BigClass, today I want to generate a heatmap plot to show the aliens at a glance.The idea: color the non-alien students green and the aliens red.But with several non-aliens in the same age group, the alien red is just slightly visible: Next idea:
    Let's increase the transparency for non-aliens such that age groups with aliens inside get nicely visible.
    I exected such cells ...

    hogi hogi
    Discussions |
    Jul 18, 2023 4:48 AM
    682 views | 0 replies
  • Tabulate as Tree Box?

    For Tabulate, is there an option to display the table as a Tree Box instead of a flat table?   Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Tabulate( Add Table( Column Table( Analysis Columns( :height ), Statistics( Median ) ), Row Table( Grouping Columns( :sex, :age, :name ) ) ) ) 

    hogi hogi
    Discussions |
    Jul 17, 2023 10:59 AM
    430 views | 0 replies
  • Design space profiler not showing number of random sample

    Hi,  I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design  space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up   Has anyone experienced the same problem? Emmanuel

    eruffet eruffet
    Discussions |
    Jun 27, 2023 12:53 AM
    510 views | 0 replies
  • bounded KDE (Kernel Density Estimator)?

    Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.

    Prokaryote Prokaryote
    Discussions |
    Jun 23, 2023 11:56 AM
    571 views | 0 replies
view all discussions