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

  • JSL to generate matching column difference and average

    Hello,I am hoping to get some help on the following:Attached JMP file with the following table.My typical/starting data set contain:1. an identifier "Type"2. a set of unknown number of columns with same prefix and various number suffix, e.g. A num1, A num2, A num3...3. a second set of the same number of columns as in #2 above, with same prefix and matching suffix as in #2, e.g. B num1, B num2, B n...

    pkl_jmp pkl_jmp
    Discussions |
    Sep 12, 2023 12:14 PM
    3410 views | 8 replies
  • Time series

    Is there any special module for visualizing continuous process profile as time series and not discrete measures?

    Zara Zara
    Discussions |
    Sep 12, 2023 6:30 AM
    2143 views | 3 replies
  • How Formula works in New Column Function

    dt = Open( "$SAMPLE_DATA\Big Class.jmp" ); New Column("Sum", "Numeric", "Continuous", Set Formula(If(Row() == 1, :Height, Lag(:Sum,1) + :Height)) ); The code above creates Sum column with calculated the accumulative sum. I am new to JSL so could someone explain me how the Formula command works. Is it scan one by one row in the column so that we can write :Height instead of constructing a For-loop ...

    hmm hmm
    Discussions |
    Sep 12, 2023 4:33 AM
    1221 views | 1 replies
  • Formula and graphbuilder

    Dear Community, I need your help and I would like to apologize if it is a stupid question. I’m struggling with the graphbuilder.I would like to use a column including a formula option for plotting it in the graphbuilder window.Nevertheless, it only works when all the parameters are included in the formula (the two following pictures). When I try to make my formula “flexible” with a link to other c...

    BigShaftie BigShaftie
    Discussions |
    Sep 12, 2023 3:04 AM
    2098 views | 4 replies
  • JSL coloring single element of legend to a custom color

    Hi all,  I am trying to fix the coloring of my variability chart. I create the variability chart and then use the row legend to create a legend for the column dose. I am trying to color the label "control" the color black through JSL code. How is this possible. I have tried many combinations but my JMP 16 doesn't seem to color anything differently. Any help would be appreciated to get it like the ...

    neelsrejan neelsrejan
    Discussions |
    Sep 11, 2023 10:00 PM
    2350 views | 4 replies

Latest Discussions

  • How Formula works in New Column Function

    dt = Open( "$SAMPLE_DATA\Big Class.jmp" ); New Column("Sum", "Numeric", "Continuous", Set Formula(If(Row() == 1, :Height, Lag(:Sum,1) + :Height)) ); The code above creates Sum column with calculated the accumulative sum. I am new to JSL so could someone explain me how the Formula command works. Is it scan one by one row in the column so that we can write :Height instead of constructing a For-loop ...

    hmm hmm
    Discussions |
    Sep 12, 2023 4:33 AM
    1221 views | 1 replies
  • Formula and graphbuilder

    Dear Community, I need your help and I would like to apologize if it is a stupid question. I’m struggling with the graphbuilder.I would like to use a column including a formula option for plotting it in the graphbuilder window.Nevertheless, it only works when all the parameters are included in the formula (the two following pictures). When I try to make my formula “flexible” with a link to other c...

    BigShaftie BigShaftie
    Discussions |
    Sep 12, 2023 3:04 AM
    2098 views | 4 replies
  • To automate the Mulitple Data table selection while running Add-Ins.

    Dear All,I am facing a small challenge to implement the Dashboard via Add-Ins. I have a JMP script to import the test data into different Data Table and to make plots for them. I have succeeded in creating an Adds-Ins to create a Dashboard out of the Plots from different Data Tables, however as it involves many Data Table it prompts a menu to select the corresponding Data table to create the Dashb...

    SSMann03 SSMann03
    Discussions |
    Sep 11, 2023 7:47 AM
    3045 views | 2 replies
  • How to dynamically set auto y-axis scale as parameters are selected in local data filter for (graph builder) charts by variable?

    This script below generates data in a format similar to my actual data and then plots charts in a layout I would like.Multiple parameters are plotted in the y-axis as they are selected in the local data filter. This is useful for me as I can compare trends on related parameters in my actual data.Without using Graph builders "Page" option or creating additional columns in the data table, is there a...

    Neo Neo
    Discussions |
    Sep 11, 2023 5:33 AM
    1600 views | 2 replies
  • How to build a Multitabbed and Filterable Dashboard?

    The Discovery Summit presentation One Multi-tabbed, Filterable Dashboard presents a universal script to generate a multitabbed dashboard. I am using a copy of this script (shown below) to combine a series of dashboards into one multitabbed dashboard. However, the script takes all the dashboards apart and combines them again in a 1 by 1 or 2 by 2 fashion. So, an original dashboard with two graphs, ...

    Steffen_Bugge Steffen_Bugge
    Discussions |
    Sep 10, 2023 12:59 PM
    1325 views | 1 replies

Latest Discussions

view all discussions