Conditions Explained

All or Any Conditions though out Repbox

Robert Klotz avatar
Written by Robert Klotz
Updated over a week ago

Conditions can be tricky at times. Here is a guide to help you understand them more. In Repbox, whether it is with reports or list views, you will need to get familiar with these.

In the list-view article, we showed where these come up. Here is what it looks like:

And in "Advanced Reporting" or "Analytics":
(There is a more in-depth article on reporting)

"All Conditions"

All conditions refers to filtering records (your data) based on an 'AND' condition. If you have multiple 'All Conditions', your data will be filtered by both.

Condition 1

AND

Condition 2

AND

Condition 3

Displays the results if and only if ALL conditions will be matched. If one condition is failed, data will not show in your list or report.

"Any Conditions"

Any conditions refers to filtering records (your data) based on an 'or' condition. If you have multiple 'All Conditions', your data will be filtered by at least one condition.

Condition 1

OR

Condition 2

OR

Condition 3

Displays the results if at-least ONE condition is matched. If one query is failed, other data will be executed based off of conditions 2 or 3.

Did this answer your question?