Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 229 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 85 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
Add x Days to a Date Field

Spuramsetty
Rank 3 - Community Apprentice
Summary
Add x Days to a Date Field
Content
Hello All,
I have a situation where I need to add 'X' no. of Days to a Date field. Do you have any clues or has any one done this before? I have no Clue how to proceed for this.
Thanks
0
Answers
-
If your source is sql then add directly at source level , select sysdate+x from dual , where X will be number of days to add.
0