I am using a select list for a linking another report together
SELECT 'dbr.report', 'sp_DBR_agent_performance_graphs', 'scope', 'inType=[scope]';
SELECT 'dbr.selectlist', 'Call Volume VS Service Level - Past 6 Months', '';
SELECT 'Call Volume VS Service Level - Past 6 Months' AS '[scope]';
How would I go about displaying "Call Volume VS Service Level - Past 6 Months" automatically without having to select another item and so that part of the report is not blank when the report loads?