Solidad
June 2nd, 2009, 03:03 AM
I notice that when i query my DB and it resulted to no data (when there is no data matching my query). all the other reports will not be displayed as well.
For example: the example tables are being used to generate a report.
Table1
Table2
Table3
When i do a SQL to find what i need here are the number of result entries.
Table1 = 3
Table2 = 3
Table3 = 0
Table 1 generated 3 results, Table 2 has 3 results and Table 3 has no results.
The resulting output will be nothing being displayed on the report. since Table 3 is empty affecting all the other table on the report to not display as well?
How can i display the remaining two tables but keep the table in case there is a matching entry?
thanks.
For example: the example tables are being used to generate a report.
Table1
Table2
Table3
When i do a SQL to find what i need here are the number of result entries.
Table1 = 3
Table2 = 3
Table3 = 0
Table 1 generated 3 results, Table 2 has 3 results and Table 3 has no results.
The resulting output will be nothing being displayed on the report. since Table 3 is empty affecting all the other table on the report to not display as well?
How can i display the remaining two tables but keep the table in case there is a matching entry?
thanks.