I need to modify the call wait time report to eliminate all calls over 300 seconds from the calculation in these pre-existing report. I am not sure how to do that. I am listing all the functions related to this.
If more info. is needed can e-mail the report design once I get response.
@N Cha. & Cor.
IF {application.applname} IN ["USCHAPTER", "US_chap_other", "US_chers",
"USENTERPRISE", "USOA", "US_RaiserEdge", "US_bi
A", "US_businessOjct",
"US_chapter_OA", "US_ent_other", "US_financial", "US_fund_raising", "US_hr_sys"] THEN
{applicperf.tot_hand_qtime}
@D Cha. & Cor -
IF {application.applname} IN ["USCHAPTER", "US_chap_other", "US_chers",
"USENTERPRISE", "USOA", "US_RaiserEdge", "US_bi
A", "US_businessOjct",
"US_chapter_OA", "US_ent_other", "US_financial", "US_fund_raising", "US_hr_sys"] THEN
{applicperf.answ_calls}+
{applicperf.xferout_calls}+
{applicperf.disconn_calls}+
{applicperf.changefromapp}+
{applicperf.given_calls}+
{applicperf.cancelled_calls}
@Daily Cha. & Cor -
IF Sum ({@N Cha. & Cor.}, {applicperf.datestamp}, "daily"
> 0 AND
Sum ({@D Cha. & Cor.}, {applicperf.datestamp}, "daily"
> 0 THEN
Sum ({@N Cha. & Cor.}, {applicperf.datestamp}, "daily"
/ Sum ({@D Cha. & Cor.}, {applicperf.datestamp}, "daily"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
ELSE 0
@D Biomedical -
IF {application.applname} IN ["USNBCS", "USOTHER", "US_bio_other", "US_component", "US_don_collect", "US_don_recruit", "US_donor", "US_hazard", "US_lab"] THEN
{applicperf.answ_calls}+
{applicperf.xferout_calls}+
{applicperf.disconn_calls}+
{applicperf.changefromapp}+
{applicperf.given_calls}+
{applicperf.cancelled_calls}
@N Biomedical -
IF {application.applname} IN ["USNBCS", "USOTHER", "US_bio_other", "US_component", "US_don_collect", "US_don_recruit", "US_donor", "US_hazard", "US_lab"] THEN
{applicperf.tot_hand_qtime}
@Daily Biomedical -
IF Sum ({@N Biomedical}, {applicperf.datestamp}, "daily"
> 0 AND
Sum ({@D Biomedical}, {applicperf.datestamp}, "daily"
> 0 THEN
Sum ({@N Biomedical}, {applicperf.datestamp}, "daily"
/ Sum ({@D Biomedical}, {applicperf.datestamp}, "daily"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
ELSE 0
@RF Biomedical -
Sum ({@N Biomedical}) / Sum ({@D Biomedical})
@RF Cha. & Cor -
Sum ({@N Cha. & Cor.}) / Sum ({@D Cha. & Cor.})
- Thank you
If more info. is needed can e-mail the report design once I get response.
@N Cha. & Cor.
IF {application.applname} IN ["USCHAPTER", "US_chap_other", "US_chers",
"USENTERPRISE", "USOA", "US_RaiserEdge", "US_bi
"US_chapter_OA", "US_ent_other", "US_financial", "US_fund_raising", "US_hr_sys"] THEN
{applicperf.tot_hand_qtime}
@D Cha. & Cor -
IF {application.applname} IN ["USCHAPTER", "US_chap_other", "US_chers",
"USENTERPRISE", "USOA", "US_RaiserEdge", "US_bi
"US_chapter_OA", "US_ent_other", "US_financial", "US_fund_raising", "US_hr_sys"] THEN
{applicperf.answ_calls}+
{applicperf.xferout_calls}+
{applicperf.disconn_calls}+
{applicperf.changefromapp}+
{applicperf.given_calls}+
{applicperf.cancelled_calls}
@Daily Cha. & Cor -
IF Sum ({@N Cha. & Cor.}, {applicperf.datestamp}, "daily"
Sum ({@D Cha. & Cor.}, {applicperf.datestamp}, "daily"
Sum ({@N Cha. & Cor.}, {applicperf.datestamp}, "daily"
ELSE 0
@D Biomedical -
IF {application.applname} IN ["USNBCS", "USOTHER", "US_bio_other", "US_component", "US_don_collect", "US_don_recruit", "US_donor", "US_hazard", "US_lab"] THEN
{applicperf.answ_calls}+
{applicperf.xferout_calls}+
{applicperf.disconn_calls}+
{applicperf.changefromapp}+
{applicperf.given_calls}+
{applicperf.cancelled_calls}
@N Biomedical -
IF {application.applname} IN ["USNBCS", "USOTHER", "US_bio_other", "US_component", "US_don_collect", "US_don_recruit", "US_donor", "US_hazard", "US_lab"] THEN
{applicperf.tot_hand_qtime}
@Daily Biomedical -
IF Sum ({@N Biomedical}, {applicperf.datestamp}, "daily"
Sum ({@D Biomedical}, {applicperf.datestamp}, "daily"
Sum ({@N Biomedical}, {applicperf.datestamp}, "daily"
ELSE 0
@RF Biomedical -
Sum ({@N Biomedical}) / Sum ({@D Biomedical})
@RF Cha. & Cor -
Sum ({@N Cha. & Cor.}) / Sum ({@D Cha. & Cor.})
- Thank you