|
Creating new sheets |
|
|
Commands DuplicateDataTable <CLEAR> DuplicateFamily [prepend_text] <CLEAR> Explanation For the most part, script commands navigate among sheets you have already created by hand. You can’t create new data tables, new analyses or new graphs in a script except by duplicating existing ones. When you duplicate a data table, all you get is a new data table. You can import data into it, but not analyze or graph within the script. When you duplicate a family, you duplicate a sheet with all linked sheets. Import new data to replace the existing data, and all analyses and graphs will update. All new sheets include the prepended text in front of the sheet name. Enter %F as the prepend text, to use the name of the most recently imported file.
|