cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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 do I use Graph builderto overlay Points & Boxplots

    Hi,  I've never been able to get the points to overlay the boxplts correctly in JMP. Does anyone know a way to get the points to align within each boxplot?  Thanks,  Naeem 

    ndowidar ndowidar
    Discussions |
    Mar 19, 2024 4:46 AM
    871 views | 2 replies
  • Import of 3 sheets from the same Excel file

    Hello all,I would like to import 3 sheets from the same Excel file in JMP.My Excel fil is encrypted with a password.If I import the 3 sheets (AAA, BBB, and CCC) with the following code (written 3 times), I need to write 3 times the password:Open( "/P:/XXX/TEMPLATE.xlsx", Worksheets( "AAA" ), Use for all sheets( 1 ), Concatenate Worksheets( 0 ), Create Concatenation Co...

    Sebastienlg Sebastienlg
    Discussions |
    Mar 19, 2024 2:47 AM
    919 views | 2 replies
  • How to script date of the current month for data compilation

    Hi all, I have the following code which does not work :// Current date aujourd'hui = Text(Today(),"00000000"); // Obtain the month number format "MM" numero_mois = Text(Month(aujourd'hui), "00"); // Obtain the year number - 1 format YYYY numero_annee = Text(Year(aujourd'hui) - 1, "0000"); // Concatenate the result date_debut_mois_actuel_Y = ("01" || numero_mois || numero_annee); // Show the re...

    Arkawa Arkawa
    Discussions |
    Mar 19, 2024 2:18 AM
    3253 views | 10 replies
  • Hide x-axis and y-axis number label

    Hello JMP community,   I am preparing my talk on the upcoming discovery summit.   Because of confidentiality reasons I cannot show the y and x-axis labels. See pic, where I removed the axis box via the properties visibility option.       Normalizing all the data to range 0 to 1 changes all the analyses I did with scripts. So as I see it, I need to keep the original (confidential) numbers but need...

    Benjamin_Fuerst Benjamin_Fuerst
    Discussions |
    Mar 19, 2024 12:22 AM
    4105 views | 9 replies
  • How to include greek letters when editing axis title (without changing column name)

    Hi,Is there a way to insert a Greek letter and special character when editing the axis title of a graph, without changing the column name in the data table?  Thanks in advance. 

    Greeny Greeny
    Discussions |
    Mar 18, 2024 7:17 PM
    1619 views | 5 replies

Latest Discussions

  • Projects and closing multiple dirty tables/scripts

    JMP Pro 17.2.0Is there a way to close what is selected in Project Workspace pane without the Save dialog for each individually?Or a way to identify what is selected in the Workspace pane to create a toolbar script button to close selected without saving or << Set Dirty(0) prior to closing? In the JMP Home Window List if you close multiple dirty windows it will let you "Save None". This would be th...

    ts2 ts2
    Discussions |
    Mar 18, 2024 2:55 PM
    732 views | 2 replies
  • import of a Excel file with column name containing formulas

    Hello all, I would like to import an Excel file in JMP. However, the column name are formulas that allow to import names from another Excel sheet and it doesn't work. Here are the names of the imported column:Do you know if the is a way to import a such Excel file? Thank you in advance,Sébastien

    Sebastienlg Sebastienlg
    Discussions |
    Mar 18, 2024 8:24 AM
    1731 views | 6 replies
  • How to find/extract the corresponding value on x axis for y max (peak) value ?

    I need a quick way to extract the peak values of Y-axis and its corresponds on X-Axis.The plot was performed in Graph Builder. X-axis is log scale.    

    saad saad
    Discussions |
    Mar 18, 2024 8:22 AM
    1017 views | 2 replies
  • Note Column Property & Hover Pop-up: how to manipulate?

    So, apparently if the Column Property Notes is set, it enables a hover pop-up (when you hover over the column name) displaying the contents of the Notes field. To see this in action: Sample Data>Polyethylene Process.jmp. In this case, the column names are very short and not descriptive. By hovering over the column name, the descriptive Note pops-up. This is a great feature!!! So, my issue is the f...

    markschahl markschahl
    Discussions |
    Mar 18, 2024 1:36 AM
    986 views | 2 replies
  • JMP software for analytical purpose

    Dear sirGreetingsi would like to know whether this JMP software for QBD version 17 , is applicable for designing analytical data for developing a new method for analysis . if yes, please let me know how to use this software for above mentioned purpose. thank you 

    kalpana_V kalpana_V
    Discussions |
    Mar 16, 2024 9:54 PM
    1624 views | 7 replies

Latest Discussions

  • file I/O error writing preference unable to write out file buffer

    HI, I tried to change the preference of my jmp, but it pops out error window saying  :"file I/O error writing preference unable to write out file buffer"

    wosongtao wosongtao
    Discussions |
    Mar 14, 2024 9:11 PM
    639 views | 0 replies
  • Creating a workflow for analysis and plotting of bioassay qualification data

    Hi community. I'm looking for support to create a workflow in JMP 17.2 for analyzing and plotting data from bioassay qualification study. Specifically, I'd like to base the calculations of relative bias and intermediate precision on equations provided in regulatory guidelines, USP <1033>. @Valerie_Nedbal,  @gail_massari The qualification study design consists of two independent 96WP per run, on ea...

    AgnieszkaL AgnieszkaL
    Discussions |
    Mar 12, 2024 6:49 AM
    618 views | 0 replies
  • FDE - How does JMP deal with sparse data if user doesn't perform pre-alignment?

    Hi, My question refers to the situation where the user doesn't opt for Direct Functional PCA (Functional Data Explorer Platform Options). By pre-aligment I refer, for instance, to the functions `Reduce` and `Align` detailed in Data Processing Options.I would like to know if, for sparse data (Overview of the Functional Data Explorer Platform), JMP performs an automatic alignment if the user doesn't...

    ConstructCoyote ConstructCoyote
    Discussions |
    Mar 11, 2024 3:00 AM
    438 views | 0 replies
  • DataTable Prompt in application builder on module load

    Hello guys, I have applciation builder with multiple modules. one of the module only contains column list which requires selection of datatable. How to make jmp prompt to select datatable only when that module loads.By default it prompts when the application loads  Kindly guide. Thanks in advance

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 3:54 AM
    425 views | 0 replies
  • JMP Project Global Data Filter and Column Switcher

    Hello Guys, I just started exploring jmp project. I am wondering if there is any option to add Global Data Filter and a global column switcher to a jmp project.Currely i have created a jmp project with various reports from a datatable (similar to dashboard) but i want to know if there is a option to add a global data filter and also a global column switcher to this screen. My idea : To create a sc...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 12:10 AM
    407 views | 0 replies
view all discussions