Reporting on milestones with a 2 week look ahead?

Hi,
I'm pretty new to my role as project planner (it was kind of thrust upon me) and I'm still getting my head around Project.
I'm working on a programme and each PM has their own plan in the template that I created. I have taken the milestones and deliverables from their plans and built my own "integrated plan", showing just milestones and deliverables.
My programme manager would like a report that easily allows us to project to the team their milestones with a two week look ahead, and a view of the previous two weeks, so that people can see just how much they're slipping by etc. I've messed around with
views and filters but I can't get it to show what I want. Is what I want achievable in project or do I need to export it to Excel or something else?
Any help would be greatly appreciated!
Thanks.

Hi
Dewsey83,
An example of what you want to achieve would be good. If, for example, you are looking for all the tasks that are supposed to have some work executed over the period then the formula for the flag field can be something like:
IIf([Finish]>=Now()-15 And [Start]<=Now()+15,1,0)
and if my project plan is the one below, note that any work scheduled over the specified interval will drive the Validation field to be set to Yes:
and if I use a filter like:
I will see only the tasks that will be executed over the period
Paul

Similar Messages

  • Report for material with sloc,qty available, and production order

    hi friends, i need advice on getting this report for material with qty and specific sloc with the corresponding Prodn order numbers. in mb51 i could get all these details except the prodn order no. could you advice me please?

    to make sure you know how to do this.
    In the material document list, hit "Ctrl+F8" on your keyboard.
    A window will pop up. Click on the button position and look for "order" in the list of available fields. That should do it.
    Rgds.

  • Link to report an issue with Podcast update

    Someone posted a link so we could report an issue with the Podcast app the last time there were issues with an upgrade.
    I sync with my laptop iTunes. Since this latest update to the app, when I delete a podcast in iTunes on my laptop it will not delete on my i devices during a sync with my laptop. It just grays them out and leaves them on my device. It looks like I can manually delete them, but when you click the edit function to delete them, they are no longer grayed out, so you can't tell which to delete and which to keep.
    I don't do anything with the cloud, because I have limited wifi service and do most of my updating at a free wifi hotspot.
    If someone has that online link on where to report issues, I would appreciate you posting it again and this time I will save it.

    To Contact the Mac App Store Customer Service:
    http://www.apple.com/support/mac/app-store/contact.html?form=account
    To Contact iTunes Store Customer Service:
    Apple - Support - iTunes Store - Contact Us

  • Standard Report for PO with Condition Value

    HI MM experts,
    I have checked all the existing standard reports ME2*, cud not find the report which gives the
    condition value means
    Eg; PO made on Pencils - Qty 10 NOs. @ Rs. 1/- (incl tax)
    condition value for the above is Rs.10, in std sap all reports are showing with net price only
    PO no. 45XXXXXXX dt 11.11.2011 - Pencil - qty-10 - Net price Rs.1
    Please let us know is there any Standard report which gives the condition value ie., Rs.10 along with or without Net price.

    Thank you! It is not meeting my requirement.
    I am looking for sap standard report to see the PO value or condition value which is nothing but
    Qty X net price. I do not want to touch the tables.
    for analysis purpose, i want to have the total PO value in any MM Standard Report.
    Today i am visiting every PO and looking at header data for PO value. or at item level Condition value.

  • Report generation toolkit with openoffice

    hello all
    i would like to know if it is possible to use the report generation toolkit with openoffice instead microsoft office? because i do not have the toolkit already i can't test it and i will only buy it if this is possible...
    i ask also because i used another application with word export not long ago what was ending with the error message "windows ole server not found". so the question is if something of the microsoft product line is necessary? i am quite sure that the opening of a produced doc would be possible in openoffice without problems - at least i hope so!
    only one thread i found, unfortunately in french : http://forums.ni.com/ni/board/message?board.id=4170&message.id=13060&query.id=139594#M13060
    thanks a lot, mischl

    Another option to consider is to use the report generation VIs that ship with LV and simply output to a PDF document rather than a hardcopy printer.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to get one crystal report to work with two different backends?

    We have a software that can work with either SQL2008 or Visual Fox Pro backend.  We are trying to compile One Crystal report that will work with either of the two backends.  How to you make sure that your Crystal Report is compiled so that it will work with both backends?
    Right now my reports were originally created using the SQL2008 backend and are retaining the DBO reference in the statement, which then will not allow the Crystal report to work with the VFP backend.

    You can write your data sets as a command using hand coded SQL. As long as "dbo" is the only schema used in your SQL Server database, you don't need to specify it in the SQL. SQL Server will automatically assume the dbo.
    The 2nd thing... The SQL needs to be 100% compatible with both SQL Server 2008 AND VFP.  This will limit the list available functions to those that are common to both platforms AND work exactly the same in both platforms.
    The other part is to make sure you are using an ODBC type connection instead of OLD/DB. That way all of the connection properties are set on the local machine and the report is simply looking for the System DSN name.
    HTH,
    Jason

  • All changes in sales orders with in a week

    Hi gurus,
    I want to display a report to display all the changes in sales orders with in a week,
    Can anybody help me .If anybody already developed this report can you send to me.
    regards,
    D..

    Query table CDHDR and CDPOS with the following fields:
    CDHDR-TCODE = VA01 or VA02
    CDHDR-UDATE = <specified date range>
    Now select from CDPOS where
    CDPOS-OBJECTCLAS = CDHDR-OBJECTCLAS
    CDPOS-OBJECTID = CDHDR-OBJECTID
    CDPOS-CHANGENR = CDHDR-CHANGENR
    The rest of the details for the change can be found from the other fields in CDPOS. like tablename, fieldname, old value, new value etc.
    Hope this helps.
    Sudha

  • How configure reporting services configuration with sql server business development studio

    I have installed sql server 2008 r2 mixed mode(sql server authentication) with native mode
    I want to run report using reporting  services config manager.
    I made report in ssrs and I have configured reporting services configuration and  web url from RSCM( reporting  services config manager), i put on ssrs report.
    report is build and deployed but when i take deployed url on Internet explorer, it shows the window below:
    when I put the password nothing happened . if I put url in google chrome then it shows authentication required window like the same in IE
    if I passed username=(levent/sa) and password then goes on window but does not see on page,  if I passed only administrator name (levent) not passed sql server login name (sa) then does not close 'Authentication window'
    'Computer connect net with modem'
    before i tried on earlier PC, it worked fine.
    setting is below link like this.
    only set service Account is Use_built=NetworkSrvice 
    link
    http://www.azurecurve.co.uk/2012/02/how-to-configure-sql-server-reporting-services-in-order-to-deploy-reporting-services-reports-in-gp/
    what is the problem 
    Plz give suggestion quickly

    Hi tusharshinde,
    Per my understanding that when you log in the report Manager you got the pop-up window ask for credential, you try to enter  the SA account and the window account as the username and password but both not work, right?
    Your issue related to the authentication. As you mentioned you have choose the ”Network Service” as the Service account, generally using this account in RSCM and RSWindowsNegotiate is added to the RSReportServer.config file as the default setting. With this
    setting, the report server can accept requests from client applications requesting Kerberos or NTLM authentication. If Kerberos is requested and the authentication fails, the report server switches to NTLM authentication and prompts the user for credentials
    unless the network is configured to manage authentication transparently.
    The issue can be caused by many factors and please check one by one.
    Did you enter the username and password for three times and got blank page or got some error? If you got some error, please provide the error information.
    you can delete the specific Authorization Types inside rsreportserver.config  file, open path:” \Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config”. 
    Search the file for the “AuthenticationTypes” section. Remove RSWindowsNegotiate and RSWindoeBasic to ensure only “RSWindowsNTLM” is specified in the file rsreportserver.config file.
    Before do any modification, back up the files and remember to restart the ReportServer instance in the RSCM after the modification.
    If step1 doesn’t work ,please also do the trusted Site Setting in the Browser, article with details steps for your reference:
    http://technet.microsoft.com/en-us/library/bb630430.aspx 
    Please check the Report Manager's authentication mode.Have a look in the Report Manager's web.config file to check if you can find below information under the <system.web> (Path is “C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting
    Services\ReportManager\Web.config ” ).
    authentication mode="Windows"
    identity impersonate="True"
    Similar threads for your reference:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/23c5daa0-3232-4e8c-89c9-4526960c9d14/ssrs-2008-credentials-login-prompt?forum=sqlreportingservices
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0778e2ca-0fb1-4b5c-996c-6e327b5e1473/user-logon-credentials-for-ssrs-web-server-setup?forum=sqlreportingservices
    Please tried to provide us more details information, if the problem still exists:
    Did you login in the report manager locally or remotely via Browser and which URL you are using to login the Report manager?
    Did you modified some configuration file before and what did you modified?
    Did your windows account have the right permission to access the report manager?
    Any problem, please feel free to ask.
    Regards
    Vicky Liu

  • I just bought a brand new macbook pro with retina one week ago and have used it twice. I noticed that I now have a scratch on the screen a small one yet a scratch. You can't feel it yet you can see a tiny black dot then what appears to be a small scratch.

    i Just bought a new macbook pro with retina a week ago and used it twice, now it appears i have a tiny black dot on the screen with a nice tiny scatch. Will apple fix my screen since it is only a week old?

    Have a good night down there in that 70-80 degree weather. I just shovelled my driveway earlier. Ugh.
    "grass is always greener on the other side"
    how about Geckos that crawl in at night and like to jump on your face while you sleep
    Eeeek
    they look at you in your own home like "wassup, what are you doin here?"
    most here want snow,             nothing says the holidays like sunburn and heat stroke.

  • Anyone get a huge "Problem Report for iDVD" with hundreds of lines of information?

    Anyone get a huge "Problem Report for iDVD" with hundreds of lines of information? This happens right before the DVD would be finished burning but instead crashes and leaves the long report your have to scroll down several times to read. I had to take several screen captures of the screen to get the WHOLE report. Here is two:
    (If there is another thread on this - just answer the question or refer me to it. I'm past due on a big project. Don't have time to read all 21,000 discussions in the iDVD thread. Be kind. Thanks )

    Some things to try first:
    1. Disconnect any and all 3rd party devices that didn't ship with your mac directly from apple (both FW and USB included). 
    2. Restart your mac without any 3rd party devices attached whatsoever. That includes ext. hard drives, blue tooth devices, and any third party memory product/s. Basically, anything that doesn't come directly from apple has to go (at least while troubleshooting).
    3. Need you to dispose of the plist for iDvd also. Go to you Home folder, the one that looks like a house > Library > Preferences > com.apple.iDvd.plist and drag and drop this file/s to the trash. Make sure to first quit iDvd prior to disposing of this pref. file/s.
    4. Run apple's disc utility and repair permissions. Applicantions > Utilities > Disc Utility > Repair Permissions.
    5. Restart your mac yet again, and try iDvd one more time.
    6. If it's still at issue then please open iDvd from a separate user account and try your project one more time. If you don't know how to create a separate user account then just come on back and one of will show you how.
    Good luck.
    Message was edited by: SDMacuser

  • Anyone have a single report or dashboard with proposals / projects together

    While doing portfolio rationalization, we are seeking a single report or dashboard with proposals / projects together. We need to know what our planning horizon looks like based on our active projects along with the proposals. Does anyone have suggestions on an integrated solution?

    I just posted the S-Curve_Report_V2.xls to the Documents folder.

  • Error GR493 report painter/writer with special ledger

    Hi ,
    I am trying to create a report painter using a table of a special ledger. The table is the one for 'real item'. The following error appears:
    'Table ZIFRSA is not installed in Report Writer.
    Message no. GR493
    Diagnosis
    The Report Writer can only report on tables if the attributes of these tables that are relevant for reporting are defined in control tables. This is not the case for table ZIFRSA.'
    We are not using intercompany transaction. My question is if it possible to make report in report painter/writer with this table.
    I can make report with the total table of special ledger, but not with the one for real item.
    Thanks,
    Cecilia.

    Hi Cecilia,
    I guess the tables created through SPL should look as follows:
    1. ZIFRST - Totals Table
    2. ZIFRSA  - Actual Line Item Table ( I guess this is what you are calling real item)
    3. ZIFRSP  - Plan Line Items Table
    Bear in mind that, the report is not created off table ZIFRSA but rather ZIFRST.  Please create the report writer or report painter using table ZIFRST.
    If the above suggestion did not work,  then check the solution provided in OSS note 3761.
    Elias

  • How to create Report Writer Form with page longer than 255

    As i need to create report writer form with many columns which exceed than 1 acceptable page, how can I create since in writer there is no Horizontal Page as in report painter.
    Thank you very much.
    Sirirak

    check it out.
    pretty simple example
    http://www.baigzeeshan.com/2010/04/creating-simple-search-form-in-oracle.html
    here is the example what you 're looking instead of af:table have your form.

  • Warning: There is no reporting group defined with a purpose of iRecruitment

    Hi,
    When i try to generate the offer letter in iRecruitment, i am getting the warning: There is no reporting group defined with a purpose of iRecruitment in "Enter compensation" Screen. However i am able to generate the offer letter,preview and submit the offer letter. I have referred the Article [ID 1168832.1] in oracle support. It suggest me to give the Temporary Directory file name using XML Publisher Administrator , but still the Warning appears.
    STEPS
    The issue can be reproduced at will with the following steps:
    1. From Vacancy Search page, select applicant.
    2. Create Offer: Enter Basic Details.
    3. Warning: There is no reporting group defined with a purpose of iRecruitment for this business group.
    4. Review page.
    Version Details: Oracle Applications : 12.1.2
    But still the offer letter is generated.
    Can anyone advice me to over come this warning
    Regards
    Suraysh

    I have the same behavior too. Looking at the iRecruitment implementation guide, I see reporting groups defined there.
    1) Select your HRMS Superuser responsibility
    2) Go to Total Compensation : General Definitions : Additional Setup : Reporting Groups
    If you see no data, it's likely you have ... no reporting groups.
    I think this time the error is pointing you in the right direction.
    I hope this helps.

  • Financial Reporting is compatible with Windows 7?

    Hello everyone,
    I am working with Hyperion Planning v.11.1.2 and Financial Reporting v.11.1.2.674 and I need to know if Financial Reporting is compatible with Windows 7, and where I can locate more information you may need about the technical requirements of Financial Reporting.
    Regards

    Have a look at the compatibility matrix :- http://www.oracle.com/technetwork/middleware/bi-foundation/hyperion-supported-platforms-085957.html
    For 11.1.2 the FR Client looks to be supported on Windows 7
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • How to require licence from a different serverUrl (not the one in DRMContentData)?

    Hi guys I have a special request for requiring the movie licence from a different serverUrl (not the one I get from DRMContentData.serverUrl). I tried DRMManager.setAuthenticationToken with the new url but it didn't work. Does anybody know to do it o

  • Best way to call EJB - Servlet or Tag Library

    Hi, What is the best way to call an EJB from a JSP? We are using Weblogic 7.0(moving to 8.1 beta). WE have a form on a JSP that needs to get data from an EJB. Our flow goes from JSP --> Controller servlet or tag library -->EJB "Bean" Controller --->

  • IMac CRT Video

    Just wanna know if there is a need for a graphics accelerator or driver for an iMac G3 display. Here are my display properties. ATY,Rage128VR: Chipset Model: ATY,Rage128VR Type: Display Bus: AGP VRAM (Total): 8 MB Vendor: ATI (0x1002) Device ID: 0x52

  • How can I pull info into a report using just the first two characters of that field?

    I am trying to pull a total cost based upon locations in a particular area(s). Can I get the formula to just do this based on the first two characters of that field? Here is what I have so far: if {PACKED.LOCATIONS.NEXT OPERATION} = ["xx"] THEN {Job.

  • Acrobat 7 prof "UPGRADE"

    I am planning to buy Adobe Acrobat 7 professional originally licensed and comes in its sealed box, but the product I've seen is Adobe Acrobat 7 professional "UPGRADE". It is an updated version or just update patch is? Installation is Multilanguage? R