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 to calculate date from cumulative data?

    I have a script that is pulling data from a server everyday. It has a date column from August-present. How can I get which data is from 2 Quarters or 3 Months or 4 Weeks or 10 Days starting from the present day from the data? This calculations should be in separated columns like. And I think a flag will be needed? And is it possible to continuously calculate this using the latest added date? I'm n...

    UserID16644 UserID16644
    Discussions |
    Mar 21, 2024 10:28 PM
    824 views | 1 replies
  • SUMIF: how to get the conditional sum across columns?

    I want to calculate the sum of 10 columns into a new column, whereby I only want to sum the positive values. Similarly, I want another column summing all negative values. In Excel I would use the function SUMIF:     =SUMIF(A1:J1;">0")How can I do something similar in JMP?Using a simple example in excel (while obviously my dataset is a bigger), this is what I am aiming for:   ABCDpositive sumnegati...

    yanne yanne
    Discussions |
    Mar 21, 2024 3:32 PM
    18084 views | 8 replies
  • Storing folder directory from user prompted file selection

    This code not working. Please suggest how to modify it file_name = Pick File ( "Select a file to open" ); // this line of code is working
    folder_path = file_name << Get Directory() ; // this line of code not working. Thanks.

    vibhu7668 vibhu7668
    Discussions |
    Mar 21, 2024 3:04 PM
    1231 views | 3 replies
  • Automatic Calculation of % Yield Change

    Hello,I'm working with JMP 17.0.0 - I'm trying to find a way to calculate the % Change between two conditions in a column that will update automatically as new data is added.  See the attached data file for reference. Presently to find this, I make a Tabulate table where I will use the Trial Phase column in the column zone and drop the calculated yield per batch (Ethanol/Liq Solids) into the drop ...

    Ethanol_Guy Ethanol_Guy
    Discussions |
    Mar 21, 2024 2:33 PM
    2676 views | 7 replies
  • Do you use the preferences?

    Via File/Preferences, you can change the standard settings of Jmp.Very cool to adjust Jmp to your needs  But I found a subtle issue - in combination with the functionality to automatically generate JSL code (save to script, advanced log, Dashboards, log, Workflow Builder ...) The below code changes the preferences, so - please think twice if you want to try it . The story:A user adjusts some setti...

    hogi hogi
    Discussions |
    Mar 21, 2024 2:22 PM
    2283 views | 5 replies

Latest Discussions

  • How to calculate date from cumulative data?

    I have a script that is pulling data from a server everyday. It has a date column from August-present. How can I get which data is from 2 Quarters or 3 Months or 4 Weeks or 10 Days starting from the present day from the data? This calculations should be in separated columns like. And I think a flag will be needed? And is it possible to continuously calculate this using the latest added date? I'm n...

    UserID16644 UserID16644
    Discussions |
    Mar 21, 2024 10:28 PM
    824 views | 1 replies
  • Do you use the preferences?

    Via File/Preferences, you can change the standard settings of Jmp.Very cool to adjust Jmp to your needs  But I found a subtle issue - in combination with the functionality to automatically generate JSL code (save to script, advanced log, Dashboards, log, Workflow Builder ...) The below code changes the preferences, so - please think twice if you want to try it . The story:A user adjusts some setti...

    hogi hogi
    Discussions |
    Mar 21, 2024 2:22 PM
    2283 views | 5 replies
  • Axis Customization - Line Thickness, Description Font, Letter Size

    Hey everybody! I'm currently working on a boxplot graphic that is supposed to look very similar to the attached example (relevant data omitted). I would like to chance the thickness of the lines that represent the x-axis and y-axis to match the overall aesthetic of the graphic (line thickness: 2). Also, I would like to change the appearance of the descriptions on the right (red boxes), namely thei...

    Lukas_Häfner Lukas_Häfner
    Discussions |
    Mar 21, 2024 11:44 AM
    2772 views | 4 replies
  • Change Filter Col Selecter Application Builder with datatable

    Hello guys.. I am working on application builder., In the interface i have a col Filter box for with now when application opens it prompts to select datatable. Now i have a list box in which it display all the open datatables, when users selects a datatable and clicks the button i want the columns in col filter box to change accordingly. I tried set datatable, and also equating the underlying data...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 21, 2024 8:25 AM
    775 views | 1 replies
  • Is it possible to download JMP16?

    Hi, I have a license for JMP 16 Pro, however my company changed my laptop and the new laptop came with JMP17. JMP 17 doesn'y accept my JMP16 license, so I would like to install and use JMP16 instead. Is it possible to download JMP16? PS: I have asked my company for a JMP17 license but they say that they are "negotiating" the license renewals and this will take time (likely months). I can't wait mo...

    tachyon0710 tachyon0710
    Discussions |
    Mar 21, 2024 8:22 AM
    815 views | 1 replies

Latest Discussions

  • Error during stemming in text explorer: Inconsistent Recodes in access or evaluation of 'List'

    Hello Community! I'm trying to recode the stemming in text explorer based on a fixed dictionary of words and I'm getting this error "Inconsistent Recodes in access or evaluation of List". This is my code: obj = dt << Text Explorer( Text Columns( :col1) ); obj << Stemming("Stem for Combining"); obj << Add Recodes( {{"attractive", "Attract"},{"unattractive", "Attract"},{"attract", "Attract"},{"ugl...

    sm3001 sm3001
    Discussions |
    Mar 21, 2024 12:49 AM
    809 views | 0 replies
  • Error column property

    Hello - I have a data set that comes from an external measurement and the software that comes with the instrument automatically calculates the property and error bars that I'm looking for. Is there a way to include the error as a column property without doing a custom column property? I know there's a saved model error property, but fitting a custom model would introduce it's own issues as the mod...

    ehchandlerjr ehchandlerjr
    Discussions |
    Mar 20, 2024 3:32 PM
    680 views | 0 replies
  • SPC Chart from Process Capability Settings

    Hi, when using the process capability functionality and then opening the SPC charts from a selected process, my preferences for SPC are not applied to this generated chart (no shading, level labeling, etc.) is there any way to save preferences for these charts? (JMP17.2)

    JLofman JLofman
    Discussions |
    Mar 20, 2024 9:52 AM
    625 views | 0 replies
  • 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
    882 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
    830 views | 0 replies
view all discussions