Search for blank values in custom field
Posted: Fri Dec 30, 2022 10:12 pm
Hi all, I'm looking to do a search for "blank" values, on a custom field.
Reason: I have an "Invoice #" field, and want to quickly show all tickets where the invoice number is blank - and thus unbilled.
Obviously I can do this in an export, but I'm wondering if there's a way to display the results in the normal search function.
The URL format I'm seeing is:

I've tried searching for !empty(), but that didn't work.
Thank you in advance!
Reason: I have an "Invoice #" field, and want to quickly show all tickets where the invoice number is blank - and thus unbilled.
Obviously I can do this in an export, but I'm wondering if there's a way to display the results in the normal search function.
The URL format I'm seeing is:
Code: Select all
https://hesk.example.com/admin/find_tickets.php?q=queryTextGoesHere&what=custom1&category=0&owner=0&dt=&s_my=1&s_ot=1&s_un=1&limit=100&more2=0

I've tried searching for !empty(), but that didn't work.
Thank you in advance!