Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 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