I would like to filter a data set based on results from a List Box. The List Box is populated by values, not columns; I cross tabbed a column [Project ID] to populate the List Box. Ideally I would like to build a table with the original column name [Project ID] and values from the List Box, and then Inner Join that new table with the original data set to filter out rows not chosen in the List Box.
I have attached the app workflow. I believe the current configuration is incorrectly joining [Project ID] (right anchor) on the actual values from List Box (right anchor), instead of a column name.