I was modifying an existing working Smartlist. I added two calculated fields to this, saved and then closed Smartlist Builder.
I loaded up the Smartlist but no data was being returned. I thought there was maybe an issue with one of the calculated fields so I removed both of them and saved the Smartlist.
Running the Smartlist again still resulted in no results so I checked what was happening behind the scenes using SQL Profiler.
I was amazed to find that the SQL being ran was
select top 1000 '','','','','','','','','','','','','','','','','','','',''
The Smartlist looks fine, all the fields are showing, they are selected, etc One thing I do notice is one of the calculated columns is being shown in the smartlist output even though I have deleted it from the Smartlist.
It looks like the Smartlist has become corrupt or an older version is being "cached".
Any ideas how to fix this?
*This post is locked for comments