Any ideas?
Can anyone help me, please?
Thanks
MG
First suggestion:
Disable the isproject rule.
Second suggestion:
Place the not started and suspended conditions into a group.
Br
Andrei
--
You received this message because you are subscribed to a topic in the Google Groups "MyLifeOrganized" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mylifeorganized/29ETonYVd0Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mylifeorganiz...@googlegroups.com.
To post to this group, send email to mylifeo...@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit https://groups.google.com/d/msgid/mylifeorganized/e240101a-efa8-4790-9a7d-4787eda68bfb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ProjectStatus =NotStarted ORProjectStatus=Suspended
Hi Andrei,Thank you for your help.It works now.But, despite this, I am still with the doubt and ask:Why disabling IsProject rule result in this autoformat to have different display?And, after disabling IsProject, why NotStarted and Suspended Project statuses result also in different displays? I mean, all NotStarted projects child tasks do not display faded, but all Suspended project child tasks display faded.I will not believe the algorithm takes this into account (does not understand what Dwight explained, regarding Not Started Projects), since the autoformat rule is the same for NotStarted and Suspended project statuses.Maybe I am wrong or missing something.I expect MLO Team and Alyona can clarify all of us, about this issue.If it is a bug? I think it is.BRM.
HiFirst suggestion:Disable the isproject rule.Second suggestion:Place the not started and suspended conditions into a group.BrAndrei--You received this message because you are subscribed to a topic in the Google Groups "MyLifeOrganized" group.To unsubscribe from this topic, visit https://groups.google.com/d/topic/mylifeorganized/29ETonYVd0Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mylifeo...@googlegroups.com.
I think I've worked it out! Your rule is:(IsProject) AND (ProjectStatus=NotStarted) OR (ProjectStatus=Suspended)(I'm ignoring the extra brackets which you've got round the whole expression, because they don't sub-group any of the terms in it)The order of evaluation of logic terms is: NOT before AND before OR. So, that expression is evaluated as:
- (IsProject) AND (ProjectStatus=NotStarted) OR
- (ProjectStatus=Suspended)
The first term only checks "ProjectStatus=NotStarted" for the projects (IsProject), but not for items which aren't projects (ie all the child tasks).The second term with check "ProjectStatus=Suspended" whether the item is a project or a child task - So your formatting for suspended projects is applied to both the project and all it's tasks.
To unsubscribe from this group and all its topics, send an email to mylifeorganiz...@googlegroups.com.
To post to this group, send email to mylifeo...@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit https://groups.google.com/d/msgid/mylifeorganized/e2a1761c-db7b-4ce7-8e00-7216cc299752%40googlegroups.com.
Hi Dwight,
Thank you for your reply.
Regarding Project Management procedures, I can understand the NotStarted project status.
But, let me disagree with you, at a certain point, about Suspended status.
I agree with you when you approach Suspended status like NotStarted in some cases, but I disagree if I see the other side of Suspended status.
I mean, there are projects, in life that will be suspended at all and will “never” re-start, which means their child tasks should never be ticked off until we change the status to InProgress or NotStarted.
You question “Perhaps I would want to record these tasks within the project?”
I would reply: yes, since they are part of the project.
If I would not record such tasks within the project, but need them to be solved before it to start, that would lead me to the concept of Tasks Dependencies, before the change of project status to “re-start” (manually).
I hope it makes sense and think MLO Team should manage it, so that all tasks would not be enabled for being ticked off when in a Suspended status.
P.S. - I will try to manage these tasks relationship so that MLO Win autoformat reach my needs about project managemet statuses (NotStarted and Suspended) and dependecies, because I thing all ingredients are there.
BR
M.
Hi all,
I realized and it works as expected.
Dependencies is the solution for displaying/not displaying tasks on filtering “Next Actions by Projects”.
This, in my opinion, is the solution for managing NotStarted projects, since that projects will remain halted until one decide to start it (or them).
As is mentioned in my last post, MLO has all ingredients for this approach.
In the filter “Next Actions by Projects”, if a task pertains to a project and cannot start (we decide it) before another it is dependent upon, it will not be displayed in this view - even the project main task (parent).
If, additionally, we filter such tasks grouping them by project, all dependent tasks (or projects) on another task to start (or restart) will not be displayed until that one is completed (ticked off).
This is great for two reasons:
First we can manage NotStarted projects in relation to dependent tasks, to start a project, and this way we avoid NotStarted projects tasks to be ticked off, even accidentally, since it will not display in the filter.
Second we focus solely on tasks we want.
But, this will not happen if there will not have non-dependent tasks in the process: the NotStarted projects tasks (or project itself) will display and ticked off accidentally (undesirable) if one do not want.
This raises the same issues for Suspended and Completed project statuses (for me, all suspended and completed project statuses tasks should be disabled until one change to NotStarted, InProgress statuses), unless we reserve some tasks to be completed after project ending.
Because if there are no tasks to be performed after a project has been finished, any project completed task will remain uncompleted (does it make sense, beyond above explanation?). I mean, any project task with project status changed to completed remain 0%.
So, I let this into consideration to MLO Team to solve this issues.
BR.
M.
--
You received this message because you are subscribed to a topic in the Google Groups "MyLifeOrganized" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/mylifeorganized/29ETonYVd0Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mylifeorganized+unsubscribe@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit https://groups.google.com/d/msgid/mylifeorganized/edffb199-a062-4b8a-b2a0-9e1d3d8ef4b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.