Create Content to download BPA details on a spreadsheet by using WebADI integrator
(1) I created a custom view OHIS_BNE_BPA_LINES to select all required BPA details to download
(2) I created a new integrator with Content Type=Query i.e. select * from OHIS_BNE_BPA_LINES by using the Desktop Integration Manager
The Content downloaded all the expected records.
However, when I tried to put in where clause it does not download any records
e.g. select * from OHIS_BNE_BPA_LINES where org_id=640
or, select * from OHIS_BNE_BPA_LINES where rownum<5 -- select only 4 records
and I ran the SQL on sql*Developer - it definitely returned rows but it does not return any records via WebADI content.