How to filter Events widget by StartDate

Posted by Community Admin on 03-Aug-2018 20:32

How to filter Events widget by StartDate

All Replies

Posted by Community Admin on 21-Oct-2013 00:00

Help! Anyone know how to write the FilterExpression for the EventsFrontendListView so it filters by the StartDate and not the PublicationDate??

I've tried the following, which just gave me an "error parsing the template". (Not really surprised.) Any suggestions?
Visible = true AND Status = Live AND EventStart >= '%9/1/2010%' AND EventStart < '%9/1/2011%'

Posted by Community Admin on 23-Oct-2013 00:00

Hi Julia,

Try placing the date values in brackets like so:

Visible = true AND Status = Live AND EventStart > (9/1/2010) AND EventStart < (9/1/2011)
  

Regards,
Pavel Benov
Telerik
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 23-Oct-2013 00:00

THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

This thread is closed