ms project 2010 - how to show resources on a calendar? - ms-project

I am using MS project 2010, I have added the required tasks and have allocated the resources.
Just wondering how I can get a view of a monthly calendar view that shows the resources allocated on each day?
I assume this would be a straight forward request?
Thanks

Original answer:
You can use the Calendar View and customize it to show Resources:
From the View tab, select More Views under the Other Views drop down.
Select Calendar and click Apply.
Right-click in the calendar area and select Bar Styles.
Under Task type, select All.
From the Field(s) drop-down list, select Resource Names and click OK.
Additional Information:
The Calendar View shows tasks--the bars displayed are the tasks, so you might see multiple bars showing the same resource.
Show resources at summary level:
One trick you can use to consolidate the resource information is to "roll up" the resource names to the summary level and only show summary tasks on the Calendar view. See this post: MS Project 2013: display resources on summary tasks for how to show the names of resources used on subtasks.
Then format the Calendar View like this:
From the Bar Styles box, select All and change the Bar type to None.
Select Summary and change Bar type to Bar, select a Pattern and Color and select Text1 from the Field(s) list; click OK
Right-click in the Calendar area and select Layout Now
The result will be a calendar view showing summary task bars displaying the names of resources assigned to the subtasks.
For this purpose, I suggest you modify the macro in the link above so that resource names are not rolled all the way up, but only show for the direct summary tasks (e.g. comment out the block that starts with "If child.Summary...").

Have you tried the Resource Usage view? This is arranged with time along the X-Axis and Resources on the Y-Axis. If you choose to display in days you will see the amount of hours any resource spends on that day, either broken down by all their tasks or aggregated across all their task if you roll it up.
Not quite a calendar view, but commonly used to determine resource loading on a daily basis.

Related

Custom Google Analytics report that displays number of specific events fired per page

For a given page I fire four events based on how much of a post they consume (ArticleLoaded, StartReading, ContentBottom, PageBottom).
What I'd like to do is:
A) Create a view with 5 columns: Page title, and then one for each of the four event (Title, Load, Read, Content, and Page Bottom)
B) If possible, create a custom 6th column that simply divides Load by Content Bottom to give me a completion percentage.
I can load a simple view that has each event broken up but I can't seem to figure out how to compress the view so I can list all 4 (ideally 5) values on the same line horizontally.
Sadly you can not do this with custom reports inside google analytics.
My best advice is that you export in CVS the report and work it out in another platform (Data Studio, Klipfolio, even a simple spreadsheet may be good).
EDIT: I was assuming you don't have Analytics 360, if you have then yes you can but idk how.

Data mysteriously missing from views within same property and account

I've got three views set up for one profile. They were all set up several months ago, at roughly the same time. Of these three, two have data. Both of these have identical filters set up related to IP exclusions. One of these has slightly fewer hits/pagviews/etc. The third view has the identical set of filters, but no data (and has not since it was originally set up).
Has anyone experienced this before? I'm completely at a loss (again, NOT the filters) for root cause.
Thanks!
Are the filters listed in the same order for all the Views?
In the Admin Tab of Analytics, you can go to the Filters section of your Views and compare their order.
Otherwise, you could copy one of the View that has the expected data and incrementally add filters to it until it matches your intended use for it. In the Admin Tab, select a View's View Settings and click the Copy view button.

How do I dynamically hide empty categories in toolbox of rehosted designer

We are rehosting the designer and the System.Activities.Presentation.Toolbox.ToolboxControl in an application. We have very many activities, grouped into quite some categories in the toolbox (>300 activities in 50 categories...)
When I type some string into the toolbox search box, I would like to disappear all categories that have no entry shown due to the active search. At the moment, they all show up as headers without any content and more often than not, I have to scroll down to see the activity that I'm looking for - not really usable:
Is there any way to achieve that, e.g. by setting CategoryItemStyle or CategoryTemplate on the ToolboxControl?

Google Analytics with a b2b site - tracking sub sections

I've implemented GA on our b2b site. It's strictly internal but we'd like to track behaviors of users to see if some of the sections on the site are relevant. So, it's working, but say you have
www.blahblah.com and you want to also track
www.blahblah.com/edit
www.blahblah.com/askquestion
Do you set up a filter for this? I did try it and not sure if it's working quite yet. Any info/advice would be greatly appreciated. I am brand new to GA.
Thanks
Not quite sure what you are asking.
If you want to know about metrics for the individual pages you'd go to to the Aquisition->Page Content reports. Overview will give you, well, an overview (you can use the filter box to look at the metrics for any specific Url), Content Drilldown will display a view structured by url hierarchy.
If you're after user behaviour you can create segments. If you want to know if somebody vistited the homepage and, after that, the /edit page you'd got to advanced segments (the arrow above the "Explorer" Tab in most views, click "create new segment", choose "sequence" from the advanced tab, choose page as dimension and "/" to filter for as step one, "/edit" as filter value for page two, enter a name for the segment and click save. Now you'll get all reports only for visitors who have visited those two pages, starting with the homepage.
There are a number of predefined segments, you should try them to see what they can do. You need a pretty good understanding of metrics and dimensions in GA to get the full value from segments, but the simple stuff (e.g. analyze differences between marketing channels) is already pretty useful.
So, for page performance seek out reports with page metrics and use filters. To analyze user behavior use segments which apply to most of the GA reports.
Hope that helps, if not you might to explain more specifically what you want to see in your reports.
You can create separate custom report for individual sections and drilldown by almost all the GA provided dimensions. please reffer the sampel provided.
Please access this URL in your browser as this is a predefined custom report which does the same thing you want. This will get saved under custom reports. You need to edit the custom report and give your own path/section insted of "/services/" under filters section

create custom sharepoint calendar webpart with data from a WCF service

I am fairly new to sharepoint. We are trying to create a custom calendar web part for our sales team to display their itinerary from an external WCF webservice. The calendar will look just like outlook calendar, but the calendar items are from an external service.
The display would have a custom date range of 30 days (Ex: 16 May to 14 Jun)
Each item in the itinerary will have a color code of its own.
On click of the item in the itinerary we have to populate another webpart.
Following are a couple of questions I have for which I am not able to get the answers:
Is it possible to use the calendar view with a custom daterange? If so how can I do that programatically?
Is it possible to have different colors for each of the calendar items?
Currently I am building my own calendar control from scratch. But I beleive the existing calendar component in Sharepoint should be able to handle my requirements. If that is the case it will save me a ton of a time and mostly bug free.
Thanks for answering my questions in advance!!
It looks like no one has gotten into this situation. I was able to get answers for my questions above.
It is not possible to have a calendar view with a custom date range. You can only choose between month, week or day.
It is possible to have different color code for each calendar item.
I ended up creating my own calendar control that accepts a daterange upto 31 days. The control builds the calendar view on its own.

Resources