https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 --- Comment #26 from Hugo Agud <hagud@orex.es> --- Sponsor propousal We need a solution for show links to analaytics only if there are analytics and not just at journal level, there is also book chapter as analytics. CASE 1. If analytics are created via koha, we have all 773 fields filled and we can apply the used in as it is in staff gui CASE 2 If the analytics have been propertly created using 773$w <--check match 773w vs 001--> 773$x <-- check match 773x vs 020 and 022--> I know that some records came from other catalogues, but if they do not fill 773$w or 773$x they're not marc21 and then they do not desserve havings show analytics publishing ;) If this is the case then they just need use batch record modification to improve the quality of their records. I suggest the creation of cronjob with options how to check if there are analyrtics count_analytics --match w --match 0 --match 9 --match x (the cron will check all 77309wx and compare with 001, 020, 022, 999c and 9520 and if there is a match add a counter at the record (this records has 9 analytics) and publish on the bib level for example. -- You are receiving this mail because: You are watching all bug changes.