Running summary of selected rows in a report
Hi,
We have a fairly mature application we wrote in Zoho Creator. We have a big report showing rows of data with several numeric fields. The client wants to have a running summary of some fields for rows that they have selected. For example:
Row 1 = Price - Volume - Other data
Row 2 = Price - Volume - Other data
Row 3 = Price - Volume - Other data
Row 4 = Price - Volume - Other data
If Row 1 and Row 2 were selected (using the checkboxes) they want to display the sum of price and volume for those two rows. I am thinking we'd have to use a page with the report embedded and some counters. However, I don't know if it is possible to reference the selected rows in an embedded form?
If this is not possible - is there any other way similar functionality could be achieved?
Thanks, T