Hello all!
I'm working on a page that has two data view web parts: one regular one (which I'll call A) and one "related data" web part (B).
Using this setup, I'm able to filter B by selecting a row of A - that works really nicely. However, what I'd like is to be able to select any or all of the entries in A (this is because A is already filtered using a QueryString parameter
and returns small sets anyway). Would this be at all possible?
Have any of you had experience with this scenario before? Barring OOTB possibilities, do you think I'd be able to write a CAML query that takes the input from A and feeds the results of the query to B?
TIA!!!