cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • 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
    3363 views | 2 replies
  • Label by Value: add / remove individual labels

    For Heatmap and Bar Graphs, one can add Labels by value. - How can I remove values for a specific subset?
    e.g. just show the labels for pass, but don't show the labels for fail.How can I define that a label must be shown - even if the area is small
    (M, 16y)

    Additional question:
    How can I change the color of the labels via JSL?

    hogi hogi
    Discussions |
    Jun 22, 2023 11:56 AM
    1547 views | 4 replies
  • JMP functions (neural network)

    Hello everyone, I exported a python code from JMP with a neural network function. I am trying to run the code on Spyder but there is a function called "jmp.mz" and I don't know how to replace it. I do not know what this function does. Could anyone help me with this ? Thank you in advance for your time. Have a nice day. Alyson

    BathyAly BathyAly
    Discussions |
    Jun 22, 2023 11:38 AM
    1119 views | 2 replies
  • How do I get labels to 'stack' in graph builder?

    Hello. I am trying to get the labels in this map to be 'stacked' (so that it says the abbreviation on one line and then the number on the next line). Is there a way to do this? Thank you!  

    patriciafm811 patriciafm811
    Discussions |
    Jun 22, 2023 10:28 AM
    1837 views | 5 replies
  • Titre

     Bonjour à tous, Je dispose de cartes de contrôle avec des filtres de données. Est-il possible de mettre à jour le titre de la carte de contrôle en fonction de la sélection dans les filtres de données.  Exemple avec une BD test :  J’aimerai par exemple en fonction de la sélection ici des filtres, le titre de la carte de contrôle soit : " type : 2 & obj : b « . Puis que ce titre soit évolutif en fo...

    hcarr01 hcarr01
    Discussions |
    Jun 22, 2023 7:23 AM
    1684 views | 4 replies

Latest Discussions

  • Label by Value: add / remove individual labels

    For Heatmap and Bar Graphs, one can add Labels by value. - How can I remove values for a specific subset?
    e.g. just show the labels for pass, but don't show the labels for fail.How can I define that a label must be shown - even if the area is small
    (M, 16y)

    Additional question:
    How can I change the color of the labels via JSL?

    hogi hogi
    Discussions |
    Jun 22, 2023 11:56 AM
    1547 views | 4 replies
  • JMP functions (neural network)

    Hello everyone, I exported a python code from JMP with a neural network function. I am trying to run the code on Spyder but there is a function called "jmp.mz" and I don't know how to replace it. I do not know what this function does. Could anyone help me with this ? Thank you in advance for your time. Have a nice day. Alyson

    BathyAly BathyAly
    Discussions |
    Jun 22, 2023 11:38 AM
    1119 views | 2 replies
  • How do I get labels to 'stack' in graph builder?

    Hello. I am trying to get the labels in this map to be 'stacked' (so that it says the abbreviation on one line and then the number on the next line). Is there a way to do this? Thank you!  

    patriciafm811 patriciafm811
    Discussions |
    Jun 22, 2023 10:28 AM
    1837 views | 5 replies
  • Titre

     Bonjour à tous, Je dispose de cartes de contrôle avec des filtres de données. Est-il possible de mettre à jour le titre de la carte de contrôle en fonction de la sélection dans les filtres de données.  Exemple avec une BD test :  J’aimerai par exemple en fonction de la sélection ici des filtres, le titre de la carte de contrôle soit : " type : 2 & obj : b « . Puis que ce titre soit évolutif en fo...

    hcarr01 hcarr01
    Discussions |
    Jun 22, 2023 7:23 AM
    1684 views | 4 replies
  • Remove percentage sign in Graph Builder

    Hi -I am interested in removing redundant % sign in the graph generated with graph builder since Y axis already has it. This would help with space when I have too many bars. How can I remove percentage sign that is highlighted in red? I am using Jmp 12.2 Thank you!

    uProf uProf
    Discussions |
    Jun 21, 2023 10:35 AM
    2136 views | 4 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
    657 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
    1052 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
    591 views | 0 replies
  • 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
    649 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
    775 views | 0 replies
view all discussions