Dear Vimal,
I found that Z39.50 does not download records.
When try to search records from z39.50 servers, it says Try another search.
It is a suddenly idea did you set up the Zebra cron job ?
http://manual.koha-community.org/3.8/en/cronjobsch.html
Best Regards,
Attila.
Idézet ("Vimal Kumar
i need to make report including the main data of the books
and i have data in 880 field i want to include this field in the report
the report
note(880 is vernacular field that i put the title and author and publisher
and statement with Arabic )
SELECT
ExtractValue((
SELECT marcxml
FROM
Hi.
I don't have any reports experience with Koha (yet), so can't help with
your specific questions.
You may wish to check out the reports library to see if there is anything
similar to what you require:
http://wiki.koha-community.org/wiki/SQL_Reports_Library
David Nind | david.n...@gmail.com
P
I've never tried but maybe the option ReturnBeforeExpiry in System
Preferences.
-
Koha version: 3.08.04
- -
José Anjos
--
View this message in context:
http://koha.1045719.n5.nabble.com/Restriction-on-renewal-of-items-on-expiration-of-patrons-account-tp5730132p5730391.html
Sent fro
You need to rephrase your query, like
select
ExtractValue(marcxml,'//datafield[@tag="880"]/subfield[@code>="a"]') as
AR
from
biblioitems
where
biblionumber between 100 and 110;
In case that you need more tags, you could add them like
select
ExtractValue(marcxml,'//datafield[@tag="100"]/su
5 matches
Mail list logo