# File lib/ruport/data/grouping.rb, line 193
    def [](name)
      @data[name] or 
        raise(IndexError,"Group Not Found")
    end