Hello!  I am trying to filter Order Dates from a report greater then 2 days from todays date, so I want to see any Order Dates from Friday onward.  I have done this in the past, or so I thought, but I am not having any success with it today.  Any suggestions would be greatly appreciated.  Thank You!
			
			
			
				Try using _add_days function..
			
			
			
				Try below in your filter.
[Order Date]=_add_days(current_date,2)
HTH,
Venu