Hi,
I am trying to generate a report in Oracle Report6i and I want to show only certain records from a set of output by the query using formula.
Here is my query:
select f.account_num, f.account_name, s.origin_gbloc, avg(ff.q4), avg(ff.q5), count(1)
from f01names2 f, ff_cust_survey ff...