Create query endpoints for reports so a link can auto filter a sheet when the URL is clicked to do certain things. This would make it much easier to manage reports for weekly/monthly/quarterly, and many other things. In my use case, this would simplify how many separate reports are needed.
Below is an example of what could be done to URL query a report to show columns a,b,c,d,e,f, and g. Then create a filter on a column, with the filter criteria being Is Checked. Finally, it sorts the A column by ascending
https://app.smartsheet.com/reports/reportId?view=grid?Columns=a,b,c,d,e,f,g&Filter=a&fCriteria=isChecked&Sort=a&fSort=ASC
Jacob Stey