cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
‘New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit – register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
Andyon98
Level II

How can I create an appending list of rows using something like a border box? The appending must be done by pressing a button.

 
2 REPLIES 2
jthi
Super User

Re: How can I create an appending list of rows using something like a border box? The appending must be done by pressing a button.

Use display box references and <<append().

-Jarmo
Craige_Hales
Super User

Re: How can I create an appending list of rows using something like a border box? The appending must be done by pressing a button.

The container box should probably be a VList box or a Lineup box. Not a Border box which does not handle more than one child box.

Craige