Sobres EntregadosSobres DevueltosEntregas VerificadasEntregas Realizadas CorrectamenteMala Atencion - Queja del ClienteNo Identifico al DestinatarioEntrego Sobre Abierto y sin Cubierta PlasticaAcuse de Recibo llenado por el DistribuidorDevoluciones VerificadasABCDEF
A BCDDevoluciones VerificadasEEntregas Realizadas CorrectamenteEntrego Sobre Abierto y sin Cubierta PlasticaFMala Atencion - Queja del ClienteNo Identifico al DestinatarioSobres DevueltosSobres Entregados
REGION CodRegionCapital 1Centro 2Oriente 3Occidente 4Zulia-Occidente 5
¿será que le agrego un campo más a la tabla, pero que sea un campo contador?
si tengo que pensar en otra porque ahora que lo veo, el contador tampoco me sirve nosweat.gif
SELECT A.Asunto AS ASUNTO, COUNT(A.Asunto) AS N_DE_REGISTROS, SUM(A.Cant) AS CANTFROM DISTMASIVA_GESTCALIDAD_DETALLE AS A, TB_REPORTE AS REPWHERE A.CodRegion = REP.CodRegionAnd A.IDSucursal = REP.IDSucursalAnd (A.Asunto="Sobres Entregados"Or A.Asunto="Sobres Devueltos"Or A.Asunto="Entregas Verificadas"Or A.Asunto="Entregas Realizadas Correctamente"Or A.Asunto="Mala Atencion - Queja del Cliente"Or A.Asunto="No Identifico al Destinatario"Or A.Asunto="Entrego Sobre Abierto y sin Cubierta Plastica"Or A.Asunto="Acuse de Recibido llenado por el Distribuidor"Or A.Asunto="Devoluciones Verificadas"Or A.Asunto="A"Or A.Asunto="B"Or A.Asunto="C"Or A.Asunto="D"Or A.Asunto="E"Or A.Asunto="F")And A.TipoGestion=2And A.Fecha>=REP.Fecha1 And A.Fecha<=REP.Fecha2GROUP BY A.Asunto;
SELECT A.Asunto AS ASUNTO, COUNT(A.Asunto) AS N_DE_REGISTROS, SUM(A.Cant) AS CANTFROM DISTMASIVA_GESTCALIDAD_DETALLE AS A, TB_REPORTE AS REPWHERE A.CodRegion = REP.CodRegionAnd A.IDSucursal = REP.IDSucursalAnd (A.Asunto="Sobres Entregados"Or A.Asunto="Sobres Devueltos"Or A.Asunto="Entregas Verificadas"Or A.Asunto="Entregas Realizadas Correctamente"Or A.Asunto="Mala Atencion - Queja del Cliente"Or A.Asunto="No Identifico al Destinatario"Or A.Asunto="Entrego Sobre Abierto y sin Cubierta Plastica"Or A.Asunto="Acuse de Recibido llenado por el Distribuidor"Or A.Asunto="Devoluciones Verificadas")And A.TipoGestion=2And A.Fecha>=REP.Fecha1 And A.Fecha<=REP.Fecha2GROUP BY A.Asunto;
SELECT A.Asunto AS ASUNTO, COUNT(A.Asunto) AS N_DE_REGISTROS, SUM(A.Cant) AS CANTFROM DISTMASIVA_GESTCALIDAD_DETALLE AS A, TB_REPORTE AS REPWHERE A.CodRegion = REP.CodRegionAnd A.IDSucursal = REP.IDSucursalAnd (A.Asunto="A"Or A.Asunto="B"Or A.Asunto="C"Or A.Asunto="D"Or A.Asunto="E"Or A.Asunto="F")And A.TipoGestion=2And A.Fecha>=REP.Fecha1 And A.Fecha<=REP.Fecha2GROUP BY A.Asunto;