Created a new SmartList in SmartList Builder. When I run the list in SmartList, it runs fine. However when I run the SmartList in SmartView I get either duplicate records, or I get some sort of SQL error.
Put the following in the DEX.INI and relaunch GP
Relaunch GP and then open up the SmartList in SmartList Builder. Then Save the SmartList. When you save it, it will popup a text box that shows the SQL statement that is being run. Copy it out of there and paste it into SQL Server Query Analyzer and see what you get. If you get more or less records that the SmartList does, then SmartList is filtering out a bad join or SQL errors. If you get SQL errors, that will result in SQL errors in SmartView. The SmartList needs to be modified until the SQL statement you copy from the text box will run directly in SQL without errors.