selection check boxes
smalltalkman - June 16, 2009 - 00:55
Greetings,
I want to add some selection check boxes to a list in a view. As is the standard, the user may select some rows to be processed.
I am using views calc. I do not want to add a selected field to the underlying node because it only has meaning in the view.
I would appreciate some guidance.

resolved
I switched the view to views bulk operations and themed in some jquery to sum the selected rows.