trying to build a report that is just tabs that load other reports. But if there is no data in any of the tabs then none of them show. if there is data in at least one then they all show. I can't figure out what i am doing wrong.
this produces a blank page
select 'dbr.tab', 'myDBR report tab', 'sp_DBR_linked_report';
select 'dbr.tab', 'myDBR report tab', 'sp_DBR_linked_report';
select 'dbr.tab', 'myDBR report tab', 'sp_DBR_linked_report';
this produces 4 tabs
select 'dbr.tab', 'myDBR report tab', 'sp_DBR_linked_report';
select 'dbr.tab', 'myDBR report tab', 'sp_DBR_linked_report';
select 'dbr.tab', 'myDBR report tab', 'sp_DBR_linked_report';
select 'dbr.tab', 'myDBR report tab';
select 'pei' as 'ie';
select 'dbr.tab.close';