Add media type to calls report
This commit is contained in:
parent
7ed007094e
commit
5f9909a7d6
@ -57,7 +57,8 @@ select sc.SESSION_ID,
|
|||||||
sc.CALLS,
|
sc.CALLS,
|
||||||
sc.ANI,
|
sc.ANI,
|
||||||
c.CAMPAIGN_TYPE_ID,
|
c.CAMPAIGN_TYPE_ID,
|
||||||
sc.CAMPAIGN_TYPE
|
sc.CAMPAIGN_TYPE,
|
||||||
|
"PHONE" MEDIA_TYPE_ID
|
||||||
from ${ref("stg_calls")} sc
|
from ${ref("stg_calls")} sc
|
||||||
left join ${ref("stg_AGENT")} a
|
left join ${ref("stg_AGENT")} a
|
||||||
on sc.AGENT_ID = a.AGENT_ID
|
on sc.AGENT_ID = a.AGENT_ID
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user