Empty Datasource for Master Data band
Hi,
It seems that when a masterdata band is empty, ie the data source supplies no records to the band, then the masterFooter or masterHeader bands do not get processed/printed.
Is there a way that I can still print values on a master footer/header when the masterdata band has no data ?
It seems that when a masterdata band is empty, ie the data source supplies no records to the band, then the masterFooter or masterHeader bands do not get processed/printed.
Is there a way that I can still print values on a master footer/header when the masterdata band has no data ?
Comments
since no data no need.
however you could load a report pass a recordcount into a variable and write code in obp of report title band to test if value is 0 then set the mdbands datasource to virtual one record and visible to false and you should get a mdheader and an md footer
regards