Hi
I use a statement
..
(SELECT ROUND(SUM(dversdata.datasize/ 1048576),2) FROM dversdata where d.dataid = dversdata.docid ) as "Size (all versions) in MB"
...
to measure the size of a file.
The rounding to 2 decimal places works fine in Oracle SQL developer, but in the Livereport unfortunately only shows the MB and not the numbers behind the decimal point. (Therefore only 25 is listed, instead of 25,24 MB)
Does anybody know, why and how to change that in the Livereport? I have only found here in Knowledge base, that another person had the same problem, but did not found a solution in Knowledge base.
We use Livelink 9.7.1. Any helpful hint?
Thank you in advance
Isa