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

  • sql JSON_VALUE query and spaces in fields in JSL

    I'm trying to query a table in an Oracle table with a field that is JSON. I am using the JSON_VALUE function in the sql. Some of the JSON fields contain spaces so I put double quotes around values and this works when running the query outside of JSL but throws an error running the query as shown below in jsl.  Thanks in advance for any hep you can provide. JSL:dbc = create database connection("Dri...

    SampleTapir814 SampleTapir814
    Discussions |
    May 13, 2024 8:36 AM
    4135 views | 2 replies
  • JMP 18 Python pip install azure-kusto-data

    Hi there. 
    I have a script in JMP 17 which worked pretty well - and now by changing to JMP 18 I get an error.  the log says the following.Traceback (most recent call last):
    File "<string>", line 7, in <module>
    ModuleNotFoundError: No module named 'azure' I use microsoft azure to prepare data evaluations and transfer it via python to JMP.In the 17 version I needed to install a connection / kustoClient...

    Anonymous Anonymous
    Discussions |
    May 13, 2024 6:48 AM
    2093 views | 2 replies
  • One chart with Different Reference Lines for Different Products

    Hello,Attached is a table1.jmp with 3 columns that I will use to plot a chart. Table2 is a table with Reference Lines information. Also attached is the output_chart.png that I am trying to accomplish. Is it possible to write a jsl to plot a chart and input the reference lines information that are different for different product. I also won't mind any other way to plot the chart. Any help is greatl...

    cchueng cchueng
    Discussions |
    May 11, 2024 9:48 PM
    3048 views | 5 replies
  • Iterating Columns

    I’m working on a script to iterate through a list of columns and I’ve hit a snag.  I need to be able to output the column reference in the form ":Technology Default” but every method I’ve looked at outputs "Column("Technology Default")" .  I looked this up online and it appears that the reference I need is a "column reference" when what I get is a "column object reference".  Is there a straightfor...

    SpannerHead SpannerHead
    Discussions |
    May 11, 2024 10:30 AM
    2681 views | 6 replies
  • How to automate managing limits feature through JSL

    Hi, I'm trying to use JSL to perform manage limits. I'm trying to open a limit table, implement it on the current data table and then save it. The only function I found in the fourm or in the scripting index is to open the manage limits and then manually implement the limit or manually open a data table.  The other methods I found was hard-coding the spec limit using JSL.  Is there are a way I can...

    RA899 RA899
    Discussions |
    May 11, 2024 7:06 AM
    2532 views | 1 replies

Latest Discussions

  • Iterating Columns

    I’m working on a script to iterate through a list of columns and I’ve hit a snag.  I need to be able to output the column reference in the form ":Technology Default” but every method I’ve looked at outputs "Column("Technology Default")" .  I looked this up online and it appears that the reference I need is a "column reference" when what I get is a "column object reference".  Is there a straightfor...

    SpannerHead SpannerHead
    Discussions |
    May 11, 2024 10:30 AM
    2681 views | 6 replies
  • Begin Data Update

    HelloI have a table and would like the empty volume to be updated to 0I have written the script to update the column "19-04-2024"the problem is the name of the column can be changed and I prefer to use column (3) or column (4)but it doesn't work. can you please correct the script? dt << Begin Data Update;
                                        dt << Recode Column (
                                        d...

    Dennisbur Dennisbur
    Discussions |
    May 9, 2024 10:51 AM
    5273 views | 12 replies
  • Jmp Update & Python

    Up to now, my Python distribution was separate from Jmp.So, after an Update of JMP the Python installation was still the same - with all packages. With JMP18 I understood that Python comes directly with Jmp.What happens after a Jmp upgrade? Will the Python packages be automatically installed in the new JMP version?

    hogi hogi
    Discussions |
    May 7, 2024 1:55 AM
    1558 views | 3 replies
  • Open and add 4 JPEGs into a 2x2 window

    Hi,How do I write a script to open 4 jpegs in JMP and then place them in a 2x2 window? I would like to specify the size of the window to be a certain size. Then I would like to save the window into a jpeg. Any help is appriciated! Thanks!

    cchueng cchueng
    Discussions |
    May 4, 2024 8:52 AM
    1393 views | 2 replies
  • Is there a way to get Westgard rules to apply to user defined control in Levey Jennings?

    I have a script that runs two variations of a Levey Jennings, one using data set determined 2 sigma control limits which then correctly applies Westgard rules and the other with user defined defined limits that does not apply Westgard rules based on these inputs. Is there a setting to get Westgard rules to identify user defined limits as the 2 standard deviation calculation?


    In the included image, ...

    GN19 GN19
    Discussions |
    May 2, 2024 6:24 AM
    3843 views | 4 replies

Latest Discussions

  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    721 views | 0 replies
  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    711 views | 0 replies
  • 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
    934 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
    666 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
    622 views | 0 replies
view all discussions