VALUE aggregator can't be used with calculated metrics. Try another aggregator
Avec réponse
Publication le 07 juin 2023
Hi,
I have a calculated metric below which worked fine for months and now all of a sudden I replicated the metric to use a different value and receiving an error.
Error: VALUE aggregator can't be used with calculated metrics. Try another aggregator.
IF (VALUE(First reply time - Business hours (hrs)) < 10)
THEN [Ticket ID]
ENDIF
I then have a Result metric calculation to calculate the %.
In https://support.zendesk.com/hc/en-us/community/posts/4413237775514-Help-with-creating-Explore-report-to-measure-that-took-longer-than-XX-time-to-reply-to the VALUE aggregator is also used.
0
22
22 commentaire
Troels Lemming Müller
Hi Eugene
I can't get this to work with Unsolved tickets age.
We used to have a brackets created with:
But Unsolved tickets age (min) is also an calculated metric so no quick fix.
Right now, I'm using the pre-built metric Unsolved tickets age brackets instead but would like to make my own backets.
Would this really be the solution?:
0
Officiel
Eugene Orman
James Bransden
It is a fair point. We didn't enforce users from using the VALUE aggregator before, but in the majority of the cases, it didn't work well with the calculated metrics and resulted in broken reports or miscalculations. That's why we advised users only to use it with the database-level metrics as documented here.
Now, the formula validation restricts VALUE aggregator usage with calculated metrics.
You can easily fix your calculations by using the database-level metric, like this:
0
Se connecter pour laisser un commentaire.