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

  • Column Switcher Appled to All Open reports

    Hi guys, I am trying to write a script to apply column switcher to all open reports. Please guide me dt = Current data Table(); //Get all Open reports wList = Get Window List( Type( "Reports" ) ); //Get Column to replace and column to replace with win = New Window( "Set a Value", <<Modal, <<Return Result, H List Box( ColumnSwitcherObject = dt << Column Switcher(), colList = dt << Col List ...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 13, 2024 11:00 AM
    1667 views | 4 replies
  • Curiosity question: How can a DoE factor setting cube with >3 dimensions be explained.

    Dear JMP-expert,I have a very general and maybe stupid question.After a DoE plan is sketched I usually use the 3D scatterplot to check the  factor setting.Its is easy to understand for 2 factors, that a 2 D plane can be used to visualize the experimental space and a cube can be used to visualize the experimental space for three factors.Just theoretically: What is now the geometrical representation...

    DualARIMACougar DualARIMACougar
    Discussions |
    Mar 13, 2024 10:32 AM
    1686 views | 2 replies
  • Interpretation related to response model (RSM)

    I attached an image. Please advise me on the following:1) Actual by predicted plot: What is the red line, light red zone, and how should be the light red zone (I assume confidence band) be to be more robust and accurate? In my case It's very wide. Also, you can see the pvalue below the plot is 0.2188. If dots are inside the confidence band, is it a good sign?2) Residual by predicted plot--> How sh...

    sam8546 sam8546
    Discussions |
    Mar 13, 2024 10:03 AM
    5357 views | 6 replies
  • Creating a report makes my fit groups non-interactive

    Good morning/afternoon/evening everyone, Having this strange issue where when I report a fit group I made to a tabbed report it makes the plots non-interactive (red triangle not doing the usual stuff). Screen shot here shows what happens when I click on the red triangle.Here is where I make the tabbed report:////////////////////////Show graphs for each test////////////////// Tests = db_Tests:Te...

    OhThatArabGuy OhThatArabGuy
    Discussions |
    Mar 13, 2024 9:42 AM
    839 views | 1 replies
  • Filter out Ion IDs.

    Hello I have the following script. I run it but it does not make any differences in my table, and it does not spit any errors.  dt = Current Data Table(); % The only data table I have open. exclusion_list = {"P1638070-00-D:TGTX240584C0006:20TVD97GN", "P1638070-00-D:TGTX240584C0006:20T40A34P", "P1638070-00-D:TGTX240584C0006:20TXECFDY", "P1638070-00-D:TGTX240584C0006",};  // Add all values to ...

    Xhindi Xhindi
    Discussions |
    Mar 13, 2024 8:43 AM
    1236 views | 2 replies

Latest Discussions

  • Creating a report makes my fit groups non-interactive

    Good morning/afternoon/evening everyone, Having this strange issue where when I report a fit group I made to a tabbed report it makes the plots non-interactive (red triangle not doing the usual stuff). Screen shot here shows what happens when I click on the red triangle.Here is where I make the tabbed report:////////////////////////Show graphs for each test////////////////// Tests = db_Tests:Te...

    OhThatArabGuy OhThatArabGuy
    Discussions |
    Mar 13, 2024 9:42 AM
    839 views | 1 replies
  • How to use evalinsert on SQL Query?

    Hi all,I am trying to query using a list and a variable. However, I cannot figure out how to query the dateNow variable. I keep on getting this error: Error occurred while trying to execute a query: [SQLState 42601] ERROR: syntax error at or near "00"
    LINE 4: and test_date_time between 03/12/2024 00:00:00 AM and 03/12/... Here is my sample script:namecol= {"James", "John", "Anna", "Rose") dateNow =...

    UserID16644 UserID16644
    Discussions |
    Mar 12, 2024 11:54 PM
    1414 views | 3 replies
  • Reopening saved Querys

    Hello,Problem is following:1. I am making query using query builder in JMP17.2. Query pulling data from particular tables from SQL database. Pulling data and creating from it JMP table works correctly.3. Query is saved as a .jmpquery4. During reopening previously saved query, at each time JMP is unable to find source table and below comment appears. In effect I need to made query from basis at eac...

    BadgerXX BadgerXX
    Discussions |
    Mar 12, 2024 2:07 PM
    1090 views | 2 replies
  • Update table and keep grouped columns

    Hello, I have a JSL script where I'm updating a JMP table with data from a second table that has columns that are grouped. As it stands the update ungroups all the columns from the second table. I can't find anything in the interactive window to specify keeping it grouped, is this possible? Using JMP 17.2. Thanks!

    rhakim23 rhakim23
    Discussions |
    Mar 12, 2024 1:22 PM
    1027 views | 2 replies
  • Need to export dataset from Collibra

    I have collibra data governance set up in my company and I am trying to download dataset from it using API. I am not able find any tutorial/link which can explain how to use API to download files collibra using script. Any where I see it shows how to import into collibra and not export.

    QuadraticWeasel QuadraticWeasel
    Discussions |
    Mar 12, 2024 1:13 PM
    1197 views | 1 replies

Latest Discussions

  • 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
  • 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
    589 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
    552 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
    519 views | 0 replies
  • Do 3rd order effects help define curvature?

    If you have are making a design with a factor you are certain will have a quadratic relationship against a response but you have a wide range, can it be helpful to define a 3rd order model effect for that factor to better identify and model curvature. I work in purification and we often deal with a recovery vs. purity balance. This relationship is usually quadratic around the optimal, where at a l...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Mar 4, 2024 8:21 PM
    887 views | 0 replies
view all discussions