<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quickly filter a List/Document Library View using URL</title>
	<atom:link href="http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/</link>
	<description>and Boris Gomiunik</description>
	<lastBuildDate>Mon, 14 Nov 2011 21:38:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sig</title>
		<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/#comment-198</link>
		<dc:creator>Sig</dc:creator>
		<pubDate>Fri, 03 Dec 2010 14:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=98#comment-198</guid>
		<description>Hi.
Can someone help me with this case?

1. How can I use a multi filter for field firstName and for fieldLast name?
   (first name ann* and last name han*;Rob*)

2. How can I differenciate between OR and AND when selecting from FilterFields?

3. I&#039;ve tried to combined a filterfield and a filterMultifield, but it will only take one of them. 

Regards,
Sig</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Can someone help me with this case?</p>
<p>1. How can I use a multi filter for field firstName and for fieldLast name?<br />
   (first name ann* and last name han*;Rob*)</p>
<p>2. How can I differenciate between OR and AND when selecting from FilterFields?</p>
<p>3. I&#8217;ve tried to combined a filterfield and a filterMultifield, but it will only take one of them. </p>
<p>Regards,<br />
Sig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Phillips</title>
		<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/#comment-197</link>
		<dc:creator>David Phillips</dc:creator>
		<pubDate>Thu, 11 Nov 2010 09:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=98#comment-197</guid>
		<description>Hi Boris,

Great post which I have been utilising for some time and recently used your code for a drop down to filter a calendar list view which shows numerous corporate board meetings. I did amend the code to include a selector to remove filtering and show the full list again, this uses ?FieldClear=1.

What I would like to be able to do is achieve the same thing with a calendar layout view. Looking at the source html for a modify view page seems to show that it uses FieldPicker and CompareWithValue for filters but I cannot find these calls in the resulting calendar view code or understand how a filter is being implemented.

Can you shed any light on whether it is possible to filter a calendar layout view on-the-fly using the URL. Obviously I could create separate views for each of the 16 boards but would like to find a simpler method if it is available.

Regards,

David</description>
		<content:encoded><![CDATA[<p>Hi Boris,</p>
<p>Great post which I have been utilising for some time and recently used your code for a drop down to filter a calendar list view which shows numerous corporate board meetings. I did amend the code to include a selector to remove filtering and show the full list again, this uses ?FieldClear=1.</p>
<p>What I would like to be able to do is achieve the same thing with a calendar layout view. Looking at the source html for a modify view page seems to show that it uses FieldPicker and CompareWithValue for filters but I cannot find these calls in the resulting calendar view code or understand how a filter is being implemented.</p>
<p>Can you shed any light on whether it is possible to filter a calendar layout view on-the-fly using the URL. Obviously I could create separate views for each of the 16 boards but would like to find a simpler method if it is available.</p>
<p>Regards,</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/#comment-196</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 29 Oct 2010 18:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=98#comment-196</guid>
		<description>@MJM - The solution I found in MOSS 2010 is to navigate to the folder directory you want to display 1ist, and use that location (see URL field) in the page.aspx?rootfolder= in the URL link to get to the page... e.g., see: http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/352ff988-8883-4354-88b9-3ad1f16fdc1a</description>
		<content:encoded><![CDATA[<p>@MJM &#8211; The solution I found in MOSS 2010 is to navigate to the folder directory you want to display 1ist, and use that location (see URL field) in the page.aspx?rootfolder= in the URL link to get to the page&#8230; e.g., see: <a href="http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/352ff988-8883-4354-88b9-3ad1f16fdc1a" rel="nofollow">http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/352ff988-8883-4354-88b9-3ad1f16fdc1a</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJM</title>
		<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/#comment-195</link>
		<dc:creator>MJM</dc:creator>
		<pubDate>Mon, 27 Sep 2010 20:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=98#comment-195</guid>
		<description>Is there a way to create a &quot;like&quot; (A%) or &quot;contains&quot; (%A%) filter? What about blank values?

I ask because I have a a document library using multiple layers of folders --like a network file share. (Bad practice I know but this is the way the end user set it up even though I recommended using metadata.

Folder_1
   + Folder_A
   + Folder_B
   + Folder_C
   + File_X
Folder_2
   + Folder_A
   + Folder_B
   + Folder_C
   + File_X

When a filter is selected at the top layer (Folder_1), it remains &quot;active&quot; in the secondary secondary layer (Folder_A). This makes the folder look like it is empty because the FL does not match the select value as it is blank -- null or empty string.

Any and all help or suggestions would be appreciated. BTW, I am using MOSS 2k7 STD.</description>
		<content:encoded><![CDATA[<p>Is there a way to create a &#8220;like&#8221; (A%) or &#8220;contains&#8221; (%A%) filter? What about blank values?</p>
<p>I ask because I have a a document library using multiple layers of folders &#8211;like a network file share. (Bad practice I know but this is the way the end user set it up even though I recommended using metadata.</p>
<p>Folder_1<br />
   + Folder_A<br />
   + Folder_B<br />
   + Folder_C<br />
   + File_X<br />
Folder_2<br />
   + Folder_A<br />
   + Folder_B<br />
   + Folder_C<br />
   + File_X</p>
<p>When a filter is selected at the top layer (Folder_1), it remains &#8220;active&#8221; in the secondary secondary layer (Folder_A). This makes the folder look like it is empty because the FL does not match the select value as it is blank &#8212; null or empty string.</p>
<p>Any and all help or suggestions would be appreciated. BTW, I am using MOSS 2k7 STD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guy</title>
		<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/#comment-194</link>
		<dc:creator>guy</dc:creator>
		<pubDate>Thu, 26 Aug 2010 11:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=98#comment-194</guid>
		<description>@Boris: this does not give me te chance to combine a MULTI filter with a single filter.
I need to filter on multiple departments and - above that - 1 subject.

==&gt;
filter all lines that are dept 21 OR dept 25 (FilterName=Dept&amp;FilterMultivalue=21;25)
AND that have subject &quot;Ocoo&quot; (FilterField1=Subject&amp;FilterValue1=Ocoo)

Only, you cannot combine FilterName with FilterField ..

Guy</description>
		<content:encoded><![CDATA[<p>@Boris: this does not give me te chance to combine a MULTI filter with a single filter.<br />
I need to filter on multiple departments and &#8211; above that &#8211; 1 subject.</p>
<p>==&gt;<br />
filter all lines that are dept 21 OR dept 25 (FilterName=Dept&amp;FilterMultivalue=21;25)<br />
AND that have subject &#8220;Ocoo&#8221; (FilterField1=Subject&amp;FilterValue1=Ocoo)</p>
<p>Only, you cannot combine FilterName with FilterField ..</p>
<p>Guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Gomiunik</title>
		<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/#comment-193</link>
		<dc:creator>Boris Gomiunik</dc:creator>
		<pubDate>Sun, 22 Aug 2010 21:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=98#comment-193</guid>
		<description>@guy: Have you tried using FilterField1=...&amp;FilterValue1=...&amp;FilterField2=...&amp;FilterValue2=...</description>
		<content:encoded><![CDATA[<p>@guy: Have you tried using FilterField1=&#8230;&#038;FilterValue1=&#8230;&#038;FilterField2=&#8230;&#038;FilterValue2=&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guy</title>
		<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/#comment-192</link>
		<dc:creator>guy</dc:creator>
		<pubDate>Fri, 20 Aug 2010 13:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=98#comment-192</guid>
		<description>Euhm.. to Boris.. solutions can be very simple..
Create a new column (which you do not show, but for filtering purposes only).

The formula of the calcutaed column:
=Department&amp;Month   (as in my previous example)

Now I can use FilterName and FilterMultiValue for filtering, based on this new column.
(With some wildcards in it if you like..)

Remark: this is a good solution if you dynamically compose your URL..
(like I do, in an application that gets its parameters from an excel user-interface)

Guy</description>
		<content:encoded><![CDATA[<p>Euhm.. to Boris.. solutions can be very simple..<br />
Create a new column (which you do not show, but for filtering purposes only).</p>
<p>The formula of the calcutaed column:<br />
=Department&amp;Month   (as in my previous example)</p>
<p>Now I can use FilterName and FilterMultiValue for filtering, based on this new column.<br />
(With some wildcards in it if you like..)</p>
<p>Remark: this is a good solution if you dynamically compose your URL..<br />
(like I do, in an application that gets its parameters from an excel user-interface)</p>
<p>Guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guy</title>
		<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/#comment-191</link>
		<dc:creator>guy</dc:creator>
		<pubDate>Fri, 20 Aug 2010 12:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=98#comment-191</guid>
		<description>To Boris:

You can easily create a multi-filter in the same way, by using FilterName in stead of FilterFiled:
.. .aspx?FilterName=ID&amp;FilterValue=Boris;Guy

It will filter all lines in your list where ID = Boris OR Guy

One minor point: it is an OR operator within the same column,
and.. I could not find a way to combine this with another filter.

So.. my problem is.. I need a combined filter:
1. a multifilter on f.i. column department (FilterName)
2. a single filter on column month (FilterValue)

Anybody?</description>
		<content:encoded><![CDATA[<p>To Boris:</p>
<p>You can easily create a multi-filter in the same way, by using FilterName in stead of FilterFiled:<br />
.. .aspx?FilterName=ID&amp;FilterValue=Boris;Guy</p>
<p>It will filter all lines in your list where ID = Boris OR Guy</p>
<p>One minor point: it is an OR operator within the same column,<br />
and.. I could not find a way to combine this with another filter.</p>
<p>So.. my problem is.. I need a combined filter:<br />
1. a multifilter on f.i. column department (FilterName)<br />
2. a single filter on column month (FilterValue)</p>
<p>Anybody?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clem</title>
		<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/#comment-190</link>
		<dc:creator>Clem</dc:creator>
		<pubDate>Thu, 08 Jul 2010 16:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=98#comment-190</guid>
		<description>I added the call to the docLib to a dataview web part in Designer.  Then i changed the .value property to .text and used this to filter the document library.  This allowed me to use a task list to populate the dropdown select list dynamically from another SharePoint list.  Worked like a champ!</description>
		<content:encoded><![CDATA[<p>I added the call to the docLib to a dataview web part in Designer.  Then i changed the .value property to .text and used this to filter the document library.  This allowed me to use a task list to populate the dropdown select list dynamically from another SharePoint list.  Worked like a champ!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clem</title>
		<link>http://www.sharepointboris.net/2008/02/quickly-filter-a-listdocument-library-view-using-url/#comment-189</link>
		<dc:creator>Clem</dc:creator>
		<pubDate>Thu, 08 Jul 2010 15:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://doma.gomiunik.net/?p=98#comment-189</guid>
		<description>It would be nice if the selection could be populated from a task list (Via a dataview web part).</description>
		<content:encoded><![CDATA[<p>It would be nice if the selection could be populated from a task list (Via a dataview web part).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

