- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Rename Data Table
How would I rename a table or name it period before it is created with a script. Below is the code for the table:
combinedTbl = Report(fitModelPlt[1])["Effect?"][Table Box(1)] << Make Combined Data Table;
Regards,
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Rename Data Table
Created:
Jun 17, 2014 02:06 PM
| Last Modified: Aug 18, 2017 2:32 PM
(24610 views)
| Posted in reply to message from bjbreitling 06-17-2014
Brandon,
You can use the Set Name command.
Cheers,
Stan
For example,
combinedTbl << Set Name("fit_estimates");
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Rename Data Table
Created:
Jun 17, 2014 02:06 PM
| Last Modified: Aug 18, 2017 2:32 PM
(24611 views)
| Posted in reply to message from bjbreitling 06-17-2014
Brandon,
You can use the Set Name command.
Cheers,
Stan
For example,
combinedTbl << Set Name("fit_estimates");