Simple list of products with prices in table view that I want to subtotal, Multi select

In table view, I have a simple list of products with prices that I would like to be able to allow users to be able to select and subtotal on the same page of the app. I also have a deck view page that is very similar. Both views are searchable, with a search bar at the top.

 

danielalvarezor_1-1709586465151.png

danielalvarezor_0-1709586350453.png

For example, is there a way that on this view, users could select multiple choices like "Albumin" and "ABO Group" and the app could show them a sub total of the list prices on the page. In this case the subtotal would be $20

 

0 1 38
1 REPLY 1

Not possible within the table view. There's a workaround here. You can create a 'Quotation Form' and add two columns (Items and Total). Items will be an EnumList with base type Ref and should be connected in that table while the Total will be the sum of all selected items. The formula for the total column will be SUM([Items][List Price]).

Top Labels in this Space