Question
4
Replies
430
Views
Posted: December 14, 2017
Last activity: December 27, 2017
Closed
Calculate sum of filtered items in a repeating grid
Hi!
We are presenting line items in a repeating grid. Our business requirement states that the user should see the sum of the items after filtering on a column. How do I know which lines remain after filtering? Is filtering on a repeating grid purely done on the front end or is there a clipboard page that contains the lines?
Thanks in advance.
***Edited by Moderator Marissa to update categories***
Filtering a grid results in a new SQL query against the database, so I believe the clipboard will contain the filtered result set.