@jptrader, it is strange. I tried the code you posted, that seems correct, and my Exploration was showing results also in the SymbolScore and SymbolRanking columns.
The only situation where I got some "empty" values was when I used a database with a lot of inconsistent data (I mean where some symbols had different ranges of bars and multiple unaligned data holes). But I suppose that this is not your case.
Additional information that you can provide us: Are you using an EOD data or some mixed data / real-time data (and in such a case data provider/plugin)?
What is the Analysis periodicity you are using for the Exploration?
Which version of AmiBroker are you using?
Let's see if anyone else can reproduce your problem. And just to be sure, is the code posted EXACTLY the one that you used to generate the screenshot?
Simply output the BarCount and Interval in Explorer (see below code addition). Then you will have more information in front of you.
Also if you have enabled Pad&align of analysis settings - General tab then make sure that the symbol the data is aligned to has enough data itself. If that symbol has inappropriate Barcount then you may get empty results for sure.
Note: if Pad&align is enabled then the BarCount of the reference symbol is used/shown. I.e. if the reference symbol has just one bar of data but the WL symbols all have e.g. 1000 bars then Barcount will be 1 but not1000.
But then even if index has just one bar the SymbolRanking column would show ranking output (e.g. all 1) and wouldn't be empty.
So I think the actual reason for your NULL output seems to be wrong Filter setting.
E.g. WL and some Market is chosen and "Match any" being checked.
Then both your columns may result in being empty.
So clear Filter and make sure only Watchlist is chosen. And check "Match all".