Concept Flow - BETWEEN range filtering
Start Query
Check BETWEEN condition
Value >= Lower Bound?
No→Exclude Row
Value <= Upper Bound?
No→Exclude Row
Include Row
Return Filtered Rows
The query checks if a value is between two bounds inclusive, including rows that satisfy both conditions.