http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7335

             Bug #: 7335
           Summary: Allow custom parameters for sorting in sql reports
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Reports
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


I was trying to find a solution to make it possible to select how a report is
sorted before running it.

Perhaps we could have a table sorter on tables generated by reports? 

I tried using the placeholders to provide a pull down with search options, but
this didn't work. The replaced text is always in quotes, so the generated sql
will not work:

select concat(surname, ", ", firstname) as Name, cardnumber from borrowers
order by 'cardnumber desc'

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to