☐ cool new feature
☐ could help many users!
☐ removes a „bug“
☐ nice to have
☑ nobody needs it
For Table boxes, there is a nice command
<< add row( list of values)
to add rows. As an argument, one can submit a list of the values - extremely elegant and useful for dirty coding
https://community.jmp.com/t5/Discussions/Collection-of-quot-funny-quot-JSL-newbie-questions/m-p/5590...
The command
<< add row( ... )
can even be sent to data tables. Then a row is added, but unfortunately, without values.
As Jarmo found out, there is a way to specify the values, but it's much more complicated:, especially if the data table has more than a single column:
https://community.jmp.com/t5/Discussions/Collection-of-quot-funny-quot-JSL-newbie-questions/m-p/5590...
dt << Add Row({"Column 1"n = 1});
My wish:
A command like
<< add row( list of values)
which also works for data tables.
more wishes submitted by