RE: Smartlist Builder Matched Tables no data returned
Hi James,
To check whether your Smartlist Matched tables function is returning the values or not, you can SQL profiler from OPEN SSMS --> under menu Click Tools --> SQL Server Profiler
in SQL Server Profiler explorer
File --> New Trace --> in Trace Properties window --> Select event selection tab
in this tab select mark all check boxes across -- Errors and Warnings , Stored Procedures & TSQL
and now run your Smartlist query, and the query trace will be recorded in TextData.
pick that query and execute the query in SSMS Query Browser.
verify if all the conditions of the query generated is correct.
Hope this helps,
Regards,
Santosh G