kraada wrote:Yes, that is one downside to this method. I'm not sure exactly what you mean by "the entire database of names" though - could you elaborate on what you are trying to do a bit more?
Ok, here's what I would like the report to do. I'd like it to be able to compare everyone with... everyone else. For instance, say we only had a database of 4 players: Joe, Bob, Dave, and Jerry. I'd like the report to generate this:
Joe Bob (stats filtered on tournaments involving both Joe & Bob)
Joe Dave (stats filtered on tournaments involving both Joe & Dave)
Joe Jerry (stats filtered on tournaments involving both Joe & Jerry)
Bob Dave (stats filtered on tournaments involving both Bob & Dave)
Bob Jerry (stats filtered on tournaments involving both Bob & Jerry)
Dave Jerry (stats filtered on tournaments involving both Dave & Jerry)
Of each combination be able to give stats on both participants, such that in the "Bob Jerry" combo, I can see ITM% for each player when they play together, also how often they play together vs. apart, etc.
It's actually quite complicated, so I'm not sure if it can even be done. Essentially it's like changing the filter over and over and over within the same report.