Skip to main content
I have a roll-up field in accounts that looks at opportunities. I want to get a value for all records with a certain status (which is easy), have an effective date less than today and an expiration date greater than today.

 

I've tried "today" and "today()" but it get errors saying it wants data in the format 3/6/2012.

 

I also tried date(year(today()),month(today()),day(today())), but got the same error.

 

How do I get around errors of using the date words in such criteria?
4 respuestas
0/9000