In fact i followed your article and created the intended report like this SELECT b.biblionumber, b.title, m.isbn FROM biblio b left join biblioitems m on (b.biblionumber=m.biblionumber) where m.isbn is not NULL and b.title LIKE "%math%"
its id is 50 according to my report ids in sql saved reports but when trying to run the report from the plugin page it gives me Software error: There is no such report. although the report is public and i can run it from saved sql reports and gets results without any problems. Thanks Kyle. On Tue, May 12, 2015 at 1:42 PM, Kyle Hall <[email protected]> wrote: > Did you follow my article when you set it up? Did you create your own > custom report for generating the book list? It sounds like maybe you never > replaced the report id or perhaps you never created a report! > > Kyle > > http://www.kylehall.info > ByWater Solutions ( http://bywatersolutions.com ) > Meadville Public Library ( http://www.meadvillelibrary.org ) > Crawford County Federated Library System ( http://www.ccfls.org ) > Mill Run Technology Solutions ( http://millruntech.com ) > > On Thu, May 7, 2015 at 10:49 AM, Abdulsalam Yousef <[email protected]> > wrote: > >> Hello all, >> >> I've installed Bywater coverflow plugin more than one time but also have >> no >> chance to show book covers, when tryig to run the report that i've >> prepared >> for coverflow this error appeared >> >> Software error: >> >> There is no such report. >> >> >> Although the report is public and its id is correct. >> >> >> Thanks >> _______________________________________________ >> Koha mailing list http://koha-community.org >> [email protected] >> https://lists.katipo.co.nz/mailman/listinfo/koha >> > > _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

