I need to create a calculated metric for all open tickets without an assignee but I am struggling with this can anyone help?
I have tried some simple things like [Assignee name] = "NULL"
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
You can try this formula:
Use the aggregators COUNT or D_COUNT with this metric, and that should show you the count of tickets that are currently unassigned.