Actions
Tareas #4843
openreporte de gestiones por vendedor y fecha
Start date:
05/23/2024
Due date:
% Done:
0%
Estimated time:
Description
filtros: proyecto, rango de fechas, vendedor
formato exp a excel
select
startdate::date,
op.salesrep_id,
ta.name as gestion,
count(*) as cant
from c_contactactivity ge
inner join tb_activitytype ta on ta.tb_activitytype_ID = ge.tb_activitytype_ID
inner join c_opportunity op on op.c_opportunity_id = ge.c_opportunity_id
where ge.ad_client_id = 1000005
and ge.startdate >= '2024-01-01'
group by 1,2,3
order by 1,2,3
Files
Updated by Armando Chuto over 1 year ago
- File clipboard-202405231234-mmzku.png clipboard-202405231234-mmzku.png added
- Status changed from Nueva to Resuelta

Actions