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

  • 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
    2282 views | 5 replies
  • How would I Update a predetermined reference line in JSL Graph Builder

    I'm new to JMP and scripting, and currently using JMP 17. I inherited a JMP file that has data and a script for visualizing (in line trends mostly) the data. I was asked to update the file with new data and get the trending aligned, but the script uses reference variables that seem to have built-in values (highlighted in red), since a set of values matching "[1, 2, 3] pops up when hovering over xx...

    OrderedJaguar OrderedJaguar
    Discussions |
    Mar 21, 2024 12:33 PM
    1189 views | 2 replies
  • Finding how many times an entry has been repeated within a column using JSL

    Hi all, I'm writing a jsl script to find the repeated string entries (i.e. rows) in a column. The column is basically listing different tests that usually is repeated.  What I'm trying to find is that if I can find the number of times those rows have been repeated, select the top N repeated entries, and then insert those selected entries into a list to be analyzed by graph builder or tabulate.  An...

    RA899 RA899
    Discussions |
    Mar 21, 2024 12:06 PM
    2380 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
    2771 views | 4 replies

Latest Discussions

  • 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
    2282 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
    2771 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
  • How to find/download datasets (along with the results of the functions) from NIST to use for verifying the functions

    Could one verify certain functions in JMP by comparing them to equivalent information for a similar dataset in NIST? These functions may include regression, confidence intervals for a dataset, and calibration curves. If so, how can one find/download datasets (along with the results of the functions) from NIST to use for verifying the functions?

    gholamhasantey gholamhasantey
    Discussions |
    Mar 21, 2024 6:18 AM
    846 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
    678 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