ridhirao22
Programmer
Hi,
First, Thanks to this wonderful site and all experts out there.
I am using CR XI and Oracle 9i
Report is display as a crosstab with user input for range
?Startdate and ?enddate. Series of SQl's generate a temp table and report is based off the temp table.
Now the report needs to show Reached % which has to cummulate for ytd. Currently, Report does for the given period. How can show the values for the given rane but only show the reache % as YTD.
Report should look like this:
2010-08
usr1 usr2 usr3
Reach % 0.7 0.34 0.74
TargetedCalls 10 12 15
Non-TargetedCalls 3 4 2
BUT looks like this and I am unable to suppress the null part in year-month
2010-08
usr1 usr2 usr3 total usr1 usr2 usr3 total
Reach % 0.76 0.72 0.84 2.32 0.7 0.34 0.74
TargetedCalls 30 45 35 110 10 12 15
Non-TargetedCalls 6 10 4 20 3 4 2
the first part of usr1 usr2 usr3 total is cummulating from Jan-2010 to Jul-2010
Using @month as
if date between ?startdate and ?endadte then
year-Month(field)
I know I couldn't be descriptive of what iam doing and what I want to do. But couldn't explain better.....
please any help or advise is appreciated
Thanks,
RR
First, Thanks to this wonderful site and all experts out there.
I am using CR XI and Oracle 9i
Report is display as a crosstab with user input for range
?Startdate and ?enddate. Series of SQl's generate a temp table and report is based off the temp table.
Now the report needs to show Reached % which has to cummulate for ytd. Currently, Report does for the given period. How can show the values for the given rane but only show the reache % as YTD.
Report should look like this:
2010-08
usr1 usr2 usr3
Reach % 0.7 0.34 0.74
TargetedCalls 10 12 15
Non-TargetedCalls 3 4 2
BUT looks like this and I am unable to suppress the null part in year-month
2010-08
usr1 usr2 usr3 total usr1 usr2 usr3 total
Reach % 0.76 0.72 0.84 2.32 0.7 0.34 0.74
TargetedCalls 30 45 35 110 10 12 15
Non-TargetedCalls 6 10 4 20 3 4 2
the first part of usr1 usr2 usr3 total is cummulating from Jan-2010 to Jul-2010
Using @month as
if date between ?startdate and ?endadte then
year-Month(field)
I know I couldn't be descriptive of what iam doing and what I want to do. But couldn't explain better.....
please any help or advise is appreciated
Thanks,
RR