Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What is the simplest way to convert the autoCalendar.week to week of "mm/dd/yyyy"?
Use the WeekStart() function. Set the dimension to something like this:
'Week of '&WeekStart(date_field_here)
Use the WeekStart() function. Set the dimension to something like this:
'Week of '&WeekStart(date_field_here)