weekly report with SQLquery tables
I have 3 SQLQuery tables generated. Few questions:To generate a weekly report, what’s the best way to store them, so next week once I have updated data, I can replace the data source once, and then the 3 query tables run automatically? Is it like journal, project, or dashboard?How to combine the scripts of the 3 query tables in order to run them all at once with updated data? I saw in each table t...