kentico_michal
-
10/29/2010 3:14:22 AM
RE:How to add a filter for featured News?
Hi,
You could use Where condition property of repeater web part to insert standard SQL condition. If your News document type contains for example custom field Feature (bool type), you could write SQL condition in following format to display all News with Feature set to true :
Where condition: Feature=1
Best regards, Michal Legen
|