You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the weaknesses of the view definition UI and the CQWP UI for creating filters is the inability to group filter criteria for logical interpretation. This forced the necessity to create ridiculously complex filter criteria when use of parentheses for grouping would have been sufficient to allow the filter criteria to be stated logically.
For instance, to build a query to choose all A = z AND ( B = x OR B = y ), the filter criteria has to be A = z AND B = x OR B =y AND A = z.
I would like to see the ability to group filter criteria together for evaluation so that they are evaluated using standard order of operations rules instead of the straight left-to-right evaluation.
Are you willing to help?
Yes
The text was updated successfully, but these errors were encountered:
Sample
react-content-query-online
Author(s)
@DavidWarnerII
Suggestion
One of the weaknesses of the view definition UI and the CQWP UI for creating filters is the inability to group filter criteria for logical interpretation. This forced the necessity to create ridiculously complex filter criteria when use of parentheses for grouping would have been sufficient to allow the filter criteria to be stated logically.
For instance, to build a query to choose all A = z AND ( B = x OR B = y ), the filter criteria has to be A = z AND B = x OR B =y AND A = z.
I would like to see the ability to group filter criteria together for evaluation so that they are evaluated using standard order of operations rules instead of the straight left-to-right evaluation.
Are you willing to help?
Yes
The text was updated successfully, but these errors were encountered: