Infosauger
Programmer
Hello,
i want to create a roport following style (sql)
select a,b,f(c)
from x
where filters
and a in (select a
from x
where filters
and b = y
group by a,b
having f(c) = z
group by a,b;
so for all a having in b value z in f(c) display all b with f(c). I have to use recordset for the sub-select and in both reports there are the same filters. In the filters are (catalog-)prompts.
The problem is, that Impromptu asks for the prompts twice (for each report). Does anyone know a solution for this problem?
i want to create a roport following style (sql)
select a,b,f(c)
from x
where filters
and a in (select a
from x
where filters
and b = y
group by a,b
having f(c) = z
group by a,b;
so for all a having in b value z in f(c) display all b with f(c). I have to use recordset for the sub-select and in both reports there are the same filters. In the filters are (catalog-)prompts.
The problem is, that Impromptu asks for the prompts twice (for each report). Does anyone know a solution for this problem?