Apex 4.0 How to use Function in Interactive report filter?
thomasoAug 6 2010 — edited Aug 6 2010Dear all,
Sorry for nub question, but if there is a way to create and save "saved report" with filter condition using a function?
What I want to do is to create an interactive report on table called TASK.
Table does have two columns I want to use for filtering:
FDate - DATE - From date
TDate - DATE - To date
Then I need to create several saved reports:
last week Tasks = where FDate between sysdate - 7 AND sysdate...
last month Tasks = where FDate between ADD_MONTH(sysdate,-1) AND sysdate...
but,
Interactive Report Filter doesn't accept sysdate, or calls to ADD_MONTH functions.
Is there an easy way to setup this functionality?
TIA
Thomas
Sorry for double post...
Edited by: thomaso on Aug 6, 2010 12:04 PM