I have a Business Data Related List called Projects. It is connected to a Business Data Item, so it has the option to select an item (the two-way arrow next to an Item). From this List I need to pass on click the selected value (Project Name) to a Filter web part which will automatically send filter values to a Document Library, called Project Documents. The Filter can not be connected to the List as there is no List name in it's Connections > Get Default Value From option. The List, Filter and Library are all on the same page.
I suppose the best way to do this is with a JavaScript / JQuery, maybe SPServices even, but I do not know how. Any thoughts are more than welcome.