Loading...

RE: qListView of Document Library limited to subfolder?

RE: qListView of Document Library limited to subfolder?

#5465
Anonymous
Anonymous
Participant

Hi Sandy,

I found solution for this. However I hope you can filter only the top level folder (1 level from top).

  1. In the qListView webpart, select “ezEdit” option.
  2. In the popup window, select “Display” tab.
  3. Scroll to field “CAML Filter for Folders”.
  4. 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.

  1. Select the option “Apply CAML Filter On First Level Folder Only”
  2. Click “Ok” button to save the changes.

Now it'll appear

Thanks.

-Venkatesh R