Hello,
I have a problem with webi reports. I created lov and filter based on it eg. @select(month) in @Execute(current_month) , where current_month is dynamic lov: select month from time where date=trunc(sysdate) (oracle).
When I place filter on report everything is working fine. Logical sql looks like:
select ...
from ...
where ... and (month in @Execute(current_month))
..
Resultset is not empty. After reopening and refreshing the report, there is a message that there is not data (before closing, sql returns some rows). Logical sql after reopening looks like:
select ...
from ...
where ... and (month in (null))
..
It looks like lov are lost after saving report. Has anyone seen this before? Report was created by administrator with full access to the system. Please help.
Best Regards
Prom