J
Joel A Feldman
I have a master project with several sub-projects inserted. Each Task in the
sub-projects has several custom text fields used to group the Tasks (the same
custom fields exist in all the sub-projects). In my master project I have a
view which groups all the Tasks by these custom text fields. The grouping
though isn't working consistently. I get duplicates of the top level groups.
In this simplified example I am grouping first by letter (e.g. A, B), then
by number (1,2,3). While I would expect some thing like this:
A
1 (from Project 1)
2 (from Project 2)
3 (from Project 3)
B
1 (from Project 1)
2 (from Project 2)
3 (from Project 3)
I am getting erratic results something like this:
A
1 (from Project 1)
B
1 (from Project 1)
A
2 (from Project 2)
3 (from Project 3)
B
2 (from Project 2)
3 (from Project 3)
I had expected to see top level group "A" only once not twice. Am I going
beyond the expected capabilities of master/sub projects?
sub-projects has several custom text fields used to group the Tasks (the same
custom fields exist in all the sub-projects). In my master project I have a
view which groups all the Tasks by these custom text fields. The grouping
though isn't working consistently. I get duplicates of the top level groups.
In this simplified example I am grouping first by letter (e.g. A, B), then
by number (1,2,3). While I would expect some thing like this:
A
1 (from Project 1)
2 (from Project 2)
3 (from Project 3)
B
1 (from Project 1)
2 (from Project 2)
3 (from Project 3)
I am getting erratic results something like this:
A
1 (from Project 1)
B
1 (from Project 1)
A
2 (from Project 2)
3 (from Project 3)
B
2 (from Project 2)
3 (from Project 3)
I had expected to see top level group "A" only once not twice. Am I going
beyond the expected capabilities of master/sub projects?