Viewing 2 posts - 1 through 2 (of 2 total)
I ended up having to add something else to it. This is how it worked for me.
=DateAdd (DateInterval.Month, Fields!CONTRACT_TERM.Value, Fields!FIRST_PAY_DATE.Value)
That expression adds the number of months contained in CONTRACT_TERM to...
August 16, 2007 at 7:59 am
#727330
Using the MSDN article, that doesnt seem to be working. Check out my expression:
=DateAdd (Month, Fields!CONTRACT_TERM.Value, Fields!FIRST_PAY_DATE.Value)
Do you see anything I could be doing wrong?
August 15, 2007 at 12:28 pm
#727147