Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
How do I change this set analysis for start of this week?
{<WeeklyDaysBookedActivityGoals.Week={"$(=max(WeeklyDaysBookedActivityGoals.Week))"}>}
Thank you in advance!
Oneputtgirl
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Oneputtgirl,
what is WeeklyDaysBookedActivityGoals.Week
i.e. is it a consecutive week number (like a calendar week), or a week start date, maybe formatted differently?
Today's week number is given by week(today()), so you may just use that in your set modifier?
 
					
				
		
My week is the start week date ie.. 05/21/2012
Can you give me the exact set analysis?
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Maybe like
{<WeeklyDaysBookedActivityGoals.Week={'$(=weekstart(today()))'}>}
if the standard date format matches the format of WeeklyDaysBookedActivityGoals.Week
