I would like to know that is there any way to assign a task to multiple resources with various assignment type.
As an example:
If the task duration is 3 days then we assign 2, 5 and 8 hours for the first, second and third days for a resource.
There may be some other resources in system.
Hello,
There is no built-in solution for that.
You can show anything in the resource cell using conditions and returning different values: http://snippet.dhtmlx.com/f9c542e2f
But the resource grid and the resource timeline do not share the values, so you will need to implement your own solution to calculate the total amount of hours.
Please, note that it is better to move the calculations outside that template as the values might change every time Gantt updates the chart. For example, you can move any task in the timeline and you will see that the values in the resource chart are updated.
Thanks for your reply, I tried that, unfortunally that does not work if there is no tasks for that user on that day, see: http://snippet.dhtmlx.com/c7ebbf549
“Test” doesn’t show up for the users Bill & Floe. I need something to fill the resource table with other data than the tasks above.