Categories
- All Categories
- Oracle Analytics Learning Hub
- 27 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 236 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
report dates parameters not incremented
Hi,
I defined a Data Model, with DATE FROM/DATE TO as parameters, in the following way:
p_date_from: {$SYSDATE() - 7$}
p_date_to: {$SYSDATE()$}
Then I created a report using above Data Model and scheduled it daily, but above dates are not incremented and output is always referring to the original dates.
Please suggest how to fix it.
Thanks
Best Answer
-
Hi Angela,
Welcome to Oracle analytics community.
Please set the same parameters at the time of scheduling also:
p_date_from: {$SYSDATE() - 7$}
p_date_to: {$SYSDATE()$}
Thanks.
1
Answers
-
Thanks MandeepGupta
to confirm the solution!
1
