[Koha] how to generate list for tag 245 |a

Owen Leonard oleonard at myacpl.org
Fri Apr 5 03:51:16 NZDT 2019


> i need help for generating from koha where I need  to list for tag 245 |a in
> reporting module

Are you trying to generate a report which lists all titles? You could
create an SQL report as simple as:

SELECT title FROM biblio ORDER BY title

There are more complex ways to build reports if you want clickable
links in the output. The SQL reports library has examples like this:

https://wiki.koha-community.org/wiki/SQL_Reports_Library#Biblios_with_like_data_in_a_subfield_of_a_field

Or if you have a more specific need please provide more details.

 -- Owen

-- 
Web Developer
Athens County Public Libraries
https://www.myacpl.org


More information about the Koha mailing list