We have a webi report which is scheduled on the date filter which is set on sysdate - 1 at the universe level. but some times we have to execute the report on the different filter value like sysdate - 2 or sysdate - 3 etc. currently we are changing the webi query manually from sysdate-1 to sysdate-2 etc... how could we define dynamic filter in webi or in universe.
Universe filter Definition :
"FRTU_FPI"."DATUM" = (select to_char(sysdate-1,'yyyymmdd') from dual)
we don't have any sysdate at universe level.
want to this changes dynamic rather changes the webi SQL.