Commit 6874fa43 authored by msinkar's avatar msinkar

Changes for MTD report

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195620 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9d2b5a17
......@@ -84,7 +84,7 @@ public class CurrentDayWrkSummary extends ValidatorEJB implements CurrentDayWrkS
" To_CHAR(TRUNC(?),'DD-MM-YYYY') as show_Date , " +
" SalesPerson_Code , " +
" SalesPerson_Name , SUM(Tot_Calls) Tot_Calls , SUM(Tot_PC) Tot_PC , " +
" SUM((To_Calls - Tot_Dist_Calls)) Call_Bal , SUM(TLSD) TLSD , " +
" (To_Calls - Tot_Dist_Calls) Call_Bal , SUM(TLSD) TLSD , " +
" SUM(Ord_Val) Ord_Val , SUM(Display) Display " +
" From ( Select SM.Sales_Pers as SalesPerson_Code , " +
" SP.SP_Name as SalesPerson_Name ,nvl(count(strg_code),0) as Tot_Calls , nvl(count(Distinct strg_code),0) as Tot_Dist_Calls ," +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment