Hello,
I have a "Variability Chart" with the associated "Variability Summary" table which includes 32 rows.
In this Summary table, I need to keep only the first 11 rows and to delete all the others.
In the Show Tree Structure (see below snapshot), I can see the StringColBox and the NumberColBox I want to modify.
So far, I have tried the "Remove Element" function.
This function returns no error, however no rows are deleted in my summary table.
Below an extract of the code, I have tried:
rVarChart = VarChart << Report;
rVarChart["Variability Summary?"][NumberColBox("Observations")] << remove element ( 12 );
In addition, this function works for the StringColBox but not for all the rows I want to delete...
Which function and what code should I use to perform this action in my Variability Summary Table?
Regards,
Fab
![Tree Structure.png Tree Structure.png](https://community.jmp.com/t5/image/serverpage/image-id/50794i6B2208FC36F795BD/image-size/large?v=v2&px=999)