Filter

Overview

A Filter is an AnalyticsCreator object that stores a reusable set of repository objects for focused diagram work.

It captures the current object selection so that the same diagram scope can be applied again later.

Function

Use filters to save the current non-empty diagram filter under a name and to reapply that object set from the navigation tree.

A filter does not define row-level SQL filtering. It controls which AnalyticsCreator objects are shown in the flow diagram.

Attributes

Attributes define the configuration, behavior, and relationships of the filter entity.

Attribute Applies to Description
Name Filter Required name used to identify the saved filter.
Objects Filter Repository objects included in the saved filter.

How it is used in AnalyticsCreator

Use case Description
Save diagram scope Store the current object selection for later reuse.
Focus architecture work Apply a filter to show only the selected objects in the diagram.
Reuse object selections Switch between saved object sets without rebuilding the selection manually.

Relationships

Related entity Relationship
Repository object A filter contains references to selected repository objects.
Flow diagram Applying the filter refreshes the diagram with the saved object set.
Object group Both can focus work on object collections, but groups also support membership management and locking.

Where to configure

Configure or review this entity from the matching AnalyticsCreator user-interface area.

Related topics