SharerPoint V3.0, Project Management Template - Dashboard View

In the Overall Project Status, the last category to the right is the "Overdue Tasks" icon.
How does sharepoint determine if a Task is Overdue for this specific Icon.  Here is what is happenning to me:
Current Date = 11/5/2008
Any Task with an End Date of 11/6/2008 - 12/31/2008 is fine.
However, this icon is showing a task as overdue if the date is 1/1/2009 - 11/4/2009 and NOT overdue if the date is 11/6/2009 - 12/31/2009?
The "Overdue Tasks" view is working as expected, it is showing only tasks with an End Date of Less than Current Date and not = to Complete.  Why is the icon on the Dashboard working differently?  Where is the setting for this icon located so I can change it?
Any help is greatly appreciated
Dave at MB

Hi Dave,
I have confirmed your issue in my test environment.
The cause of the issue is the logic that estimates the Overdue items is not perfect.
You could locate the logic the following detailed steps:
1.     Navigate to the Dashboard in Project Management Section.
2.     Modify the Overall Project Status web part, Click the XSL Editor.
3.     In the opening dialog window, locate to the following highlighted code:
<!-- Overdue Tasks -->
                 <td class="ms-vb" style="text-align:right; height: 22px; vertical-align:middle;">
                <span style="vertical-align:middle">
                         <xsl:value-of select="count($FilteredPeerTasks[@Status != 'Completed' and
(substring-before(@DueDate,'-') &lt; substring-before(ddwrt:TodayIso(),'-')
or
substring(@DueDate,6,2) &lt; substring(ddwrt:TodayIso(),6,2)
or
substring(@DueDate,9,2) &lt; substring(ddwrt:TodayIso(),9,2))])"/>
                </span>
                <xsl:text xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" ddwrt:nbsp-preserve="yes" disable-output-escaping="yes">&amp;nbsp;</xsl:text>&#160;&#160;
                <xsl:choose>
                  <xsl:when test="count($FilteredPeerTasks[@Status != 'Completed' and
(substring-before(@DueDate,'-') &lt; substring-before(ddwrt:TodayIso(),'-')
or
substring(@DueDate,6,2) &lt; substring(ddwrt:TodayIso(),6,2)
or
substring(@DueDate,9,2) &lt; substring(ddwrt:TodayIso(),9,2))]) = 0 ">
                    <img src="images/KPI-0.gif" originalAttribute="src" originalPath="images/KPI-0.gif" originalAttribute="src" originalPath="images/KPI-0.gif" originalAttribute="src" originalPath="images/KPI-0.gif" originalAttribute="src" originalPath="images/KPI-0.gif" align="absmiddle"/>              
                  </xsl:when>
                  <xsl:when test="count($FilteredPeerTasks[@Status != 'Completed' and
(substring-before(@DueDate,'-') &lt; substring-before(ddwrt:TodayIso(),'-')
or
substring(@DueDate,6,2) &lt; substring(ddwrt:TodayIso(),6,2)
or
substring(@DueDate,9,2) &lt; substring(ddwrt:TodayIso(),9,2))]) &lt; 5">
                    <img src="images/KPI-1.gif" originalAttribute="src" originalPath="images/KPI-1.gif" originalAttribute="src" originalPath="images/KPI-1.gif" originalAttribute="src" originalPath="images/KPI-1.gif" originalAttribute="src" originalPath="images/KPI-1.gif" align="absmiddle"/>              
                  </xsl:when>
                  <xsl:otherwise>
                    <img src="images/KPI-2.gif" originalAttribute="src" originalPath="images/KPI-2.gif" originalAttribute="src" originalPath="images/KPI-2.gif" originalAttribute="src" originalPath="images/KPI-2.gif" originalAttribute="src" originalPath="images/KPI-2.gif" align="absmiddle"/>              
                  </xsl:otherwise>
                </xsl:choose>
                 </td>
If you are familiar with coding, you may find the logic is not perfect.
The logic divide the date into Year, Month and Day, and then estimates separately.
As we have not announced an official update, I suggest you to amend it by yourself.
And I will give code sample written by me for your reference:
number(substring(translate(@DueDate,'-',''),1,8)) &lt; number(substring(translate(ddwrt:TodayIso(),'-',''),1,8))
you could copy the code and replace the highlighted part.
PLEASE NOTE:  The code is not well tested, and I do not guarantee there will not be errors, so some minor debugging may be needed and you should modify based on your requirement.
-lambert
Posting is provided "AS IS" with no warranties, and confers no rights.

Similar Messages

  • Project Management Templates fo SharePoint?

    Can you recommend SharePoint "templates" to use for Project Management? (Something for our PMO)
    TIA,
    edm2

    Hi, 
    you can also get Project server and integrate with SharePoint
    http://office.microsoft.com/en-001/project/enterprise-project-portfolio-management-project-server-FX103802061.aspx
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Project Workspace template in Sharepoint 2010

    Hi,
    I need some advice from Sharepoint experts, I have Sharepoint 2010 installed and now i want to create a Project Management Site, but when I try to open a new site as a Project Workspace (Project Site) I am not able to locate either templates from the available
    list.
    Why both templates are missing from my project template list?
    Is there any special settings to enable these templates?
    Please let me know if any further information needs to be provided.
    Please help...
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    Praveen Dsa | MCITP - Database Administrator 2008 |
    My Blog | My Page

    Hi Praveen,
    thanks for posting your query, you can download Project management templates from blow mentioned URL
    http://www.techsolutions.net/ProjectTrackingWorkspace.aspx
    http://www.techsolutions.net/ITTeamWorkspace.aspx
    http://sp2010teamplates.codeplex.com/
    http://jerryyasir.wordpress.com/2010/09/05/sharepoint-2010-upgrade-issue-found-45-webs-using-missing-web-template-75820-lcid-1033-in-contentdatabase/
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • SSRS Report Viewer Web Part - Saving it as a Project Site Template

    Hi all,
    I ended up creating a custom filter web part that was passing the PUID to SSRS report viewer web part in a project site.
    Works perfectly fine until you save the site as a project site template. I attached the site template to an EPT and creating a new project. The project site created fine, but the connections between the custom filter web part and SSRS Report viewer web part
    is broken!
    Paul gave me this web part to start with, but this doesn't work in SharePoint Integrate Mode:
    http://gallery.technet.microsoft.com/projectserver/Report-Viewer-webpart-439e0062
    And SharePoint Integrated Mode is what we are pushing our clients towards.
    Any help will be highly appreciated.
    SJ

    Looks like I forgot to respond to this...apologies for the delay.
    For the client that I asked this question, I ended up writing it programmatically and it works.
    But I would prefer using products now...rather than Band-Aid approach - I guess my role is shifting.
    Luckily I was introduced to a SharePoint and Project Server developer here in London and he has been developing products for SharePoint and Project Server since version 2007! I spoke about my dilemma and he already had a product for this for SP
    integrated mode! I have now started to add this product to all my the PS2010, PS2013 implementations. Great thing is it doesn't cost much at all and he provides support for it as part of subscription. I guess I twisted his arm a little bit  - not physically!
    So far I have used the product at two sites and applied CUs over it - no issues at all. This is a proper packaged product and can't recommend it high enough. Yes, you will have to let the client know about this third party tool, but we manage the relationship
    on behalf of the client - just like when we buy Nintex, IPMO or Fluentpro products.
    If anyone is struggling with SSRS web part in Project Sites and doesn't have the time to write codes as they have multiple PS implementations on the go then you can contact
    [email protected]
    I must say his marketing isn't that great, but since he is a freelancer he only works and sells his products to people within his network, I think he maybe changing that soon! Hopefully :-)

  • Project Management and Resource Management Reporting Views

    I am wondering if anyone would have and is willing to share some documentation they may have put together around reporting views related to Project Management and Resource Management modules. We are installing the projects suite and I have never done custom reporting out of these modules and would be interested in feedback or documentation anyone may have related to these or any offer of assistance or direction in designing the reporting views.
    Thank you in advance!
    Matt

    hello Tony,
    What I can say. Maybe you should use SAP PPM as a operational Project Management tool and integrate it with WBS elements and projects in SAP PS. Probably it will be the best solution for you.
    The second way is to use a second project structure for project management as you wrote, with different number of this project. So you will have 2 structures one for actual posting of costs and the second for rest management needs and statistical posting of costs. Probably you will need CO substitution for posting of costs to post costs on these 2 structures.
    There will be many other conditions to get right solution but I think this 2 ways are possible.
    Adam

  • Custom dashboard view for multiple connected management groups

    Hi all,
    I've connected 2 scom management groups and I'm able to see the connected alerts in the alert views.
    Is it also possible to show those connected alerts in a dashboard view ? Because the Show Connected Alerts - button is not availble in dashboards views. Is it possible to filter on mgmt group in dashboard views ?
    Kind Regards,
    J. M.

    It is possible, but not without customization. Also, as Alexis mentioned, you could populate a custom field with management group information. It's overkill to use SCORCH just for this, as this could be achieved with much less effort using the command
    channel and a relatively simply powershell script...
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • Project Manager not able to view their expenses

    Hi all..
    Project Manager is not able to view their expenses for a perticular project.
    Can any one help..
    Cheers..

    Hi
    Please elaborate....
    On which release?
    Which forms or html pages were tested?
    Verify project manager is still active employee in HR, and has not end dated the role of project manager on the project...
    Have you enabled any security extensions?
    Dina

  • Project Management Wishlist (hoping for software or online solutions)

    hi all.
    i've converted the office to mac over the last two plus years and need to put a second level of organization to bed.
    would anyone mind helping me find other websites and/or suggestions on how to get this finalized? apologies for the length and intricacy of the post but THANKS for any help on this! even just one good lead or recommendation (say for FileMaker or one of the Devon tools could help me get moving forward with it and not have to backtrack).
    i work on PROJECTS that seem to need various kinds of data. some notetaking, imagery, url's. pages documents, pages documents printed to pdf, some pdfs that others created, spreadsheets, various creative files such as CAD, photoshop, indesign etecetera - and of course email and text and phone conversations. i would really ideally love to pull all this together but of course i know this is not realistic.
    i also really need to communicate some of this information with clients and have them communicate back to me, right now this is a terrible mess and extremely unproductive with widely dispersed and duplicated information (at a bare minimum).
    i have finally customized my images in Aperture but still need to organize my pdf's and my videos. i also find Spotlight to be rather unhelpful for some items and in reading up on Devon, one of their tools has a /graphic/ search display that somehow shows linked items and whether they have been "read" or not. this kind of VISUAL ORGANIZATION would be absolutely fantastic [http://www.devontechnologies.com/products/devonagent/overview.html]. i should also add that what i /don't/ want to do is to have to catalog my project file by file and simply DRAGGING and DROPPING files to create a link if my ideal organizational method. tagging items with the GTD tools that i have tested is a non-starter for me and i actually don't even use tags in my Aperture database. i just drag and drop them to an appropriate Project.
    currently an example workflow for my Aperture database is that i POST these images to flickr to let a client see what kind of imagery i am using in their project (but they cannot upload /their/ imagery). nevertheless, this is very convenient because i can simply create an ALBUM in Aperture and drop the (pre-organized) imagery in there and post it to flickr from within the Aperture UI. this is really great but getting this link to a client is a bit of a pain because even flickr Pro uses some silly thing where you have to decide whether the recipient is a "friend" or "family" and ostensibly anyone that gets determined as one or the other can see all the other images in this category. it would be a whole lot better if i could just create an Album for a particular client. of course it would be great to
    in any event -
    in an ideal world (off the top of my head i would like) the ability to create a "Project" in my computer which organizes the following and /also/ allows me to post this to a place where Clients can have a LOGIN and PASSWORD that allows them to both view and UPLOAD information.
    1. bookmarks
    2. pdfs
    3. spreadsheets
    4. contact list
    5. images
    6. other files
    7. a lot that i am forgetting to include here.
    it would also be great to be able to organize PHONE CALLS and TEXTS and EMAILS on my computer so that i can have a record of communication with and FOR this client.
    i would also like to get most or much of this to my iPhone if at all possible!
    Devon for project organization and possibly other needs [http://www.devontechnologies.com]
    FileMaker for project organization [http://www.filemaker.com]
    Campfire for project management [http://campfirenow.com] 
    Papers for academic research [http://www.papersapp.com/papers/]
    Highrise for contact and prospect management [http://highrisehq.com]
    Project Wizard for critical path management [http://www.projectwizards.net/en/merlin/]
    Diigo for online bookmarking [https://www.diigo.com]
    what i use now:
    Notational Velocity (oh so awesome) iphone compatible [http://notational.net]
    Reminders (nice for the location tools but i have not maxed out my use of this tool)
    Contacts (for personal contacts and syncs usually well with my laptop and desktop and iphone. however, managing email addresses in here is a nightmare for a small business)
    Cardscan (for business card contacts. resides currently only on the Mac Pro and i am not sure how to get Cardscan to talk to my other devices)
    Mac Mail (meh)
    Sparrow (cool and quick but somewhat feature light)
    iPhone (yes-sir-eee bob)
    Safari (good at what it does)
    1Password (dig the syning across devices)
    Transmit (nice FTP tool)
    i also work on windows where i do quickbooks and CAD so i am open to software suggestions for windows if there is nothing for the mac (though i suspect i can do much of the above on the mac, even if i cannot corral all of it together).
    THANKS FOR READING and thanks for any constructive input!

    Ipolucci,
    I am a teacher and so I do not have your needs to really understand your requests.
    That said, I would reccomend you FileMaker Pro and Journler ( currently at version 1.1.62, running by Mac OS X 10.3.9 , the version I have and already in versio 2.0.1 for those who have 10.4).
    The first one is a relational commercial DB of an Apple subsidiary, with several template solutions ( probably one will fill your needs ) and the second one is a freeware, that has integration with Mail, Adress Book, Blogs, Photos, Audio recordings, iTunes and more.
    Just in case does not come anyone else with the complete solution, you should consider a free trial of FileMaker Pro (just released the version 8.5) and take a look at Journler.
    Both at <http://www.apple.com/downloads/macosx/>
    Regards,
    Jorge Lucas (the guy from Rio Grande do Sul)

  • SAP PS & SAP Project Management

    Hi all of you,
    Can any one give me clarity on the available functionalities in SAP Project Systems and that of SAP Project Management. My requirement is, my client is using one Project Management tool, where can get all the project monitoring and as well as Project cost and revenue with Dashboards. I am implementing PS to take the accounting data from the tool, to get integration with FI,CO, SD, and MM. In their Project Management tool apart from the cost management, they have Change Management, defects management, test management, process templates, life cycle templates, project goals with specific and project performance monitoring like dashboards. Actually, I am taking the interface part like WBS, Planned cost, Schedules, Resource cost etc.. I am unable to take the non accounting data to SAP PS.
    My doubt is, can we implement SAP Project Management module to replace the tool, since in PS we have FI and CO data with schedules, for example. If I required the same things, non accounting data like Defects management track, change management, testing management, which SAP module we have to implement. More over, my client is also wish to discard the tool, if the same functionalities available in SAP.
    Please correct me, if I am wrong and also suggest me how we can get the same things in SAP.
    Thanks & Regards
    Ramki
    Edited by: Ramki on Oct 5, 2009 4:40 PM

    you can use Claims available in SAP PS.
    Transcript from SAP help:
    Claims are used to:
    Identify the persons or groups responsible for variances Defend against claims from third parties who your business responsible for a variance
    Customizing is divided as follows:
    Notification Customizing
    In this section, you stipulate the most important aspects of a claim, such as:
    Claim Management screen format
    Claim partner
    Catalogs and report profile for the claim
    Priorities for the claim
    Claim-specific Customizing
    Codes for detailed long texts
    Activating workflows for the claim
    I hope this is helpful.

  • Operations Manager 2012 Dashboard Copy/Paste?

    Is there any possible way to copy and paste a Dashboard view in the Operations Manager 2012 console?
    I have a user that has been using APG to display performance data from SMARTS and wants a similar experience with OpsMgr. The APG console is setup with dashboards for each server that include widgets for CPU utilization, memory utilization and
    disk utilization. I can set the same thing up in an Operations Manager dashboard, but to do it for 100+ would be very time consuming. Why is the copy/paste function not available for dashboard views? Is there some other easier method to create
    dashboards, based on a template?

    Hi,
    Dashboard don't have that function. To get more information about Dashboard, you can refer to this article.
    https://blogs.technet.com/b/momteam/archive/2011/09/27/introducing-operations-manager-2012-dashboards.aspx
    Niki Han
    TechNet Community Support

  • How to modify Apple's "Project Proposal" template in Pages 5.0?

    In Pages 5.0 I want to use Apple's "Project Proposal" template for my project proposals, but I need to modify Apple's original template.
    Removing the image works in the "Modern Report" template - but does not work in the "Project Proposal" template.
    What is the difference in how the image is places in the "Modern Report" template vs the "Project Proposal" template?
    In Apple's original version on the first page, there is a large image, followed by:
    Project Proposal
    Prepared for: Trenz Pruca, Title
    Prepared by: Urna Semper, Job Title
    2013年10月26日
    Proposal number: 123-4567
    I need to remove the image, and start my text from the top of the first page. I could manage to remove Apple's original image easily, but the space previously occupied by the image remains as empty space. I tried for a couple of hours to eliminate this empty space (previously occopied by the image) and move the "Project Proposal etc" text to the top, but could not find a way to do that.
    Where can I find and modify the offset of the text from the top of the page, or eliminate the empty space previously occupied by the image.
    There seem to be some controls hidden somewhere in the Pages software, or of the template itself, which I could not find yet, where this text offset from the top is controlled.
    Any help greatly appreciated.
    Gerhard

    I encounter the same problem today when trying to use this template, and after reading previous replies, I went and copy all the elements (Select All) into a new blank document (don't have an older Pages version) and it worked just fine for me, no overlaping or anything, as you can see on the image below, the layout doesn't start after the image, I just had to tweak it a little, like moving the company name and upper line to the top (and move them to section master) and manually adding the bottom line.
    I'm new here, so if any of you can tell me if and how can I upload my Project Proposal template I just created to this discussion, I'll be happy to share it with all of you.

  • Unable to Open Project Site Access Denied Issue (Project Manager)

    Hi 
    We got an issue that one project manager is having 12 projects, in that she can able to view 5 projects-- project sites but remaining 7 projects --- she is not able to open the project site (access denied) error is throwing when she try to open.
    She is the project manager of the 12 projects and having project manager permissions on the project sites.
    Please suggest any solution for this.
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    I believe I've found the fix for this issue.  After opening a ticket with MS support and not getting anywhere with this issue I decided to do an in-depth review of all the Project and SharePoint 2013 CU's starting with December 2013 to September 2014. 
    To my amazement buried inside the July 2014 CU was a hotfix for this issue described almost word for word. (I will list all the relevant KB's at the end)  I contacted my support engineer inquiring about this hotfix and he stated it wasn't relevant because
    the "Synchronize Project Web App permissions to Project Site" was not failing or even generating any warnings in our Prod or Test environments.  I stated that is not always an indicator as ULS doesn't always catch all relevant errors.
    I informed him that I also found a second hotfix pertaining to the same issue released August 2014, apparently the first hotfix in July didn't totally resolve the issue and a second hotfix was released.  He was adamant that this would not resolve
    our issue and he requested or production databases because he was unable to replicate the issue in his test environment.  The reason, you may wonder, is because he was at a higher patch level that our farm.... Obviously!  His farm had the most current
    CU which included the hotfixes from July and August.  Apparently he didn't see the flaw in his logic.
    I decided to install the September CU on our test farm. Low and behold that fixed the problem, even though MS support stated the hotfix was not relevant to our issue.  I learned a long time ago to take MS support comments as suggestions instead
    of gospel truth, this isn't the first time they have confidently given me erroneous information.
    We are currently doing further testing to verify that this CU didn't break something else.  Unfortunately these rollups are not GA and Microsoft is very clear that you should only install them if the hotfixes pertain directly to your issue.
    Finding the hotfixes was a chore as Microsoft loves to create multiple KB's for the same thing and then nest (bury) them so you have to dig through four or five KB's to find the relevant fix.  I'll save you the trouble and list them below.
    Watch the
    September CU Webcast Brian Smith and team go into depth explaining why this issue has been happening and how they fixed it.
    September 2014 CU http://support.microsoft.com/kb/2882990 (the one I installed)
    August 2014 CU https://support.microsoft.com/kb/2989078
    August Project site sync hotfix
    https://support2.microsoft.com/kb/2883083
    July 2014 CU http://support.microsoft.com/kb/2882990
    July Project Site Sync hotfix http://support2.microsoft.com/kb/2882995
    Microsoft Project Server Blog
    http://blogs.technet.com/b/projectsupport/  (I find this to be more helpful than the TechNet site)
    Frank Miranda Florida Hospital MIS

  • Unable to open Project management reports

    Hi,
    I tried to access Reports under Project management, I can see some list of reports but whenever i click any report i get this message " Do you want to save this file or find a program online to open it , Name : BExab6f08f3 , type : unknown  , from: xxxxxx " . I get this whenever i try to access any reports in project management.
    I had checked few things from my side, /BCV/Main is activated, I have BCV_admin role and also CPR_BCV_USER role, but still i am not able to view a single report. I tried accessing from NWBC desktop GUI and web gui, same error. Please guide me in solving this problem.

    Hi,
    I just have some clarifications, is it necessary to have BI system to access the Reports under Project management / portfolio management?, Or can it be accessed without any BI system?. I found that whenever I run any report under Reports section it tries to execute the RFC SAP_BW, but in my system there is no data available in that RFC, since we dont have BI.please let me know about this.

  • The order of topics in the Project Manager is not reflected when creating a PDF for review.

    Can't seem to find an answer to this in the forums...
    Using RH10.
    In the Project Manager pod is a default 'Project Files' folder.
    Within that I have a 'Topics' folder in which my topic files reside.
    Under the View menu, I have selected 'By Topic Title'. I understand that this displays the topics by their title as opposed to their file name. I understand that this is a display toggle only, and has no relation to the order of the topics - the alternative toggle is 'By File Name'.
    Notice in the image below, my topics are displayed by topic title, but aren't in alphabetical order. ...yet.
    There's a button at the top of this window for changing the sort order to 'Sort by Name', which has the result below.
    Ok, so now the topics are displayed by topic title, and in alphabetical order.
    Question 1: If that button toggles the view to display topics in 'alphabetical order', what on earth is the other order called? It's certainly not in order of file name, as I've checked a bunch of the topic filenames, and can't see any pattern/order to the this structure.
    Question 2: When I go to create a PDF for review (via Review > Create PDF for Review), the window that appears displays all the topics available to me to select for review. However, they're displayed in this other 'odd' sort order instead of 'alphabetical' order. The Help menu says that this window reflects the order of topics as it finds them in the Project Manager. However, what seems to be actually happening is it's displaying the topics based on the view you have selected under the View menu (i.e. either 'View by Topic Title' or 'View by File Name'), and regardless of which view toggle you have selected, the order of the topics is only ever this 'odd' sort order. In other words, in the 'Create PDF for Review' window, it appears I can never see the topic list in alphabetical order. Furthermore, it appears that the only way I can resolve this is to go back into the Project Manager, switch to 'odd' sort order, and manually drag all the topics into alphabetical order. ...I have hundreds of topics.
    Is there some way I can quickly change this 'odd' sort order to 'alphabetical'? There must be some underlying file with this order of topics in it (hopefully).

    Hi there
    I don't have an immediate answer for Question 2, but for Question 1, the topic order is "User Defined" as you are able to click and drag topics to create any arrangement that suits you. This was something added as a result of user feedback. Enough users asked Adobe to allow them to arrange topics this way that they made it a reality. The logic escapes me as I'm a user that normally expects software to list things in either ascending or descending alphabetical order.
    Perhaps Peter will pop in with a nice explanation of the PDF for Review sorting and Adobe's logic behind it.
    Cheers... Rick

  • Images are missing in Project Manager

    I’m replacing old images with new ones in RoboHelp HTML 10.
    I’ve deleted the old pictures in Design view and pasted the new pictures in. (I know this is not the recommended way but with lake of time I found it to be the fastest way and we don’t feel the need to give the files described names at the moment.)
    It has worked fine until now when I noticed that some images are not showing in Project Manager. I see the “folder” Images and I see a lot off images there but some are missing. The “missing” images are shown in Design view and in the browser after publishing. But in the report Unused files the “missing” images are listed as unused.
    I have tried to
    close and reopen the project,
    generate and publish the project,
    delete an “missing” image from Design view and insert it by using Insert / Image. After saving this image, and some other “missing” images, are shown in Project Manager. But not all “missing” images.
    Does anyone know why this is, or more important how to get Project Manager to show all images that are used in the project (without having to go through all 154 images trying to figure out which are used but “missing”)?
    Some more facts:
    They are all gif-images.
    They are all stored at the top-level in the project folder. (Are there a limit how many images there can be in the top-level folder?  Should I create a separate folder and move the pictures there?)
    HTML-code for one “missing” image:
              <img src="image7.gif" alt="" style="border: none;"
                     border="0" />
    Grateful for any input!

    I would have said "Try renaming the folder containing the images in Rh's Project Manager. That sometimes fixes the problem. You can revert to the old name afterwards."
    Keeping all the images, and / or topics, in the root is never a good idea. It can slow things down and it's messy.
    You can move the images you can see but obviously you cannot move the others. Try moving a topic that has one of the images to a different folder and see if that refreshes. Also try deleting the CPD file and reopening Rh.
    Backup first.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for