Good Morning Everyone.
I am trying to get a date minus 6 months of Current date but the date must be the begin day of the month.
Here is what I have
=Cstr(Month(Dateadd("m", -6, now())))& "/1/"& YEAR(Dateadd("m", -6, now()))
If I run this on preview. I get the property Default Value of report parameter Startdate doesnt have the expected type. I am a little stomp. If any guru's are around your help would be welcomed.
I am trying to get a date minus 6 months of Current date but the date must be the begin day of the month.
Here is what I have
=Cstr(Month(Dateadd("m", -6, now())))& "/1/"& YEAR(Dateadd("m", -6, now()))
If I run this on preview. I get the property Default Value of report parameter Startdate doesnt have the expected type. I am a little stomp. If any guru's are around your help would be welcomed.