Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 82 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
Programming of a Bi PUblisher

Iker Garcia Martin
Rank 1 - Community Starter
Hi,
I have problems when programming BI Publisher. I can't get it to add 1 day to the parameter. What I want is that it takes each day, the day of execution as input parameter but it always executes the same day. The day I programmed it.
It always executes it with the 30/10/2024.
Regards,
Iker
0
Answers
-
In the schedule job form, put {$SYSDATE()+1$} in the parameter field.
This will be evaluated at each run.
Rgds,
Kevin
1 -
can you show us how you are calculating the current date + 1 please, also is there a timezone issue ?
0 -
that's how I have it programmed
0 -
See:
Rgds,
Kevin
1 -
Thank you all for everything
0