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

  • Fast Way to calculate "nested" Col ... aggregations - like MAD

    In 2017 @Kevin_Anderson submitted a wish to add a functionality to calculate Robust Means and Standard Deviation functions in JSL and Formula Editor .    In 2022 an extended version of the wish was submitted by @jthi :
    Add normalization and robust statistical functions (and matrix functions) 
    with the comment: @jthi wrote: Most of these could already be implemented fairly easily by using existing st...

    hogi hogi
    Discussions |
    Jul 18, 2025 2:01 PM
    695 views | 3 replies
  • the new Where?

    Hi, how can I use the new Where function with lists of lists or matrices? xs = {10, 20, 30, 50}; Where( Print(xs); xs ==10 ); xs = {[10 20], [30 50]}; Where( Print(xs); xs ==[10 20] );

    hogi hogi
    Discussions |
    Jul 18, 2025 1:07 PM
    1650 views | 5 replies
  • Selecting all rows in a data table where date/time is between two values in another table

    Hi, I have two data tables named, HVAC and Events.  I want to match date/times in HVAC based on start time and end times of the Events table and mark the matching rows in HVAC table with 1.   I have script that runs but does not populate the "Matched" column and I am not quite sure why.   Names Default to Here (1); Clear Symbols(); // Reference both tables timeEvents = DataTable("Events"); timeHVA...

    Onjai Onjai
    Discussions |
    Jul 18, 2025 12:09 PM
    689 views | 5 replies
  • Import from PI - windows authentication

    Hi   I am trying to connect to an Aveva PI web API PI Web API Reference   None of the authentication methods will work.     Using Power BI I need to use windows authentication with alternate credentials.   Tried putting in the authentication credential that works in Power BI in the basic without success.    Is there a way to solve this using the alternate credentials for the jmp interface?   Bes...

    AMFarbrot AMFarbrot
    Discussions |
    Jul 18, 2025 7:33 AM
    398 views | 1 replies
  • Query Builder missing "Random N rows" sample option

    Hi,      I've noticed with JMP 18.1.2 and MySQL ODBC 8.1 Unicode driver that I'm not seeing the option to sample the result set by a random number of rows.  Is this an option that was dropped from JMP or the driver?  Is there a way to get it back in query builder?   Thanks

    cgoggin cgoggin
    Discussions |
    Jul 18, 2025 7:19 AM
    339 views | 1 replies

Latest Discussions

  • the new Where?

    Hi, how can I use the new Where function with lists of lists or matrices? xs = {10, 20, 30, 50}; Where( Print(xs); xs ==10 ); xs = {[10 20], [30 50]}; Where( Print(xs); xs ==[10 20] );

    hogi hogi
    Discussions |
    Jul 18, 2025 1:07 PM
    1650 views | 5 replies
  • Import from PI - windows authentication

    Hi   I am trying to connect to an Aveva PI web API PI Web API Reference   None of the authentication methods will work.     Using Power BI I need to use windows authentication with alternate credentials.   Tried putting in the authentication credential that works in Power BI in the basic without success.    Is there a way to solve this using the alternate credentials for the jmp interface?   Bes...

    AMFarbrot AMFarbrot
    Discussions |
    Jul 18, 2025 7:33 AM
    398 views | 1 replies
  • Query Builder missing "Random N rows" sample option

    Hi,      I've noticed with JMP 18.1.2 and MySQL ODBC 8.1 Unicode driver that I'm not seeing the option to sample the result set by a random number of rows.  Is this an option that was dropped from JMP or the driver?  Is there a way to get it back in query builder?   Thanks

    cgoggin cgoggin
    Discussions |
    Jul 18, 2025 7:19 AM
    339 views | 1 replies
  • How do I reproduce the profiler generated by Analyze>Fit Model using Graph>Profiler when using a log transformed response?

    I know how to reproduce the profiler generated by Analyze>Fit Model using Graph>Profiler when the response is not transformed. In the attached .jmp file "Profiler Example.jmp", script #1 fits a linear regression to the example data with no transform. If I save the "Prediction Formula" and "StdErr Pred Formula" columns, I can reproduce the profiler from script #1 using Graph>Profiler, as show in sc...

    mminor mminor
    Discussions |
    Jul 17, 2025 8:24 AM
    1267 views | 3 replies
  • Script table de données

    Bonjour, je viens de basculer sur jmp 18 il y a peu.  j'utilisait la version 16 avant. J'ai créé un script pour extraire des données analyses numérique de plusieurs échantillons. j'ai concaténé ces différents échantillons sur une même table de données. Ensuite je transpose. Et la version transposée est ensuite ajouté à une autre base avec les échantillons ultérieurs. Ce script fonctionnait correct...

    GregP GregP
    Discussions |
    Jul 17, 2025 8:11 AM
    1140 views | 10 replies

Latest Discussions

view all discussions