Hello all,
I am using ceystal reports xi and oracle 9i.
iam using table like :fr_planning_schedule
i have database fields like:
schedule_year, schedule_acres,schedule_timber.
parameter field:schedule_prop.
i would like to see report as below.
schedule_year : schedule_acres
2007 : 56756
2008 : 481
. .
. .
. .
. .
. .
2021 : 27678
group by: schdule_year
the above schedule_acres is sum of total acres for that perticular year (i.e 2007) .
and exactly beside i would like to see one more report like:
schedule_year : schedue_timber : schedule_ACRES
2008 A 256
2008 C 100
2008 H 125
TOTAL 481
TOTAL SHOULD MATCHES ABOVE 2 REPORTS FOR EACH PERTICULAR YEAR.
AND I WOULD LIKE TO SEE ALL THE YEARS UP TP 2021 (i.e 2007 to + 15 yrs(2021))
can we use sub report for this.
help me.
I am using ceystal reports xi and oracle 9i.
iam using table like :fr_planning_schedule
i have database fields like:
schedule_year, schedule_acres,schedule_timber.
parameter field:schedule_prop.
i would like to see report as below.
schedule_year : schedule_acres
2007 : 56756
2008 : 481
. .
. .
. .
. .
. .
2021 : 27678
group by: schdule_year
the above schedule_acres is sum of total acres for that perticular year (i.e 2007) .
and exactly beside i would like to see one more report like:
schedule_year : schedue_timber : schedule_ACRES
2008 A 256
2008 C 100
2008 H 125
TOTAL 481
TOTAL SHOULD MATCHES ABOVE 2 REPORTS FOR EACH PERTICULAR YEAR.
AND I WOULD LIKE TO SEE ALL THE YEARS UP TP 2021 (i.e 2007 to + 15 yrs(2021))
can we use sub report for this.
help me.