HrvojeSunjic
Vendor
Hi,
this might not be a high profile question, but it is giving me a bit of a headache (the temperatures in Zagreb, Croatia are in the 30 Celsius range, my brain may just be stuck), I appreciate any help you can provide.
To get to the point:
a MicroStrategy report produces the following query:
select a11.LKC_ID ID,
max(a13.LOCATION_NAME) LOCATION_NAME,
sum(a11.NUMBER) WJXBFS1
from SP1_FL_PERSONEL a11,
SPD_D_TIME a12,
SPD_D_LOCATIONS a13
where a11.TIME_ID_YYYY_MM_DD = a12.ID_YYYY_MM_DD and
a11.LKC_ID = a13.ID
and a12.DATUM <= To_Date('05-jun-03')
group by a11.LKC_ID
against Oracle. When MicroStrategy executes the report, no data is returned. When the same report is run directly against Oracle (using TOAD), it returns the correct results. There are no filters, prompts or other objects that could limit the result set. The only prompt is used to determine the end of the period (and results in the '05-jun-03' condition in the query).
Any ideas?
Thanks,
this might not be a high profile question, but it is giving me a bit of a headache (the temperatures in Zagreb, Croatia are in the 30 Celsius range, my brain may just be stuck), I appreciate any help you can provide.
To get to the point:
a MicroStrategy report produces the following query:
select a11.LKC_ID ID,
max(a13.LOCATION_NAME) LOCATION_NAME,
sum(a11.NUMBER) WJXBFS1
from SP1_FL_PERSONEL a11,
SPD_D_TIME a12,
SPD_D_LOCATIONS a13
where a11.TIME_ID_YYYY_MM_DD = a12.ID_YYYY_MM_DD and
a11.LKC_ID = a13.ID
and a12.DATUM <= To_Date('05-jun-03')
group by a11.LKC_ID
against Oracle. When MicroStrategy executes the report, no data is returned. When the same report is run directly against Oracle (using TOAD), it returns the correct results. There are no filters, prompts or other objects that could limit the result set. The only prompt is used to determine the end of the period (and results in the '05-jun-03' condition in the query).
Any ideas?
Thanks,