[Bug 3308] New: Exporting statistics reports yields ZZempty field values
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3308 Summary: Exporting statistics reports yields ZZempty field values Product: Koha Version: rel_3_0 Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Reports AssignedTo: galen.charlton@liblime.com ReportedBy: maria.laude@liblime.com CC: maria.laude@liblime.com Estimated Hours: 0.0 Change sponsored?: --- When exporting reports using Statistics Wizards, exporting to .csv displays "ZZempty". Only appears when exporting, does not appear when displaying report to Koha. Reports shouldn't print "ZZemptyint.csv" -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3308 --- Comment #1 from Ryan Higgins <rch@liblime.com> 2009-06-08 17:27:32 --- Specifically, csv parsing fails on authorised value-controlled fields with null values. Symptom: the string 'zzEMPTY' appears as row heading in csv output. To reproduce: Add or edit an item so that it has a null ccode or shelving location. circulate it. Run issues_stats.pl, selecting COLUMN: itemtype ROW: ccode ( or shelving location ) csv will have zzEMPTY as row heading instead of NULL. ( bug does not appear if ccode or location is chosen as the COLUMN ). -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@liblime.com