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