Exclude agent and reason_code from report
This commit is contained in:
parent
7132055487
commit
8b396f84a9
@ -73,4 +73,6 @@ on masgi.STATE_GROUP_ID = masg.STATE_GROUP_ID
|
||||
left join ${ref("stg_MAPPING_AGENT_REASON_CODE_ID")} mrc
|
||||
on ags.REASON_CODE = mrc.REASON_CODE
|
||||
where date(ags.TIMESTAMP) >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
|
||||
and ags.REASON_CODE <> 'End of Shift'
|
||||
and ags.AGENT_ID <> 400000000081027
|
||||
and date(ags.TIMESTAMP) < CURRENT_DATE()
|
||||
Loading…
Reference in New Issue
Block a user