Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

reate a Web Part based on Latest files of Various Libraries

  Asked By: Seth Davis         Date: Apr 10, 2009      Category: Sharepoint      Views: 180
 

I need to create a web part that consistes of one file from various
libraries. This file would be the latest file. We maintain several
libraries containing documents that are created daily. Basically, I
want only the files for the current day to appear.

I can create another library where these file can be placed daily but I
was hoping to automate the process and not have items in two seperate
areas.

If there is a way to point to these documents based on date OR if the
files can be uploaded into a Daily library and then automatically be
moved to the individual archive libraries

Tagged:                    

 

2 Answers Found

 
Answer #1       Answered By: Meaghan Webster          Answered On: Apr 10, 2009       

You can use the Content Query web  part in MOSS. It lets you configure
it to limit to display a certain number of items, which you could set to
"1". As the sort order, you could sort by "Modified" in descending
order. That way, it will display only the one most recently modified
document from a site or site collection.

 
Answer #2       Answered By: Sunny Delacruz          Answered On: Apr 10, 2009       

Can you please try with creating Custom View for that
library ,So that u can see the updated files  with respect to date  .

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].