cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • How are Avg Rs for XBarR-Charts with subgroups of varying size calculated ?

    HelloWhen I create an Xbar Chart with sub groups of various sizes defined by a label, I am getting different Avg Rs for the different subgroups (see graph). How exactly are the avg Rs (displayed in the R Chart as the Center line) for a given subgroup calculated ? Originally I thought they were the mean of the ranges within a subgroup, but there are several occasions (in the graph below), where the...

    UnivariateRules UnivariateRules
    Discussions |
    Jun 18, 2023 10:52 PM
    2155 views | 4 replies
  • JSL command to call "Value Order" window

    Dear,I'm writing a JSL script but I would like to call "Value Order" window so that I can sort the data by that window.In the Scripting Index I found "axisbox << Edit Value Order();" and "Value Order" appears. But after I apply to my script it does not appear the "Value Order" window.Syntex: obj << Edit Value Order
    My script I refer obj as a Table:ColumnName? Is it do-able?Thank you for your help.

    AvgLizard122 AvgLizard122
    Discussions |
    Jun 18, 2023 7:04 PM
    2110 views | 4 replies
  • Repeat legend with every page

    When a graph is created (in Graph Builder) with multiple pages, using one of the variables as a page parameter, the legend is only shown for the first page.How to repeat the legend for all pages?Any suggestion much appreciated!

    Piet_Hoogkamer Piet_Hoogkamer
    Discussions |
    Jun 18, 2023 2:00 PM
    15355 views | 15 replies
  • How can I listen for HTTP requests and then fire a callback function?

    I've been reading the sockets examples, but all I can get JMP to do is acknowledge receiving a request, I can't get the payload or message of the request.  Is there a better way than sockets or scheduler to achieve nonblocking communication?

    Everything is on windows.Basically my workflow is:Render an HTML page with JMP,interact with the data using javascript, html, csspass the result to a python Fl...

    xxvvcczz xxvvcczz
    Discussions |
    Jun 17, 2023 12:28 PM
    8396 views | 7 replies
  • Grouped Contour Plot of Lower 95% Prediction Interval

    Hi, I am trying to plot contour plots for the lower 95% prediction interval that are grouped by two variables. I can achieve the plot in Graph Builder, but it does not display the predictions for design points that have no experimental data. What I would like to do is plot all of the predictions over the entire possible range of my variables.Is there a way to generate the predictions for a grid of...

    JoffJones JoffJones
    Discussions |
    Jun 17, 2023 6:02 AM
    1789 views | 3 replies

Latest Discussions

  • JSL command to call "Value Order" window

    Dear,I'm writing a JSL script but I would like to call "Value Order" window so that I can sort the data by that window.In the Scripting Index I found "axisbox << Edit Value Order();" and "Value Order" appears. But after I apply to my script it does not appear the "Value Order" window.Syntex: obj << Edit Value Order
    My script I refer obj as a Table:ColumnName? Is it do-able?Thank you for your help.

    AvgLizard122 AvgLizard122
    Discussions |
    Jun 18, 2023 7:04 PM
    2110 views | 4 replies
  • Possible to have title bar display full file path?

    Is it possible to have the title bar display the full file path rather than just the filename?

    Citizen_Snips Citizen_Snips
    Discussions |
    Jun 16, 2023 5:59 PM
    1546 views | 4 replies
  • Formatting column within control chart builder jsl

    Hello, I am having an issue creating a control chart when trying to script it with JSL on JMP17. I have a column that contains a long date and time in the format "02/24/2023 8:22:00 PM". I would like to use the formula Abbrev Date () to change the format of the label on the X-axis to only the date "02/24/2023" to reduce the clutter in the control chart. If this isn't the best way to do it, please ...

    JeffG JeffG
    Discussions |
    Jun 16, 2023 8:30 AM
    1765 views | 4 replies
  • Plan optimal // facteurs catégoriels

    Bonjour,Lorsque je passe pas la plateforme plan optimal :- je fais un plan avec 3 facteurs catégoriels chacun avec 3 niveaux + j'ajoute seulement les 3 effets principaux => 18 essais recommandés- je fais  un plan avec 3 facteurs catégoriels, 2 facteurs avec 3 niveaux et 1 facteur avec 4 niveaux + j'ajoute seulement les 3 effets principaux => 12 essais recommandés.Pourquoi il y a moins d'essais pou...

    Charlotte1 Charlotte1
    Discussions |
    Jun 16, 2023 6:05 AM
    1384 views | 2 replies
  • How to save results from SQL query in data table?

    Hello Everybody,I have the following issue. I want to execute SQL query to get data from database and that is working well. After that I would to save data from query in data table and use that for further processing. Based on ideas from other posts I did a simple assignment to the new variable dt_TestData. I am providing as argument for Data Table the name taken from QueryName. However an error o...

    lukasz lukasz
    Discussions |
    Jun 16, 2023 3:58 AM
    7182 views | 5 replies

Latest Discussions

  • problème importation base oracle avec Jump

    bonjour, quand j'importe une base type oracle avec Jump, j'obtiens pour certaines valeurs des caractères spéciaux; voir image.alors que dans la base de données, les cellules sont vides. est-ce que celà vient du client Oracle sur mon poste?est-ce que celà vient de la base oracle sur le serveur,est-ce que celà vient du client Jmp? cordialement  

    Françoise Françoise
    Discussions |
    Jun 12, 2023 9:12 AM
    638 views | 0 replies
  • Combine Rule

    Referring to Rules: Stepwise Regression Control Panel (jmp.com) and Example of the Combine Rule : JMP Help Could somebody please further elaborate on the 2 tests when considering the entry for a term. It would also be immensely helpful if the explanation was based on stepwise backward selection. "Calculates p-values for two separate tests when considering entry for a term that has precedents. The ...

    CorpVi CorpVi
    Discussions |
    Jun 12, 2023 2:59 AM
    762 views | 0 replies
  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    740 views | 0 replies
  • Main Menu("command") - return value?

    If I open a file via open("filename"), the command returns a reference to the data table which can be used as dt = open("filename");If I trigger open viadt = Main Menu("open")it doesn't return a reference to the data table. In general, is there a way, when triggering a command from the Main Menu, to get the return value?e.g. a reference to a data table for a user defined file loader - or an error ...

    hogi hogi
    Discussions |
    Jun 7, 2023 8:42 AM
    628 views | 0 replies
  • Selecting multiple legend entries - how?

    Sometimes in a GraphBuilder it's difficult to select multiple entries in the legend, especially along the idea:- select a first entry- press shift *)- while clicking on another entry.If everything works fine, at the end both entries plus the entries in between will be selected. But there are cases where either the first selected entry or all entries are deselected at the end.
    Is there a feature beh...

    hogi hogi
    Discussions |
    May 24, 2023 3:08 PM
    633 views | 0 replies
view all discussions