Hi Manoj, There was an error in your syntax within the value expression. Instead of {defaultBaseline:resourcePlannerBudgetedLaborCost}, you need to set it as {defaultBaseline}.{resourcePlannerBudgetedLaborCost}. The below text mode code should do it: displayname=Budget Percentage Variancelinkedname=...
Hi Maura, You are able to create a default project sharing rule via your access level settings. This would enable projects to automatically be shared with the project owners team, manager, group etc. when the project is first created. If you go into edit the relevant access level and click into 'edi...
Hi Donna, Lots of ways to get hold of the Group ID. If it's just one group ID you are looking for, the quickest and easiest way is to go to Setup>>Groups, then click on the group name to be taken to the groups landing page. The ID of the group that you have clicked on will now appear in the URL of y...
Hi Tammy, It looks like there's an error in your syntax. Try updating your value expression to the following instead: valueexpression=ROUND(DATEDIFF({plannedCompletionDate},{defaultBaselineTask}.{plannedCompletionDate}),2) Best Regards,Rich.
Hi Allison, You will be able to achieve this with a baseline report. Using the following text mode in one of your columns will return the date difference in weekdays between the Project planned completion date and the Baseline planned completion. displayname=Planned Comp Variancetextmode=truevalueex...
Hi Kasey, Unfortunately, team name isn't available in the report builder for grouping (annoying right!?). You could get to the team name by writing a text mode grouping in your report, however you wouldn't be able to show this grouping in a chart. The best way to achieve this would be to create a ca...
Hi Yolanda, The first thing I would check is what 'completion mode' has been selected within the project settings. When it's set to automatic, project status will automatically change to closed when the overall percent complete is 100%. If it's set to manual, the Project owner would always have to m...
Hi Mari, Using the following text mode in a column on your view will count the number of weekdays between the task entry date and planned completion date: displayname=Days between entry and PCtextmode=truevalueexpression=WEEKDAYDIFF({entryDate},{plannedCompletionDate})valueformat=HTML The following ...
Hi Mary, The percent complete on working tasks (i.e. not parent tasks) can only be updated manually. It doesn't auto update proportionally based on individual assignee completion, except when all assignees mark the task as done in which case the percent complete will change to 100%. Best Regards,Ric...