Hi,
I am having trouble trying to write a Livereport which calculates the folder size that you select. For example, I select a folder and in that folder are documents, drawings, etc... I need to determine the total size of the folder which includes these objects. (MB or GB)..so far I have written the following:
select sum(datasize) from dversdata where docid in (select dataid from dtree start with dataid=() connect by prior dataid=(parentid)) and mimetype = 'image/hpgl.plt'
The above does not give me what I want,,, does anyone have an idea?
Thanks!
I am having trouble trying to write a Livereport which calculates the folder size that you select. For example, I select a folder and in that folder are documents, drawings, etc... I need to determine the total size of the folder which includes these objects. (MB or GB)..so far I have written the following:
select sum(datasize) from dversdata where docid in (select dataid from dtree start with dataid=() connect by prior dataid=(parentid)) and mimetype = 'image/hpgl.plt'
The above does not give me what I want,,, does anyone have an idea?
Thanks!