Where Clause in graph loop
I have some code that is designed to build a report based on some filtering. It will be fed two lists, the first will determine which materials get pulled (in this example that will be Gender_List), the second determining which properties get graphed (In this example that will be Property_List). The idea being that there will be a loop through each Gender that will create a matrix of graphs for...