Hi all.
I hope you can assist with this :)
What I am trying to do is create a query similar to the "% Satisfaction score (Today) calculated metric. However, I would like to retrieve the satisfaction-scored tickets within a specific time period. Generally the week prior, so in week 40, I would like to pull all of the tickets which received a satisfaction reply from week 39.
Is this possible through the date range calculations or Standard metric calculations?
Thank you in advance!




To retrieve the date when a survey was submitted, you can create a calculated attribute using the Updates History dataset with the following formula:
Calculated Attribute Name: CSAT Timestamp
Next, you can create another calculated attribute using this formula:
Here's how it would look like
I hope that helps!