I have a from that drives a number of queries before displaying a report with crosstab query data. I got that working
The problem is I was testing this out using the largest data set ie the report is holding the worse case senario with a lot of data. When I select criteria which is only a subset some of the column headings are no longer needed and do not appear in the report.
As a result I get an error. Any way I can have it display what the query does have without populating the fields it does not see
My cross tab has months along the top. For certain selections not all the months are not represented in the qurey results.
My report on the other hand has all the months. So when its all there its fine when something is missing it breaks
Need Help
The problem is I was testing this out using the largest data set ie the report is holding the worse case senario with a lot of data. When I select criteria which is only a subset some of the column headings are no longer needed and do not appear in the report.
As a result I get an error. Any way I can have it display what the query does have without populating the fields it does not see
My cross tab has months along the top. For certain selections not all the months are not represented in the qurey results.
My report on the other hand has all the months. So when its all there its fine when something is missing it breaks
Need Help