DQL query for folder size

hcodpleh
edited January 15, 2009 in Documentum #1

Hello,

I'm looking for a query where thw result will give the list of the documents of a folder and the sum of the size of all documents in this folder.

Any help?

Thanx!

R.

Comments

  • hcodpleh
    edited January 15, 2009 #2

    Thank you everybody; I found it

    select  sum(r_content_size) from dm_document where folder('FOLDER NAME',descend)

    Ciaoo!

    R.