Forum Discussion
nolan0716
3 years agoRegular Visitor
Not capturing values using dateadd
Hi, So I was comparing the current value (Opportunity) and the value 3 months prior (PrevQuarterOPP) using the dateadd function but its not getting the correct value or should I say its not captu...
amitchandak
Super User
3 years agonolan0716 , dateadd need continuous dates, so in case you need to add days, just add it to date
[Date] + 10
For month or year you can use Date function
Date(Year([Date]), Month([Date])+2 , Day([Date]) )
Dateadd and its Alternate: https://www.youtube.com/watch?v=9qiRivlBv8w&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=66