in reply to Re: Creating Array from Hash that pulls only Unique values while iterating over each Unique Value
in thread Creating Array from Hash that pulls only Unique values while iterating over each Unique Value

Thanks much the first reply helped and from there I was able to solve the problem. In short the issue was that rather then grouping the results per Section/Instructor it was grouping them by the ItemUID which created over 300 rows returned rather then 18. The issue was partially in my query and the perl code. Thanks again!
  • Comment on Re^2: Creating Array from Hash that pulls only Unique values while iterating over each Unique Value