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,