Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

Complex and/or chained view filters

cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Sashman
6 - Interface Innovator
6 - Interface Innovator

It is often required to have more than one type of filters for a view, like (foo AND bar) OR thud.

As an alternative, it can also be solved by chaining views like VIEW foobar OR thud.

4 Comments
Kasra
9 - Sun
9 - Sun

A few people have requested this, so weโ€™re thinking about it.

In the meantime, you can get around the limitation by creating a formula that evaluates to true (you can use nested ANDs and ORs in formulas), then set the view filter show all records where the formula is true.

Ben_Orozco
7 - App Architect
7 - App Architect

As stated above and here, some of us have a need for filtering complex boolean operations (like combining Or/Andโ€™s, etc.)

I understand this is a complex UI/UX. Some examples I found (for inspiration):

3ef2915e381331243738d3e513d6b7cd9ff3c0e6.png

Casey_Unrein
5 - Automation Enthusiast
5 - Automation Enthusiast

This would be nice. Much more flexible and quick than programming a full field for it.

AntoAni
4 - Data Explorer
4 - Data Explorer

To create complex filters like (foo AND bar) OR thud, you can use logical operators in SQL, MongoDB, or JavaScript.

Alternatively, Syncfusion's Data Grid provides powerful filtering options that allow you to create advanced filters easily, saving you development time.