how to generate list for tag 245 |a
hi i need help for generating from koha where I need to list for tag 245 |a in reporting module Thanks for advance -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
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_d... Or if you have a more specific need please provide more details. -- Owen -- Web Developer Athens County Public Libraries https://www.myacpl.org
tqvm for helping me -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
participants (2)
-
ikbar -
Owen Leonard