Hello all,
I'm using the query shown below in a LiveReport.
select monthyear, source, von, zeitart, sum(ROUND(relevdauerstd)) "Summe_STD"
from DLZ_KENNZAHLEN@kennzahlen_lx03
where ersda between to_date(substr('01.12.2014 - 01.12.2014',1,10),'dd.mm.yyyy') and to_date(substr('01.12.2014 - 01.12.2014',14,10),'dd.mm.yyyy') and von <> nach
group by monthyear, source, von, zeitart
order by monthyear, source, von
Executing this LiveReport shows other results for field "Summe_STD" as when executing it from Toad IDE. The Select statement is exactely the same, as I used to copy and paste it from LiveReport editor to Toad. I've checked single records in the underlying Table and found, that Toad brings correct results, while values in LiveReport are wrong.
Content Server version is 10 Update 7 (version 10.0.0.2081)
Every hint is welcome!
Thanks in advance...
Regards,
Roland