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,
Go to Solution
Brandon,
You can use the Set Name command.
Cheers,
Stan
For example,
combinedTbl << Set Name("fit_estimates");
View solution in original post