Hi @kom ,
As @danschikore mentioned, for your particular case, you simply need to edit and replace 3 single lines of code.
The code has already been written previously.
From within the dashboard click the top most red triangle and select Save Script >>To Script Window
Save Script to To Script Window
And then Replace this line of code in each of the reports ( if you have the line numbers enabled for the script editor the lines are 87, 187 and 276)
{Min( 24 ), Max( 57 ), Inc( 1 ), Minor Ticks( 0 )}
with this line of code
{Min( nrows()-30 ), Max( nrows()+3 ), Inc( 1 ), Minor Ticks( 0 )}
And then replace line 536 the very last line
) << Edit
with
) << Run
Copy the entire contents of the script window using Edit Select All. Edit Copy or Using keyboard shortcuts on PC ctrl+A and then ctrl C ( on the Mac Command+A and Command+C)
Finally, then back in the data table you can click on the red triangle and select New Script.
Select New Script
And paste the contents of the clipboard using Edit Paste or ctrl+v (Mac Command+v) into the Script section.
Provide a name for the script and click "OK"
New Table Script
I have attached the data table with the new table script and added a new row of output to the data table.
Does this get you closer to what you want?
cheers,
Stan
PS: For the curious I am using the new JSL dark theme coming out in JMP 15 ( to be released fall 2019).
JSL Dark Theme