...
This is an example of using a CQL filter of the document states report macro to create a dynamic report. CQL filter is used to create
...
The CQL Filter parameter now accepts Confluence CQL format functions, keywords, and can include OR and comparison operators (from v.6.16.7+). Simply add the CQL format filter to the CQL filter dialogue box in the document-states-report macro editor.
Filter pages by user field
...
You can exclude a user by using the NOT EQUALS operator (!=)
creator != "suni"
Multiple values can be excluded by separate use of != or simply using the NOT IN operator
creator NOT IN (suni, elle, moeen)
Prior to v6.16.7 CQL filter in report macros must be in the form FieldName:Value
...
...