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

Stimulsoft Reports.WEB discussion
Post Reply
warby5555
Posts: 1
Joined: Tue Sep 27, 2011 2:32 pm
Location: Boston, MA

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

Post 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?
Brainstorm
Posts: 31
Joined: Thu Feb 17, 2011 1:54 pm
Location: Cuiaba, Brazil

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

Post by Brainstorm »

Im not familiar with that function, but you could try:
{DateDiff(Today,ctIdea_View.Request_Date) > 6}
Post Reply