Skip to main content

Filtering

Available in: All plans
Last updated: 26-Feb-2026

Overview

Kazinex provides a P6-style filtering system that lets you create conditions to show only the activities you need. Choose from 16 built-in default filters, create your own custom filters with 25 operators, combine multiple filters with AND/OR logic, and save your filters to the cloud for use across devices.

Open the Filter Manager by clicking Filter in the Activities Grid toolbar. When a filter is active, the Filter button shows a badge with the number of applied filters.

Filter Manager Dialog

The Filter Manager is the central hub for all your filters. It contains:

Type to search across filter names and descriptions.

Four Tabs

TabShows
AllEvery filter (default + custom), with a total count
DefaultBuilt-in filters that ship with Kazinex (cannot be edited or deleted)
CustomFilters you have created
RecentThe last 10 filters you applied, in reverse chronological order

Filter Cards

Each filter appears as a card with:

  • A checkbox for multi-selection
  • A lock icon (🔒) for built-in filters or a funnel icon for custom filters
  • The filter name and description
  • Badges: "Selected" (when checked), "Built-in" (for defaults), and a condition count
  • A ⋯ menu with actions: Edit, Set as Default, Delete (custom filters only)

Multi-Filter Logic

At the top of the filter list, a panel lets you choose how multiple selected filters combine:

OptionBehaviour
All ActivitiesNo filter — show everything
All selected filters (AND)An activity must match every selected filter to appear
Any selected filter (OR)An activity must match at least one selected filter to appear
  • New Custom Filter (left) — Opens the Filter Editor to create a new filter
  • Cancel / Apply (right) — Discard or apply your selection

Built-in Default Filters

Kazinex ships with 16 ready-to-use filters:

FilterDescription
CompletedActivities with status Complete
In ProgressActivities currently in progress
Not StartedActivities that have not yet started
CriticalActivities on the critical path (total float ≤ 0)
Non-criticalActivities not on the critical path (total float > 0)
Negative FloatActivities with negative total float
Longest PathActivities marked as driving path
MilestoneMilestone activities
Level of EffortLevel of Effort (LOE) activities
NormalNormal task-duration activities
Has Start ConstraintActivities with a start constraint (MSO, SNET, SNLT, ALAP)
Has Finish ConstraintActivities with a finish constraint (MFO, FNET, FNLT)
Has Any ConstraintActivities with any type of constraint
Behind ScheduleIn-progress activities with negative float
Zero Percent CompleteActivities with 0% physical completion
100% CompleteActivities with 100% physical completion

Built-in filters cannot be edited or deleted, but you can use them as a starting point — apply one and then refine with additional custom filters.

Creating a Custom Filter

  1. Click New Custom Filter in the Filter Manager.
  2. The Filter Editor opens with:
    • Name and Description fields at the top.
    • A condition builder where you add filter rules.

Adding Conditions

Each condition consists of three parts:

  1. Field — Which column to filter on (e.g., Total Float, Status, Start Date)
  2. Operator — How to compare (e.g., "is greater than", "contains", "is before")
  3. Value — The target value to match against

Click Add Condition to add a new rule. You can add as many conditions as you need.

25 Filter Operators

Text Operators

OperatorDescription
is equal toExact match
is not equal toDoes not match
containsField contains the text
does not containField does not contain the text
starts withField begins with the text
ends withField ends with the text
is blankField is empty or null
is not blankField has a value
is one ofField matches any value in a list
is not one ofField does not match any value in a list

Numeric Operators

OperatorDescription
is greater thanField value exceeds threshold
is greater than or equal toField value meets or exceeds threshold
is less thanField value is below threshold
is less than or equal toField value is at or below threshold
is betweenField is within a range (requires two values)
is not betweenField is outside a range

Date Operators

OperatorDescription
is beforeDate is earlier than target
is afterDate is later than target
is on or beforeDate is on or earlier than target
is on or afterDate is on or later than target
is in the last N daysDate falls within the past N days
is in the next N daysDate falls within the next N days

Boolean Operators

OperatorDescription
is trueField is Yes/True
is falseField is No/False

Hierarchical Operators

OperatorDescription
is descendant ofActivity belongs to a WBS branch (WBS hierarchy matching)

AND/OR Logic Within a Filter

Conditions within a filter can be combined with:

  • AND — Activity must match all conditions
  • OR — Activity must match any condition

You can also create condition groups to build more complex logic (e.g., "Status is In Progress AND (Float < 0 OR Float is blank)").

Editing a Custom Filter

  1. Open the Filter Manager.
  2. Click the ⋯ menu on a custom filter card.
  3. Select Edit Filter.
  4. Make your changes in the Filter Editor.
  5. Click Apply to save.

Deleting a Custom Filter

  1. Open the Filter Manager.
  2. Click the ⋯ menu on a custom filter card.
  3. Select Delete Filter.
  4. Confirm the deletion in the confirmation dialog.

If the deleted filter was active, it is automatically cleared.

Setting a Default Filter

Click the ⋯ menu on any filter and select Set as Default. This filter will be pre-selected when you open the Filter Manager. Select Remove as Default to undo.

Saved Filters & Cloud Sync

Custom filters are automatically saved to your Kazinex account (Supabase). This means:

  • Your filters are available on any device you sign into.
  • Filters persist between sessions — they are still there when you return.
  • If you are offline, filters are cached locally and synced when connectivity returns.

Quick Apply from the Toolbar

The Filter toolbar button is a split button:

  • Click the main button to open the full Filter Manager dialog.
  • Click the dropdown arrow for quick actions (recent filters, clear filter).

When a filter is active, the button turns primary (highlighted) and shows a badge with the number of active filter presets.

Next Steps