Total by Asset State
I have the following query that I'd like to run in a report, click a selected statename and have it generate another detailed report with all assets that match that state.SELECT ts.Statename, ts.State, count(ta.AssetID) AS TotalFROM tblAssets AS ...