im_employees_initial_listWhat it does:
Memoizes and returns a list where the ith element is the user's last initital and the i+1st element is the number of employees with that initialDefined in: /web/philip/tcl/intranet-defs.tcl
Source code:
return [im_memoize_list "select im_first_letter_default_to_a(u.last_name), count(1) from im_employees_active u group by im_first_letter_default_to_a(u.last_name)"]