Not sure if it's the same issue, but have you tried the fix mentioned in the following thread?
https://lists.katipo.co.nz/pipermail/koha/2017-December/049632.html On 21 May 2018 at 22:37, camilabezerra <[email protected]> wrote: > Sorry, I didn't understand your question. > > I am using this report: > > SELECT b.biblionumber, SUBSTRING_INDEX(m.isbn, ' ', 1) AS isbn, b.title > FROM > items i > LEFT JOIN biblioitems m USING (biblioitemnumber) > LEFT JOIN biblio b ON (i.biblionumber=b.biblionumber) > WHERE DATE_SUB(CURDATE(),INTERVAL 180 DAY) <= i.dateaccessioned AND m.isbn > IS NOT NULL AND m.isbn != '' > ORDER BY rand() > LIMIT 10 > > And the results are: > > biblionumber isbn title > 688 9788585142476 6ª Bienal de Jovens Criadores da Comunidade dos > Países da > Língua Portuguesa > 488 9788575781586 (Re)Discutindo o espaço local : > 686 9788578113056 Um pirilampo no porão : > 692 9788578113018 Políticas de inovação pelo lado da demanda no > Brasil / > 685 9788578113087 Refúgio no Brasil : > 693 9788578112332 Avaliação de políticas públicas no Brasil. > 687 9788567450063 Índice de vulnerabilidade juvenil à violência 2017 > : > 684 9788578110789 Bolsa Família 2003-2010 > 687 9788567450063 Índice de vulnerabilidade juvenil à violência 2017 > : > 689 9788578113070 Políticas de apoio à inovação tecnológica no > Brasil : > > > > -- > Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html > _______________________________________________ > 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

