View Full Version : too many queries


Niko
04-03-2002, 10:29 AM
O.K.
I have a report which has 4 subreports. Each subreport is based on a sinlge query.
My exact problem is, behind these queries is one more query which is hosting for each column one query in the backround, because each column have to be grouped by another column inanother Table.This query I have 6 queries that means 6 queries. This whole
construction is very slow and I have to improve it.
My idea was,that I can cancel the 6 queries
thru that I create a certain critera that compares the two other columns. But I don't know which critera. An if clause??
would be very happy if someone could help me!

RV
04-03-2002, 09:31 PM
Can you be more specific?
Your information is too global.

RV