Help for this page
my %hash; for ( @{GetQueryTable('all_records_for_report', 137)} ) { $hash{ join(':', $_->{Computer}, ... $_->{Status} ) } = $_; }