You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

See what status type an incident had at a particular time?

edited Apr 21, 2021 4:02PM in Reporting & Analytics for B2C Service 3 comments

Content

Hi,

Currently using this formula but it's using the status and not status type (Solved, Unresolved, Waiting etc)

last(if(transactions.trans_type='Created', 'New', if(transactions.trans_type='Status Changed' & transactions.id1=102,'Pending',if(transactions.trans_type='Status Changed' & transactions.id1=8,'Updated',if(transactions.trans_type='Status Changed' & transactions.id1=3,'Pending Information',if(transactions.trans_type='Status Changed' & transactions.id1=2,'Resolved at Tier 1',if(transactions.trans_type='Status Changed' & transactions.id1=103,'Resolved at Tier 2','-')))))), transactions.created)

Any idea how I could see what status type an incident had at a particular time?

Code Snippet

last(if(transactions.trans_type='Created', 'New', if(transactions.trans_type='Status Changed' & transactions.id1=102,'Pending',if(transactions.trans_type='Status Changed' & transactions.id1=8,'Updated',if(transactions.trans_type='Status Changed' & transactions.id1=3,'Pending Information',if(transactions.trans_type='Status Changed' & transactions.id1=2,'Resolved at Tier 1',if(transactions.trans_type='Status Changed' & transactions.id1=103,'Resolved at Tier 2','-')))))), transactions.created)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!