cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Option to Treat Distribution() as Modal

    Hi, Is it possible to treat the "Distribution" function as modal? I am looking to create a distribution report with an arbitrary number of Continuous Distributions that I will later modify or change via JSL. I found that a dialog opens when I run the code below, but execution is not halted and the rest of my code is run before I have a chance to select my columns of interest. I have also looked in...

    Connor_K Connor_K
    Discussions |
    Jul 27, 2023 1:52 PM
    2068 views | 3 replies
  • Adding outlines horizontally in journal

    I'm looking to make a journal with "Smaller outlines" within "Bigger outlines". I don't want the top outline to expand vertically, but rather horizontally.  Edit: I see from an example journal (that looks like what I want) that the "Smaller Outlines" boxes should be List boxes with button boxes underneath... but I don't see an option to add either of these?   

    aidanweb aidanweb
    Discussions |
    Jul 27, 2023 11:40 AM
    2562 views | 3 replies
  • AddIn - check if avaialble?

    How can I check via JSL if an AddIn is installed, e.g. Dynamic Subset Add-In (Filterable Data Table, updated) ? Is there a JSL command to enable/disable an Add-In?

    hogi hogi
    Discussions |
    Jul 27, 2023 11:05 AM
    3337 views | 6 replies
  • Sort Column by column properties

    Hi JMP Community, Is there a way to sort the columns by the column property?I have a data table where the column contains the property "Test Number" (see below). I want to sort all the columns in the column group "Tests" by the column property "Test Number"I have attached the data table below. Any suggestions?Thanks, Jackie!

    Jackie_ Jackie_
    Discussions |
    Jul 27, 2023 10:55 AM
    3751 views | 7 replies
  • How to create a matched cohort?

    I am conducting a matched cohort study and would like to use JMP to create my control cohort.  I have approximately 2000 cases and 10000 potential controls.  I would like to match the cases to controls in a 1 to 1 ratio.  How can I use JMP to select from the 10000 potential controls by matching those who are the most similar to the cases on three factors - date of admission to the hospital, comorb...

    shahram shahram
    Discussions |
    Jul 27, 2023 9:50 AM
    14217 views | 4 replies

Latest Discussions

  • Option to Treat Distribution() as Modal

    Hi, Is it possible to treat the "Distribution" function as modal? I am looking to create a distribution report with an arbitrary number of Continuous Distributions that I will later modify or change via JSL. I found that a dialog opens when I run the code below, but execution is not halted and the rest of my code is run before I have a chance to select my columns of interest. I have also looked in...

    Connor_K Connor_K
    Discussions |
    Jul 27, 2023 1:52 PM
    2068 views | 3 replies
  • with nolock option in QueryBuilder option?

    Is there an option to run Query Builder including a "with nolock" statement to not tie up a database during a long data pull? Copying the QueryBuilder generated SQL into a script window and adding "with nolock"  produced an error.

    bittnere bittnere
    Discussions |
    Jul 27, 2023 5:43 AM
    7073 views | 8 replies
  • Creating formula using dynamic variables in for loop

    Hi All
    I did that one time, and it was painfully but I lost the script and the memory of that. Below what I am trying to do:

    Tweak_List = dt_Temp << Get Column Names("String"); For(i = 1, i <= N Items(Tweak_List), i++, a = Left(Tweak_List[i], Length(Tweak_List[i]) - 1) || "Δ"; b = Tweak_List[i]; c = Left(Tweak_List[i], Length(Tweak_List[i]) - 2); dt << New Column(Left(Tweak_List[i], Lengt...

    Miof Miof
    Discussions |
    Jul 26, 2023 10:04 PM
    1970 views | 2 replies
  • Can JMP automatically run JSL when the cursor clicks on a cell?

     For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!

    lala lala
    Discussions |
    Jul 26, 2023 9:00 PM
    2167 views | 4 replies
  • For loop

    I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you  dt = Current Data Table(); For( i = 1, i <= 50, i++, dt << Bivariate( Y( Column( dt, "u" || Char( i ) ) ), X( Column( dt, "oven.T" ) ), Fit Line( {Line Color( {212, 73, 88} )} ) ) );  

    ParametricStudy ParametricStudy
    Discussions |
    Jul 26, 2023 3:11 PM
    1992 views | 2 replies

Latest Discussions

view all discussions