When the client select start date ,end date and group by
: weekly is there any way to force to show in the week column as first day of the week. For example if I choose 10/1/2019
as start date
and 10/2/2019
as end date
and group by
: weekly then the week column should show 9/29/2019
Right now the expression I am using is
= Switch(Parameters!GroupbyTime=“4”, CDate(Fields!groupweek.value).ToString(“Mm/Dd/yyyy”)
But it’s giving error can somebody help me ??