Page 1 of 1

Want to create a filter using {DateDiff(Today,ctIdea_View.Request_Date)}>6

Posted: Tue Sep 27, 2011 2:35 pm
by warby5555
I need to create a filter that shows me all records that were created 7 or more days ago.

I tried creating a filter using the following expression, but it doesn't work. {DateDiff(Today,ctIdea_View.Request_Date)}>6

Any ideas?

Want to create a filter using {DateDiff(Today,ctIdea_View.Request_Date)}>6

Posted: Tue Sep 27, 2011 3:10 pm
by Brainstorm
Im not familiar with that function, but you could try:
{DateDiff(Today,ctIdea_View.Request_Date) > 6}