.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt AggregateToList ^^^^^^^^^^^^^^^ Callback (output-only) in order to show a detail view for aggregated data. So what you do is, you configure your detail view in a way that it would actually find more than one entry (altough, of course, a detail view only takes the first entry). Now apply this callback handler in order to collect all data that fits the configuration you specified (except the "limit 1" detail limitation) and create a list from that. Keep in mind that the usual output field/column handler is taken, thus you might want to use specific settings here as well that get applied for all the found entries. Furthermore you might want to use any kind of already known markers (see dbal/sWhereGet for examples) within the various wrappers. sWrapSingle ----------- String. Wrapper for every single row. Default and example: ::
  • |
  • sConcatenate ------------ String. Connector for all (wrapped) single rows. Default is empty. sWrap ----- String. Wrapper for the whole thing. Default and example: ::