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 table
2. 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
b. Create new data table by stacking new column with two other existing columns
c. Rename two columns in new stacked data table
d. Create graph builder on stacked table
e. Save graph builder as interactive HTML
I'm pretty familiar with how to save scripts for the graph builder, and saving to the interactive HTML, but I get into trouble with saving the scripts from the data manipulation steps, as well as adding the new formula column, and the column renaming. My vision is to put this whole process into one script that will run on the original table, and create the 3 interactive HTMLs as a result. Any help is appreciated, or direction to resources.
Thanks!
-Jeff Swartzel