Creating a function to make multiple graphs at a time
Hello,
I have a question regarding a function to create multiple graphs. So I am making a function which calls the graph builder with certain settings to create multiple graphs. The graphs are similar but do have different amount of columns used and formatting is a bit different. The only input to the function is the datatable with the data.
The function works to create the graphs and I save each o...