10/11/2013 at 4:29 am #5465
Anonymous
Participant
Hi Sandy,
I found solution for this. However I hope you can filter only the top level folder (1 level from top).
- In the qListView webpart, select “ezEdit” option.
- In the popup window, select “Display” tab.
- Scroll to field “CAML Filter for Folders”.
- Copy & paste the below code on the field.
<Eq>
<FieldRef Name="FileLeafRef" />
<Value Type="File">2010</Value>
</Eq>
Note: Replace 2010 with required sub folder name.
- Select the option “Apply CAML Filter On First Level Folder Only”
- Click “Ok” button to save the changes.
Now it'll appear
Thanks.
-Venkatesh R