How to filter Vulnerabilities with Notes or Specific Ticket Status in Reports?

Hello everyone,
is it possible to filter vulnerabilities in the report results based on whether they have associated notes or a specific ticket status? I am looking to customize the report views more efficiently by only displaying vulnerabilities that have notes attached or that meet certain ticket status criteria.

Any guidance/ filter commands on how to achieve this, or if such functionality exists within the current Greenbone Security Manager, would be greatly appreciated.

Thank you in advance for your help!

Greenbone Security Assistant 22.08.0
Greenbone Vulnerability Manager 23.1.0

Perhaps this Filter Keywords documentation can help. Although it is not complete, it is a good guide for getting started. You can see that filtering by whether a note is included or not is possible.

notes=1:  Results with a included notes notes Boolean 0 = no, 1 = yes

Otherwise, if you are including a unique identifier in the note (such as 2059f0a8e290e8d593e250e51f97), the catch all text filter ~ should find and be able to filter on that all. Therefore, a filter should work such as:

~'2059f0a8e290e8d593e250e51f97' notes=1

or even just

~'2059f0a8e290e8d593e250e51f97'

‘notes=1’ from the docu sounds good. nut doesn’t work in my report…