cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Limits that change (shift) over time

    Hi all, User of JMP 18. To trend our processes, we may use up to 4 different sets of limits: upper/lower alert limits UAL/LALupper/lower action limits UACL/LACLupper/lower control limits UCL/LCLupper/lower specification limits USL/LSL In theory they could all exist and be applied for a given parameter, and they could shift over time due to some change to the process - so suddenly from batch to ano...

    guyvanhove guyvanhove
    Discussions |
    Apr 14, 2026 3:55 AM
    319 views | 5 replies
  • Column snapping in JMP 19 Student Edition macOS

    Changing to JMP 19 Student Edition on macOS I noticed column snapping is activated, i.e. horizontal scroll by pixel is no longer possible. Is there any setting or workaround to bring it back?

    NullIbex976798 NullIbex976798
    Discussions |
    Apr 14, 2026 2:29 AM
    142 views | 0 replies
  • JMP 17 License

    My previous license is expired, how can i get the latest license?

    RankRabbit767 RankRabbit767
    Discussions |
    Apr 14, 2026 2:17 AM
    150 views | 1 replies
  • JMP 19: How to open the script editor by double-clicking a table script?

    Hi everyone, I am currently using JMP 19.1 noticed a change in the UI behavior compared to JMP 18. In JMP 18, when I double-clicked a table script in the left panel of a data table, it would automatically open the Script Editor. However, in JMP 19, the exact same action (left double-click) only triggers the "rename script" function. Is there any workaround or preference setting to make JMP 19 beha...

    lwx228 lwx228
    Discussions |
    Apr 13, 2026 3:54 AM
    358 views | 6 replies
  • Formula Parallelization of new columns

    Hello JMP community,   in my JSL scripts I often generate new columns one after another like this: ... DT << New Column( "Some Name1", Numeric, "Continuous", Formula( Some Formula1 ) ); DT << New Column( "Some Name2", Numeric, "Continuous", Formula( Some Formula2 ) ); DT << New Column( "Some Name3", Numeric, "Continuous", Formula( Some Formula3 ) ); ... Usually my data tables are pretty large and...

    Robbb Robbb
    Discussions |
    Apr 11, 2026 10:12 AM
    333 views | 4 replies

Latest Discussions

  • Limits that change (shift) over time

    Hi all, User of JMP 18. To trend our processes, we may use up to 4 different sets of limits: upper/lower alert limits UAL/LALupper/lower action limits UACL/LACLupper/lower control limits UCL/LCLupper/lower specification limits USL/LSL In theory they could all exist and be applied for a given parameter, and they could shift over time due to some change to the process - so suddenly from batch to ano...

    guyvanhove guyvanhove
    Discussions |
    Apr 14, 2026 3:55 AM
    319 views | 5 replies
  • Column snapping in JMP 19 Student Edition macOS

    Changing to JMP 19 Student Edition on macOS I noticed column snapping is activated, i.e. horizontal scroll by pixel is no longer possible. Is there any setting or workaround to bring it back?

    NullIbex976798 NullIbex976798
    Discussions |
    Apr 14, 2026 2:29 AM
    142 views | 0 replies
  • JMP 17 License

    My previous license is expired, how can i get the latest license?

    RankRabbit767 RankRabbit767
    Discussions |
    Apr 14, 2026 2:17 AM
    150 views | 1 replies
  • JMP 19: How to open the script editor by double-clicking a table script?

    Hi everyone, I am currently using JMP 19.1 noticed a change in the UI behavior compared to JMP 18. In JMP 18, when I double-clicked a table script in the left panel of a data table, it would automatically open the Script Editor. However, in JMP 19, the exact same action (left double-click) only triggers the "rename script" function. Is there any workaround or preference setting to make JMP 19 beha...

    lwx228 lwx228
    Discussions |
    Apr 13, 2026 3:54 AM
    358 views | 6 replies
  • Formula Parallelization of new columns

    Hello JMP community,   in my JSL scripts I often generate new columns one after another like this: ... DT << New Column( "Some Name1", Numeric, "Continuous", Formula( Some Formula1 ) ); DT << New Column( "Some Name2", Numeric, "Continuous", Formula( Some Formula2 ) ); DT << New Column( "Some Name3", Numeric, "Continuous", Formula( Some Formula3 ) ); ... Usually my data tables are pretty large and...

    Robbb Robbb
    Discussions |
    Apr 11, 2026 10:12 AM
    333 views | 4 replies

Latest Discussions

  • Column snapping in JMP 19 Student Edition macOS

    Changing to JMP 19 Student Edition on macOS I noticed column snapping is activated, i.e. horizontal scroll by pixel is no longer possible. Is there any setting or workaround to bring it back?

    NullIbex976798 NullIbex976798
    Discussions |
    Apr 14, 2026 2:29 AM
    142 views | 0 replies
  • Help with PPK on one-sided data which includes zeros

    I’m trying to calculate an appropriate PPK for data with the following criteria: Data lies between 0 and +InifinityA significant portion of the data is exactly 0, and this represents an actual true 0Has an Upper Spec limit onlyHeavily Skewed The distribution should be an appropriate distribution for the data. What’s the best way to get JMP to do this?

    david707 david707
    Discussions |
    Apr 8, 2026 8:59 AM
    324 views | 0 replies
  • Best practice in FDE when the main variation is a shift along X (phase variation) rather than a change in shape?

    Hello JMP community, I have been testing Functional Data Explorer on a synthetic data set where each curve is essentially the same motif translated along the X-axis, with little intrinsic change in amplitude or shape. In this situation, my impression is that the resulting FPCA/FPC basis becomes increasingly oscillatory, and the physical interpretation becomes difficult. In other words, one simple...

    Florent_M Florent_M
    Discussions |
    Mar 17, 2026 9:29 AM
    267 views | 0 replies
  • Saving Confidence/Prediction Limit for Model With Nested Effects

    Hi, Does anyone know why you cannot save confidence/prediction limit formulas for a model that contains nested effects? Is there any way around this? Robert

    rcast15 rcast15
    Discussions |
    Mar 10, 2026 8:03 AM
    173 views | 0 replies
  • Surface Plot resets between filter selections

    This is a new bug, or at lease JMP never behaved like this before.

    I set up a surface plot of an average of individuals and adjust the viewing angle to show relevant features of the surface. 
    I have a local filter selecting for individuals, when I click on the individual 1, looks great, click on individual 2, looks great, click on individual 3, it completely resets the view - losing the "apples to a...

    CG2 CG2
    Discussions |
    Mar 9, 2026 12:23 PM
    193 views | 0 replies
view all discussions