Hi! Problem: the double key definition for parent(pid) and pid(pid,username) is pointless. The latter key is sufficient and will be used even if "username" is not used for sorting. Solution: drop the key pid and add "username" to the key "parent" Masi