Introduction
Group filters in Dotnet Report allow you to apply multi-stage filtering, enabling more refined and powerful data queries.
By the end of this guide, you’ll be able to:
- Set up group filters
- Combine filters within and across groups using AND/OR logic
Prerequisites
- Access to Dotnet Report
- Data fields selected for the report
- Understanding of basic filter setup
Step-by-Step: Creating Group Filters
Step 1: Add Group Filter
- In the Filters section, click “Add Group Filter.”
- Within each group, add one or more individual filters.
- Combine filters inside a group using AND or OR logic.
Step 2: Apply Multi-Stage Filtering Logic
Group filters allow nested filtering:
- Group 1 applies the initial filter
- Group 2 refines the results from Group 1
Example:
- Group 1: Region = ‘East’
- Group 2: Sales > 5,000
Result: Only data from the East region with sales over 5,000
Next Steps
Save and preview your report. Group filters are ideal for scenarios needing layered filtering conditions.