cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How do I let user select their files to open via JSL?

    Hi All,As I'm new user to JMP, I want to know how do I open any csv file  without specifying any folder in the JSL script. I have saved this script from data table but instead of opening the folder and hence csv file from here I want the users to select folder and open any csv like in below image.Thanks ! 

    Sukanyap Sukanyap
    Discussions |
    Jun 23, 2023 4:56 AM
    4124 views | 5 replies
  • image jpg

     Bonjour à tous,  J’ai une question par rapport aux images jpg, je ne trouve pas de documentation sur JMP à ce sujet.Dans mon cas, je dispose d’un dossier contenant environ 3000 images sous le format « jpg ». J’aimerais pouvoir afficher dans le constructeur de graphiques ces images au format « jpg » en fonction de la sélection des filtres de données locales.

    Par exemple :  Ici, il faudrait que s’af...

    hcarr01 hcarr01
    Discussions |
    Jun 23, 2023 4:43 AM
    1808 views | 2 replies
  • Changing data types and modelling type while plotting data

    Hi Team,It's kind of I'm stuck, I want to change the data type of a column when plotting. Explanation : My original data type is "numeric and continuous" but I want to change the data type to "character and nominal" via JSL. It is needed because visual analysis of plots are not very impressive as we can see hereAnd with data types changed it's acceptable1) I'm using JSL for plotting using Graph bu...

    Sukanyap Sukanyap
    Discussions |
    Jun 23, 2023 3:47 AM
    1963 views | 1 replies
  • Script recode values for multiple columns using Associative Array and loop

    Hello, JMP user community,Very often I need to re-code values and I like to use a file with mapping keys (attached, help_med_code.jmp).From this mapping data I made the associative array and to re-code values in my dataset (help_data.jmp) I re-code values for each column.Sometimes I have a lot of columns and using the loop would be preferable.However, my script for loop doesn’t work (attached, hel...

    Valentina Valentina
    Discussions |
    Jun 22, 2023 2:48 PM
    1702 views | 2 replies
  • Regex to remove text from string

    Hi, I am trying to remove specific text from a string using regex. The cell contents contain one or more items separated by commas with "not detected" at the end. I'd like to remove "not detected"  to leave just the items listed that can be split by the comma. What I am using: Regex( Substitute( :"DETAILS"n, "not detected", "" ), "\S*" ) However, this appears to be truncating the list wherever the...

    FeralCass FeralCass
    Discussions |
    Jun 22, 2023 1:30 PM
    3705 views | 2 replies

Latest Discussions

  • image jpg

     Bonjour à tous,  J’ai une question par rapport aux images jpg, je ne trouve pas de documentation sur JMP à ce sujet.Dans mon cas, je dispose d’un dossier contenant environ 3000 images sous le format « jpg ». J’aimerais pouvoir afficher dans le constructeur de graphiques ces images au format « jpg » en fonction de la sélection des filtres de données locales.

    Par exemple :  Ici, il faudrait que s’af...

    hcarr01 hcarr01
    Discussions |
    Jun 23, 2023 4:43 AM
    1808 views | 2 replies
  • How to construct a JMP add-in to run a floating window with click boxes for different sequentially dependent scripts?

    I have two main scripts (1) trendStudy (2) corrStudy, both of which call a bunch of other scripts but corrStudy does not call any scripts which trendStudy calls.trendStudy produces a data table and a chart. corrStudy needs to use the data table created by trendStudy. Both set of scripts are working.I want to have these two scripts built into a JMP add-in in the following way.When the add-in is sta...

    Neo Neo
    Discussions |
    Jun 21, 2023 10:13 AM
    1335 views | 2 replies
  • Make Filter Change Handler () triggering only after second filter change, why not first?

    I use the Make Filter Change Handler () to dynamically change the y-axis title based on changes made by the user on the local data filter. The script uses solution by @hogi from here. However, in my example case (script below) which represents my actual case closely, the y-axis title is changes only after the second checkbox is checked on "age". How to make the y-axis tile change upon the first ag...

    Neo Neo
    Discussions |
    Jun 21, 2023 10:05 AM
    2062 views | 5 replies
  • issue to insert date variable into customsql

    Hi,I want to set the start and end datetime as variable then insert into customsql. in method one below, JMP Alert of converting issue. When I simply hard coded the start and end date as variable, it run without issue. I check both the start and end date type in both method, both are string(). Event the custom sql after substitute into are identical. I cannot find out why the method one not workin...

    dadawasozo dadawasozo
    Discussions |
    Jun 20, 2023 11:48 AM
    1731 views | 4 replies
  • How to set Scale Values in Graph Builder use Col Quantile function?

     HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder( Size( 839, 726 ), Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ), Elements( Points( X, Y, Legend( 6 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 6, Pr...

    Solarwing Solarwing
    Discussions |
    Jun 20, 2023 9:32 AM
    786 views | 0 replies

Latest Discussions

  • How to set Scale Values in Graph Builder use Col Quantile function?

     HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder( Size( 839, 726 ), Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ), Elements( Points( X, Y, Legend( 6 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 6, Pr...

    Solarwing Solarwing
    Discussions |
    Jun 20, 2023 9:32 AM
    786 views | 0 replies
  • New Series on JSL and Visual Code Studio

    Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog.   We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1:  https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...

    wjlevin wjlevin
    Discussions |
    Jun 19, 2023 2:26 PM
    1225 views | 0 replies
  • Overlaying histograms: Iterating a function through N number of columns?

    @PatrickGiuliano ,  As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x):  can be iterated ?  Y Function(N, x);
    For(i = 1, i <= N Col(xm), i++,
    ym[i] = Min(Normal D...

    DecileDromedary DecileDromedary
    Discussions |
    Jun 19, 2023 6:31 AM
    702 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
    847 views | 0 replies
  • Criblage des processus

    Bonjour à tous,Est-il possible de mettre dans le criblage des processus le format/la colonne de notre choix dans le module « dernière alarme ». Pour ma part j’aimerais pouvoir y mettre une colonne Date pour pouvoir contrôler à quels jour interviennent mes dernières alarmes.Merci pour votre aide.

    hcarr01 hcarr01
    Discussions |
    Apr 3, 2023 2:41 AM
    835 views | 0 replies
view all discussions