Customizing Filters
Custom filters let you write the fields, constants, functions, and operators for your desired filtering.
ChainArgos also lets you build an expression that evaluates as TRUE or FALSE. When you run the query, ChainArgos only returns rows for which that condition is TRUE.
The AND/OR filters enables you to group and use AND/OR filter logic without having to manually create filter expressions.
To get OR Logic
OR LogicType multiple conditions into the same filter, separated by commas. For example, today, 7 days ago means "today or 7 days ago".
To get AND Logic
AND LogicType your conditions, one by one, into multiple time filters.
For example, you could:
put into a "Block Times" Block Written Date -> is on or after -> (absolute) -> 2018/01/01 filter;
then put "Block Times" Block Written Date -> is on before -> (relative) -> 2 days filter.
This would mean "January 1st, 2018 and after, AND before 2 days ago".

AND / OR Logic Combinations
AND / OR Logic CombinationsAND / OR logic can be used to create sophisticated filters to zoom in on a specific data set.
By clicking on the AND button, you can easily switch the operator to OR, and add additional filters to create a sophisticated series of AND / OR operators.

AND" or "OR".Be careful the logic you use for multiple filters does not contradict, otherwise you may get conflicting results, or possibly none at all.
Last updated