Can any one help?
I have a single dataprovider that breaks the query up into 3x select statements.
The first query provides the first 6 measures, the second query the next 3 measures and the final query generates the last measure. It works OK.
When I remove the last object from the dataprovider it removes the last query (leaving only 2) OK.
But it leaves the tables and joins (that only the third query required) in the original 2 queries.
I don't want these tables & joins in my queries, they give the wrong answer!. How can I remove them.
I have a single dataprovider that breaks the query up into 3x select statements.
The first query provides the first 6 measures, the second query the next 3 measures and the final query generates the last measure. It works OK.
When I remove the last object from the dataprovider it removes the last query (leaving only 2) OK.
But it leaves the tables and joins (that only the third query required) in the original 2 queries.
I don't want these tables & joins in my queries, they give the wrong answer!. How can I remove them.