How to remove file name after dataview task request

The results after dv.taskList(); are displayed with the name of the file with some tasks in it, but can I make it display just a list of tasks without the file name at the top?
Maybe we should use something else than dv.taskList();?

Use dv.taskList(..., false) where ... is the same as before. This’ll most likely solve your issue.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.