Jumping to a specific row/column in a table
thomas_braun
make/N=(300e3,5,10) data
edit data.ld
edit data.ld
Creates a table. Is there a quick way to jump to lets say row 125000? Scrolling vertically takes ages.
Thanks,
Thomas
how about:
Finding Table Values
You can search tables for specific contents by choosing Edit->Find. This displays the Find In Table dialog.
Find In Table can search the current selection in the active table, the entire active table or all table windows. You control this using the right-hand pop-up menu at the top of the dialog.
The All Table Windows mode searches standalone table windows only. It does not search table subwindows. It is possible to search a table subwindow in a control panel using the Top Table mode. Searching in tables embedded in graphs and page layouts is not supported.
Find In Table can search for the following types of values which you control using the left-hand pop-up menu.
Find Type Description
Row Displays the specified row but does not select it.
Andy
April 18, 2018 at 07:46 pm - Permalink
Try:
ModifyTable topLeftCell=(125000,0)
Regards,
Kurt
April 18, 2018 at 11:54 pm - Permalink
@KurtB: Thanks! That does the trick.
April 19, 2018 at 08:40 am - Permalink
April 19, 2018 at 02:04 pm - Permalink
April 20, 2018 at 08:22 am - Permalink