globalbear
IS-IT--Management
I am trying to compare two date fields in Reporting Services. I suppose I should use the datediff-function but I am not sure of the syntax.
I noticed that the following line will give me the day six months from now.
=DateAdd(DateInterval.Month, 6, now())
But how do I compare date1 with date2?
I noticed that the following line will give me the day six months from now.
=DateAdd(DateInterval.Month, 6, now())
But how do I compare date1 with date2?