Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This reporter combines the results of multiple sub-reporters into a single list.

Parameters

Name

Required

Migratable to Cloud?

Default Value

Description

unique

  • (X)

  • NO

false

If set to  true, this will ensure that each item is only returned once, even if it comes from multiple reporters.

This will have a performance penalty due to the uniqueness checking. 

intersect

  • (X)

  • NO

(Since 3.2.0)

If set to  true, only items that occur in all reporter results are returned.

If set to  false, only items that occur in only one set of reporter results are returned.

This will have a potential performance penalty due to the intersect checking.

matchAll

  • (X)

  • NO

If set to false, content matching any of the criteria will be returned. Otherwise, the content must match all criteria. 

Editor View

...

Macro Edit View

  • Not applicable.

...

This reporter combines the results of multiple sub-reporters into a single list.

Parameters

Name

Required

Migratable to Cloud?

Default Value

Description

intersect

  • (X)

  • NO

(Since 3.2.0)

If set to  true, only items that occur in all reporter results are returned.

If set to  false, only items that occur in only one set of reporter results are returned.

This will have a potential performance penalty due to the intersect checking.

matchAll

  • (X)

  • NO

If set to false, content matching any of the criteria will be returned. Otherwise, the content must match all criteria. 

unique

  • (X)

  • NO

false

If set to  true, this will ensure that each item is only returned once, even if it comes from multiple reporters.

This will have a performance penalty due to the uniqueness checking. 

Tutorial Examples

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
excerptTypesimple
cqllabel = "combining-reporter"