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

  • sumif: count columns if they contain some character

    Hello,I found a discussion from 2015 (subject "sumif") that has a very helpful script for my current task.I wrote there my question but I don't know if people who participated in that discussion can see my question. This script I found (slightly modified) and it works great for counting columns for each row where values are "0/0" (or whatever).dt << New Column("Sum", Numeric, Formula( ...

    Valentina Valentina
    Discussions |
    Mar 22, 2024 3:27 AM
    2544 views | 7 replies
  • How to use Set Property() to make a custerm order for a column?

    Hi, Dears,I have a Demo.jmp which includes 3 columns:Column Name, Data TypeT, CharacterValue,NumericSN,Characer I'd like to make a custerm order on column "T" as "LT","RT","HT" ascending with the script below://dt = Open("Demo.jmp"); //please open Demo.jmp manually dt = Current Data Table(); dt << Recode Column( :T, Update Properties( 1 ), Target Column( :T )); :T <<Set Property( "Value Order",{"...

    AutoDormouse960 AutoDormouse960
    Discussions |
    Mar 22, 2024 12:40 AM
    1028 views | 1 replies
  • How to write wait time in JSL as a numeric display of seconds?

    Specific point: I set the countdown for 20 seconds, and when there are still 5 seconds left, a window will pop up to show the remaining number of seconds, and the displayed number will be reduced by second, and the countdown window will automatically close Wait(20);Thanks!

    lala lala
    Discussions |
    Mar 22, 2024 12:27 AM
    1055 views | 2 replies
  • Fill column once per group without repeating values with JSL

    Hi!So I have the below data table.  The individual test results are in the "test result" column and indicate if the respective y passes test a,b, and c. The "overall result" column indicates a "pass" if 2 or more of the tests (a,b,c) pass. I was able compute the overall result with a formula, but what I would like to do is get a list that says the result once per Y variable-- i.e. overall result =...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Mar 21, 2024 10:52 PM
    1150 views | 2 replies
  • Finding questions raised by members. on specific tpoic in this platform

    hello all, There are a lot of discussion is happening in this platform let's say I need to filter and see what are all the discussions happened related to DOE and its analysis in discussion platform how can I do it? Every time we are choosing one of this.

    Statexplorer Statexplorer
    Discussions |
    Mar 21, 2024 10:29 PM
    1990 views | 6 replies

Latest Discussions

  • Finding questions raised by members. on specific tpoic in this platform

    hello all, There are a lot of discussion is happening in this platform let's say I need to filter and see what are all the discussions happened related to DOE and its analysis in discussion platform how can I do it? Every time we are choosing one of this.

    Statexplorer Statexplorer
    Discussions |
    Mar 21, 2024 10:29 PM
    1990 views | 6 replies
  • 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

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