I have the following data
Territory TargetName QtrTarget Opportunity Qtr Month MonthTarget
--------- ------------- ------------ ------------- --- ------- ---------------
Aero AeroQ1 90000 Opp1 Qtr1 Jan 30000
Aero AeroQ1 90000 Opp2 Qtr1 Jan 30000
Aero AeroQ1 90000 Opp3 Qtr1 Feb 30000
Aero AeroQ1 90000 Opp4 Qtr1 Feb 30000
Aero AeroQ2 120000 Opp5 Qtr2 Apr 40000
Aero AeroQ2 120000 Opp6 Qtr2 May 40000
Aero AeroQ2 120000 Opp7 Qtr2 May 40000
I created a formula field to create MonthTarget based on the Qtr Target.
I use cross tab report. Row summarisation is by Territory.
Column summarisation is Qtr and then Month. Summary field is max(monthtarget)
(say for jan it will be 30000), this will very well apply to month.
But for qtr ,say for eg qtr1 I need to get (30000 * 3) . How can I acheive this?
my output should be:
Territory Name Jan Feb March Qtr Apr May Jun Qtr
Aero 30000 30000 30000 90000 40000 40000 40000 120000
If it is not possible using crosstab, how can I do it using standard report. I am using Crystal 8.0
Thanks,
Arthi
Territory TargetName QtrTarget Opportunity Qtr Month MonthTarget
--------- ------------- ------------ ------------- --- ------- ---------------
Aero AeroQ1 90000 Opp1 Qtr1 Jan 30000
Aero AeroQ1 90000 Opp2 Qtr1 Jan 30000
Aero AeroQ1 90000 Opp3 Qtr1 Feb 30000
Aero AeroQ1 90000 Opp4 Qtr1 Feb 30000
Aero AeroQ2 120000 Opp5 Qtr2 Apr 40000
Aero AeroQ2 120000 Opp6 Qtr2 May 40000
Aero AeroQ2 120000 Opp7 Qtr2 May 40000
I created a formula field to create MonthTarget based on the Qtr Target.
I use cross tab report. Row summarisation is by Territory.
Column summarisation is Qtr and then Month. Summary field is max(monthtarget)
(say for jan it will be 30000), this will very well apply to month.
But for qtr ,say for eg qtr1 I need to get (30000 * 3) . How can I acheive this?
my output should be:
Territory Name Jan Feb March Qtr Apr May Jun Qtr
Aero 30000 30000 30000 90000 40000 40000 40000 120000
If it is not possible using crosstab, how can I do it using standard report. I am using Crystal 8.0
Thanks,
Arthi