SmartViews Error - Missing FilterCriteria token, Add: FilterCriteria = @FilterCriteria
If you encounter the above error in SmartViews, you need to add the Filter Criteria to the WHERE clause of the query. Open up the Designer and navigate to SQL Designer -> SQL. If the query already contains a WHERE clause, append "AND FilterCriteria = @FilterCriteria" to the end of it. If there is no WHERE clause, then add "WHERE FilterCriteria = @FilterCriteria".