Thank you for the reply ... i've tried echoing the query per the link above .. it doesn't work for some reason. Not sure why.
e.g.:
PHP Code:
$main_query = $ret_array['select'] . $params['custom_select'] . $ret_array['from'] . $params['custom_from'] . $ret_array['inner_join']. $ret_array['where'] . $params['custom_where'] . $ret_array['order_by'] . $params['custom_order_by'];
echo "<LI>$main_query";

Originally Posted by
davidboris
Hi,
Try echoing list view query (include/ListView/ListViewData,php) and run that query in database. Do you get result there?
Bookmarks