Solved
View Column showing parent tasks only as list
On a Report View Column I only want to show the parent task name and not every single subtask how do I write that?
listmethod=nested(tasks,indent).lists. (WRONG)
displayname=Project Tasks Names
listdelimiter=<p>
listmethod=nested(tasks).lists. (WORKS FINE)
textmode=true
type=iterate
valuefield=name
valueformat=HTML