Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Programming of a Bi PUblisher

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
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