Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 221 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 83 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
report dates parameters not incremented

Angela Valcelli
Rank 2 - Community Beginner
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
Tagged:
0
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