[Bug]: Individual Group Filters Using Same Column Cancel Each Other Out #619
-
Contact DetailsWhat happened?Group filters cancel each other out and report nothing if they are filtering the same column. Example: Column is "Status" (Options: "On Track", "Delayed", "Archived") This should filter all entries that have a status of "On Track" and "Delayed" when both group filters are selected. If you select both, no entries are displayed. What platform were you using?Desktop Version of the plugin2.8.4 Relevant log outputNo response Are you using the latest version of the plugin in your Obsidian vault?
Are you check if there is a similar issue?
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
the filter groups are not thinking that way. You have to create an unique group with the OR condition and add both filters |
Beta Was this translation helpful? Give feedback.
-
So essential you are saying that two separate filter groups targeting the same column will not function and not report anything? Instead, you have to to include the two separate filter groups together into one filter group for it to work? |
Beta Was this translation helpful? Give feedback.
-
Yep, Example: Input=> MyValue Filter1: (AND) Between filters there is an AND condition Filter2: Result => False (Input can not be two values at the same time) Input=> MyValue Filter1: Result => True |
Beta Was this translation helpful? Give feedback.
-
Thank you. This is understood. Would like to recommend for future, if possible, if the use of filter groups in the initial inquiry could be explored. |
Beta Was this translation helpful? Give feedback.
Yep,
Example:
Input=> MyValue
Filter1:
Input is MyValue
(AND) Between filters there is an AND condition
Filter2:
Input is AnotherValue
Result => False (Input can not be two values at the same time)
Input=> MyValue
Filter1:
Input is MyValue
OR
Input is AnotherValue
Result => True