Hi integralsugar
Edit the file include/ListView/ListViewData.php and add this line
PHP Code:
echo "<LI>$main_query";
Just after the line
PHP Code:
$main_query = $ret_array['select'] . $params['custom_select'] . $ret_array['from'] . $params['custom_from'] . $ret_array['where'] . $params['custom_where'] . $ret_array['order_by'] . $params['custom_order_by'];
Open the Opportunity ListView again, you will see a query.
Copy this query and run into phpMyAdmin. You should get an error message.
Let us know both query and error message.
Regards
Bookmarks