Hi: Check this new table: http://schema.koha-community.org/17_05/tables/biblio_metadata.html
There has been some changes for 17.05. Good luck, Ramiro 2017-09-11 14:23 GMT-03:00 Ian Bays <[email protected]>: > Hi. > This works: > > substring(ExtractValue(marcxml,'//controlfield[@tag="008"]'), 8,4 ) AS > 'PUB DATE' > > Good luck. > > On 11/09/2017 18:15, Luis Moises Rojas wrote: > >> Hello everybody >> I am trying to use this instruction, but does not work, >> i am using koha 17.05. >> >> ExtractValue(marcxml,'//controlfield[@tag="008"]'), 8,4 ) AS 'PUB DATE' >> >> >> thanks >> >> >> > -- > Ian Bays > Director of Projects, PTFS Europe Limited > Content Management and Library Solutions > > > _______________________________________________ > 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

