H.S. wrote:
Looks like I spoke too soon. After many minutes after starting, here is the message I just got in the browser: Confirm Custom Report ------------------------------------------------- Your report will be generated with the following SQL statement.
SELECT items.barcode,biblio.title,biblio.author FROM items LEFT JOIN biblioitems on (items.biblioitemnumber=biblioitems.biblioitemnumber) LEFT JOIN biblio on (biblioitems.biblionumber=biblio.biblionumber) WHERE items.holdingbranch='GSQL' ORDER BY items.barcode asc
You will need to save the report before you can execute it -------------------------------------------------
So, looks like it worked this far. ->HS
Yup, the report has been created and saved. I can run it and it also gives an option to be saved to a file. Thanks to the developers!! ->HS