Add formatted fields to reports
This commit is contained in:
parent
e6285f8ee3
commit
73baea4a11
@ -39,10 +39,15 @@ select sc.SESSION_ID,
|
|||||||
sc.SKILL,
|
sc.SKILL,
|
||||||
s.SKILL_ID,
|
s.SKILL_ID,
|
||||||
sc.CALL_TIME,
|
sc.CALL_TIME,
|
||||||
|
sc.CALL_TIME_FORMATTED,
|
||||||
sc.RING_TIME,
|
sc.RING_TIME,
|
||||||
|
sc.RING_TIME_FORMATTED,
|
||||||
sc.TALK_TIME,
|
sc.TALK_TIME,
|
||||||
|
sc.TALK_TIME_FORMATTED,
|
||||||
sc.SPEED_OF_ANSWER,
|
sc.SPEED_OF_ANSWER,
|
||||||
|
sc.SPEED_OF_ANSWER_FORMATTED,
|
||||||
sc.AFTER_CALL_WORK_TIME,
|
sc.AFTER_CALL_WORK_TIME,
|
||||||
|
sc.AFTER_CALL_WORK_TIME_FORMATTED,
|
||||||
sc.CALLS,
|
sc.CALLS,
|
||||||
sc.ANI,
|
sc.ANI,
|
||||||
c.CAMPAIGN_TYPE_ID,
|
c.CAMPAIGN_TYPE_ID,
|
||||||
|
|||||||
@ -34,6 +34,7 @@ select d.SESSION_GUID,
|
|||||||
d.SKILL,
|
d.SKILL,
|
||||||
s.SKILL_ID,
|
s.SKILL_ID,
|
||||||
d.HANDLE_TIME,
|
d.HANDLE_TIME,
|
||||||
|
d.HANDLE_TIME_FORMATTED,
|
||||||
d.TRANSFERS_TO_SKILL,
|
d.TRANSFERS_TO_SKILL,
|
||||||
d.INTERACTIONS
|
d.INTERACTIONS
|
||||||
from ${ref("stg_digital")} d
|
from ${ref("stg_digital")} d
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user