-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello!
When creating my rules and filters, I noticed something:
I want only active users to be considered in all rules.
In addition to this condition, I only have AND operations, which makes it quite easy to map this.
However, the condition restricts me because I can no longer use OR operations. At this point, the #123-issue would be a great help.
Here I have thought of a kind of pre-filter:
Currently, you configure conditions in a rule to assign users to exactly one cohort. The basic assumption here is that the conditions must apply to the entire user base.
An extension of this would be to create rules that are not assigned to a cohort. These rules could be seen as pre-filters. If a pre-filter could be defined for a rule, the user base would be reduced before the actual rule conditions are checked.
Depending on how many rules you have in your system, this could save time and effort in managing rules.
I have to store around 300 rules in the system. All rules have the condition to check the active status of the users.
Best regards