How to group multiple data transformations into one script
Hello, I'm kind of new to scripting, and I was wondering if anyone can help me with finding resources to learn about how to put this process into one script. Here is an outline of the work that I have done. 1. Use tabulate to create summaries from an original table2. Save tabulate as data table (the result is 3 separate tables)3. For each of the 3 tables a. Add a new column with a formula ...