[SOLVED]Search tickets where a field is not empty
Moderator: crythias
[SOLVED]Search tickets where a field is not empty
I have added a dynamic field to search filter. How do I search for tickets where the said dynamic (text) field is not empty?
Last edited by aph on 08 May 2015, 16:46, edited 1 time in total.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
-
- Znuny newbie
- Posts: 21
- Joined: 29 Oct 2013, 12:11
- Znuny Version: 4.0.10
- Real Name: Matjaz Batic Finzgar
Re: Search tickets where a field is not empty
try putting .+ into search -> this is regular expression that matches at least one character or more (please report back if it is working)
Re: Search tickets where a field is not empty
The regex .+ doesn't seem to work. However I was able to get results with !.*
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache