HI I have to take 2 Expression fields I made and combine them into one. It is simply 2 dates that are column headings, from and to dates. The from date is this:
=DateAdd("m",-4,DateAdd("d",1,Parameters!ENDDATE.Value))
and then the "to" date is this:
=DATEADD("d",-1,DateAdd("m",-3,DateAdd("d",1,Parameters!ENDDATE.Value)))
I am not sure how to combine them to be one Expression field, with some spaces between them of course.
Thank you for any help,
Coops
=DateAdd("m",-4,DateAdd("d",1,Parameters!ENDDATE.Value))
and then the "to" date is this:
=DATEADD("d",-1,DateAdd("m",-3,DateAdd("d",1,Parameters!ENDDATE.Value)))
I am not sure how to combine them to be one Expression field, with some spaces between them of course.
Thank you for any help,
Coops