Skip Navigation LinksHome Page > Forums > SpiraTest Forums > SpiraTest Best Practices > Select all incidents if c...
Hi Olivier
There's not a filter that would cover this, however you could use a custom report using a custom section and use Entity SQL that locates all values where that custom field is not null.
Something like:
select value R from SpiraTestEntities.R_Incidents where R.Custom_XX is not null
Regards
Adam