Filter the Filter

Filter the Filter

by Alan Hare -
Number of replies: 0

If I filter by username it lists deleted users even though in the WHERE statement I have excluded them.  How can I "filter the filter" to exclude deleted users?

 

My MS SQL query includes 'WHERE u.deleted = 0'

I still get the users that are deleted.

 

AND u.deleted = 0

%%FILTER_USERS:u.username%%

Average of ratings: -