create procedure sp_DBR_portfolio_balances_chart()
begin
select 'dbr.chart', 'Line', 'Portfolio Trend Since Year 2000';
select year, value
from mydbname.mydbtablename;
end
1. When I create a report and link this SP to it, I get no results just an OK button.
2. When I check Report Wizard and click the report it runs the report instead of displaying the report wizard screen