Hi Tim, Although you can attach multiple Templates to a Project, there
is only one TemplateID field on the Project in the database. It records
whichever TemplateID is attached first, and I do not know of a way to
overwrite that through the user interface. Given that, you might
consider creating a Task report, and show (in the view), and/or Group
By, and/or Filter For the task.templateTask.template.name, essentially
reading "up" to the original Template behind each Task on the Project
(where appl...