SQL report, can't filter - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: SQL report, can't filter (/showthread.php?tid=1392) |
SQL report, can't filter - Guido1982 - 02-01-2019 I have this query that I used to produce an SQL report: PHP Code: SELECT vtiger_salesorder.salesorder_no AS 'SalesOrder_SalesOrder_No', RE: SQL report, can't filter - joebordes - 02-01-2019 try eliminating the order by clause, that is not supported there if you want to do filtering (I think) RE: SQL report, can't filter - Guido1982 - 02-05-2019 (02-01-2019, 09:57 PM)joebordes Wrote: try eliminating the order by clause, that is not supported there if you want to do filtering (I think) Hm, no. Think I need to investigate this a bit more and try to improve the mechanism, create some PR's. I believe this functionality is still kind of in beta? RE: SQL report, can't filter - joebordes - 02-05-2019 This functionality hasn't been tested much but last time I tried it was working. Have you selected the main module correctly when creating the report? RE: SQL report, can't filter - joebordes - 02-05-2019 activate the debug report query global variable and look at the SQL being generated RE: SQL report, can't filter - Guido1982 - 03-01-2019 OK, trying to catch up to some things.. let me get back to you |