cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to create a data table of 3 columns per row from numeric string

    I'm new to JSL. I have a text string that contains values separated by a "#". The numbers are to be grouped in 3 columnsI know I can write a code to put the values in columns being separated by the "#", but how do I then create a table of 3 values in each row, until the table is complete. I know I'll also probably need to remove the first "#" to prevent issues as first 3 numbers would be in 2nd to...

    godriscoll godriscoll
    Discussions |
    Mar 22, 2024 5:14 AM
    1986 views | 2 replies
  • 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
    3001 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
    1270 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
    1260 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
    1393 views | 2 replies

Latest Discussions

  • How to create a data table of 3 columns per row from numeric string

    I'm new to JSL. I have a text string that contains values separated by a "#". The numbers are to be grouped in 3 columnsI know I can write a code to put the values in columns being separated by the "#", but how do I then create a table of 3 values in each row, until the table is complete. I know I'll also probably need to remove the first "#" to prevent issues as first 3 numbers would be in 2nd to...

    godriscoll godriscoll
    Discussions |
    Mar 22, 2024 5:14 AM
    1986 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
    2414 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
    1006 views | 1 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
    3271 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
    922 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
    932 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
    808 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
    742 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
    1030 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
    996 views | 0 replies
view all discussions