publicfinalstaticStringATTENDANCE_ABSENT_REPORT_QUERY="select distinct M.EmployeeCode,M.FirstName,'A' as AttStatus from [smartiSCC].[dbo].[EmployeeMaster] M \n"+
publicfinalstaticStringATTENDANCE_ABSENT_REPORT_QUERY="select distinct M.EmployeeCode,M.FirstName,'A' as AttStatus from [smartiSCC].[dbo].[EmployeeMaster] M \n"+
"where EmployeeControllerStatus=1 and M.EmployeeCode not in \n"+
"where M.EmployeeCode not in \n"+
" (select distinct emp.EmployeeCode \n"+
" (select distinct emp.EmployeeCode \n"+
" FROM Transactions as tr,EmployeeMaster as emp \n"+
" FROM Transactions as tr,EmployeeMaster as emp \n"+
" where tr.EmployeemasterID=emp.EmployeeMasterID and EmployeeControllerStatus=1 and \n"+
" where tr.EmployeemasterID=emp.EmployeeMasterID and \n"+