[Koha-bugs] [Bug 7679] Statistics wizard: circulation (new filters)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 19 11:34:56 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7679

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46198|0                           |1
        is obsolete|                            |

--- Comment #68 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 54604
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54604&action=edit
Bug 7679: Various fixes for circulation statistics wizard

- use SQL TRIM functions to avoid having '' and ' ' considered as
  different values
- use Text::Unaccent to remove accents from columns or rows values when
  accessing %table. This is required as MySQL consider as equals two
  strings that differ only by their accents when using GROUP BY clause.
- Exclude '' values from the list of columns or rows. Otherwise we could
  have a row 'UNKNOWN VALUE' and a row 'NULL' which both have the same
  values in their cells.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list