> 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
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to