Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/9c86c0bc202bfb34#

Currently we have automatic grid totals calculation functionality. To
activate it you need:

   - totals_render_as="grid_total_row" parameter in "m_RenderElement" tag,
   that renders "grid" block
   - add "totals" key (possible values are SUM, COUNT, AVG or any MySQL
   aggregate function) in field declaration in "Fields" property in unit config

Such approach works, but won't allow to have different totals function based
on place, where grid is used or special-based.

I propose to move "totals" option to field declaration in grid definition
part, where "filter_block" is defined.

--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com

  • No labels