Hello!
I have been having issue with date range calculated metric and standard calculated metric.
Explanation:
1- When I create date range calculated metric, it works for the timeframe I choose. Let's say this date change calculated metric name is : Agent replies - Previous two weeks.
2- And then, when I use this metric Agent replies - Previous two weeks in standard calculated metric in order to find Closed ticket with agent's single comment - Previous two weeks in previous two weeks, It is not working. Please follow the query and let me know if anything's wrong with that?
IF ([Ticket status - Unsorted] = "Solved"
OR [Ticket status - Unsorted] = "Closed"
AND VALUE(Agent Replies - Previous two weeks) = 1)
THEN [Ticket ID]
ENDIF

3- Weird thing is that it was working pretty well yesterday but today it is not working. Similarly, whenever I use the VALUE(date_range_calculated_metric_field_name) in the standard calculated metric, it is not throwing the result while it is working for AVG(date_range_calculated_metric_field_name).
Example:
Date range calculated metric name: Frustration - Previous two weeks
Standard calculated metric name: Tickets scoring more than or equal to 8 - Previous two weeks
Standard calculated metric query:
IF (VALUE(Frustration - Previous two weeks) >=8.0)
THEN [Ticket ID]
ENDIF
The above query/Tickets scoring more than or equal to 8 - Previous two weeks is not throwing any result.

Kindly provide your assistance since I have to complete my urgent project as soon as possible. Your help shall be highly appreciated.
Thanks!
Satyndra


Step 2: I created the standard calculated field. 
