A SharePoint web part page has a set of three list views that depend on each other. For example, Order > Order Details > Products. For filtering, there are Connections defined to Send Row Data from Order to Order Details and from Order Details to Products. When the user clicks Order, I would like all of the filtered Order Details list view items to be automatically selected so that all of the Products are immediately visible. Is that possible?
↧