cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • Dynamic chart creator

    Hi,I would like to write a script that helps the user to create some required charts with less mouse clicks.For example, typically when I'm making charts manually, I have to first create X-Y graph, then select legend, then click on Automatic recalc, Unselected faded, group by, and put splines. This turns out to be very tedious.So basically what I want to write is a script that the user would only ...

    Yotam Yotam
    Discussions |
    Aug 5, 2020 5:56 AM
    3447 views | 6 replies
  • How to set min/max colour gradient for cell plot

    Hello,I have cell plots from a table, in groups.The cells are coloured by gradient according to the min/max in a group; each group has a different min/max. Is it possible to set each group to have the same min/max colour gradient? Thank you in advance 

    nuka_cola9 nuka_cola9
    Discussions |
    Aug 5, 2020 5:07 AM
    6540 views | 4 replies
  • batch process for http request

    Hello, I trying to write a script that sends an http request by putting together an endpoint. Putting together the request itself is not an issue but in some cases, I need to request some info on more than a 1000 items (test_article) at once. I'm limited by the maximum length of the http request to requesting about a 1000 at a time. Unfortunately, I have not been able to figure out how to put toge...

    Sburel Sburel
    Discussions |
    Aug 4, 2020 2:13 PM
    3565 views | 5 replies
  • Automatic local data filter

    Hello, everyone,Could you please give me your hand to solve problems. 1. The situation
    I am trying to make a script to automate drawing graphs every day.This is a situation that I need to create data for each equipment station daily used.
    Meanwhile, as the number of stations is large (ex. there's 40 stations), I cannot plot all of station in one graph. So I select three stations on one graph with lo...

    Brad_Park Brad_Park
    Discussions |
    Aug 4, 2020 4:14 AM
    2641 views | 4 replies
  • Bar graph of split column

    Hi,
    I have a table with many columns. one is a binary variable with 0,1 and lables 0=No, 1=Yes.
    Another is a formula column based on several others which is categorical with the numbers 0-5.
    I would like to create a bar graph with the categorical column on the x axis and the percentage of yes in each category as the y axis.
    I could obtain this data by splitting the table using these two columns (split...

    eliyahu100 eliyahu100
    Discussions |
    Aug 4, 2020 3:42 AM
    2176 views | 1 replies

Latest Discussions

  • Dynamic chart creator

    Hi,I would like to write a script that helps the user to create some required charts with less mouse clicks.For example, typically when I'm making charts manually, I have to first create X-Y graph, then select legend, then click on Automatic recalc, Unselected faded, group by, and put splines. This turns out to be very tedious.So basically what I want to write is a script that the user would only ...

    Yotam Yotam
    Discussions |
    Aug 5, 2020 5:56 AM
    3447 views | 6 replies
  • How to set min/max colour gradient for cell plot

    Hello,I have cell plots from a table, in groups.The cells are coloured by gradient according to the min/max in a group; each group has a different min/max. Is it possible to set each group to have the same min/max colour gradient? Thank you in advance 

    nuka_cola9 nuka_cola9
    Discussions |
    Aug 5, 2020 5:07 AM
    6540 views | 4 replies
  • batch process for http request

    Hello, I trying to write a script that sends an http request by putting together an endpoint. Putting together the request itself is not an issue but in some cases, I need to request some info on more than a 1000 items (test_article) at once. I'm limited by the maximum length of the http request to requesting about a 1000 at a time. Unfortunately, I have not been able to figure out how to put toge...

    Sburel Sburel
    Discussions |
    Aug 4, 2020 2:13 PM
    3565 views | 5 replies
  • Text Edit Box Inside a For Loop

    Hi, I want to generate text edit boxes using a For Loop. I was wondering how could I get text from each text box and use it later (I need to use it later in a Select Where function) Here is my script. It can generate the display boxes but seems can not get the text from them. There is an error message.prefix = []; win = New Window("Start", <<Modal, <<ReturnResult, vlb = Vlistbox(), Fo...

    hahahaqing hahahaqing
    Discussions |
    Jul 31, 2020 7:36 AM
    1466 views | 1 replies

Latest Discussions

  • XPath Query() and XML namespaces

    I have a bunch of XML documents that I want to put into a data column. I want to use XPath expressions to pull out values from them, by appending columns that contain formulas that make use of the XPath Query() function. Some of my documents have XML-namespace qualified element names. For example, one might look like this: <?xml version="1.0" encoding="UTF-8"?> <synopsis xmlns="http://www.cap.org/...

    john_madden john_madden
    Discussions |
    Jul 23, 2020 9:53 AM
    1317 views | 0 replies
  • Using JMP to Calculate Surface Flatness

     Has anyone used JMP to calculate the Minimum Zone surface flatness of a point cloud? I have some differences between two metrology areas for our surface flatness requirements and wanted to check them in JMP. There are different algorithms for doing the calculation. (There is an ASME standard for the general rule, ASME Y14.5: " a tolerance zone defined by two parallel planes within which the surfa...

    jay_holavarri jay_holavarri
    Discussions |
    Jul 20, 2020 11:26 AM
    1561 views | 0 replies
  • Save all scripts and close reports by JSL

    Trying to write a script for this I found the following below working. JMP15@Win10.The first part opens two tables and starts some Reports,and the second Closes all report Windows post saving scripts to belonging tables.But when the report has a local datafilter, the script is not working any more (get scriptable object doesn't get the Right reference).Is there a way to find proper reference for e...

    Georg Georg
    Discussions |
    Jul 20, 2020 7:48 AM
    1313 views | 0 replies
  • [JSL Contour Plot] Method of define contour plot, number, minimum, maximum

    The contour plot is very helpful to show 3D map, however the problem of defining the zone is always a trouble. In my typical jsl plot, I use something below to define the contour plot zone number = 8, maximum = 1.4, minimum =1. However, the table column :Length may change time to time, and the scale will have to be modified manually for each corresponding plot.   Does someone have experience how t...

    Stokes Stokes
    Discussions |
    Jun 25, 2020 12:09 PM
    1194 views | 0 replies
  • Impact of screen resolution on html output

    Hi, I'm preparing a dashboard using jmp that will be used for a daily meeting. It contains information in form of data tables and text boxes. In order to transfer text sizes and colors for the text as well as the data tables into the html output I transformed them into pictures (rep = dt << get as report(); pic = rep << get picture(); ). I set up all font sizes on my external monitor and it worked...

    Ole Ole
    Discussions |
    Jun 9, 2020 6:21 AM
    1174 views | 0 replies
view all discussions