Hello!
I need to create a report that show's the Tasks of the person in a project. I have a List that contains all the tasks and the projects, what i need to implement is, a way to Group the tasks by projects, like this:
PROJECT A
-----------------------------------------------------------------
Task 1
Task 2
Task 3
PROJECT B
------------------------------------------------------------------
Task 1
Task 2
Task 3
But in the list i can have N numbers of projects, how do i implement this?
Thank you!!!
I need to create a report that show's the Tasks of the person in a project. I have a List that contains all the tasks and the projects, what i need to implement is, a way to Group the tasks by projects, like this:
PROJECT A
-----------------------------------------------------------------
Task 1
Task 2
Task 3
PROJECT B
------------------------------------------------------------------
Task 1
Task 2
Task 3
But in the list i can have N numbers of projects, how do i implement this?
Thank you!!!