Please provide screenshot with your advance filter settings that are not working.
Please Log in or Create an account to join the conversation.
martinmg wrote:
Please provide screenshot with your advance filter settings that are not working.
See attached screeshot.
(The filter is fine, but at Parameters->Display I have the following settings:
Show Blocked - No
Show Banned - No
Show Unapproved- No
Show Unconfirmed -No
Still a user who is blocked and banned displays in the list.)
Please Log in or Create an account to join the conversation.
I am guessing (Kyle will follow-up) that those settings will only work with simple filtering because advanced filtering is really meant to replace the entire WHERE clause.
Please Log in or Create an account to join the conversation.
Was able to confirm your issue. Looks like those WHERE values aren't being added when advanced filtering is used. This is due to the OR in your filtering and the advanced filtering output missing its (). Add ( and ) brackets around your filtering and that should fix it. Alternatively you can apply the below quickfix.See attached screeshot.
(The filter is fine, but at Parameters->Display I have the following settings:
Show Blocked - No
Show Banned - No
Show Unapproved- No
Show Unconfirmed -No
Still a user who is blocked and banned displays in the list.)
Basic filters are just that; basic. Adding AND/OR scenario to them would complicate the configuration and likely cause confusion with how they should behavior. For example is the OR an OR to the value previous to it or to all the other filters? For those usages I suggest using Advanced.ok, but I cannot create a basic filter with multiple criterias if I need a query with "OR". The only option today using basic filter is "AND" if i add another criteria. Perhaps it should be possible to choose between "AND" and "OR" when adding the criteria?
Please Log in or Create an account to join the conversation.
Add ( and ) brackets around your filtering and that should fix it.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.