<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx</link><description>Joe Hayes ( josehay@microsoft.com ) Microsoft Corporation February 2008 Applies to: Microsoft Office PerformancePoint Server 2007 Summary: This article contains a custom dashboard filter plug-in for Microsoft Office PerformancePoint Server 2007. Sample</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#7646630</link><pubDate>Tue, 12 Feb 2008 19:33:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7646630</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Joe Hayes ( josehay@microsoft.com ) Microsoft Corporation February 2008 Applies to: Microsoft Office&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#7751838</link><pubDate>Sun, 17 Feb 2008 15:59:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7751838</guid><dc:creator>Ronen</dc:creator><description>&lt;p&gt;Hi, i needs to filter the kpi data ,but the kpi’s are from different data sources.&lt;/p&gt;
&lt;p&gt;Is there away to use one filter for 2 data sources &amp;nbsp;(the filtered dimensions has the same data at the 2 datasourdces).&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#7801199</link><pubDate>Tue, 19 Feb 2008 22:52:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7801199</guid><dc:creator>josehay</dc:creator><description>&lt;p&gt;Hi Ronen,&lt;/p&gt;
&lt;p&gt;This can be done. You simply need to filter on something that is valid in both data sources. For example, your filter could provide a list of member unique names. Assuming these member unique names the filter provides are valid in both data sources, you could use them to filter your KPIs.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;J&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#7844576</link><pubDate>Fri, 22 Feb 2008 07:14:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7844576</guid><dc:creator>ivonne</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tried installing the sample. &amp;nbsp;When I get to the part of opening the sample complete .bswx file, I get an error about workspace is not valid. &amp;nbsp; I go ahead and change the workspace to a valid one, but the there is no dashboards, kpi's, or any scorecards.&lt;/p&gt;
&lt;p&gt;Can you help? &amp;nbsp;I will like to be able to use the sample for a project I'm working on.&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Aixa&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#7851488</link><pubDate>Sat, 23 Feb 2008 01:19:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7851488</guid><dc:creator>alysonp</dc:creator><description>&lt;p&gt;This blog entry covers implementing and using a custom filter designer and custom filter data provider in a development environment. Once you get this code working in your local development environment and you want to publish your custom filter so that all your users get your bits automatically when they visit Monitoring Central, then follow the steps under &lt;/p&gt;
&lt;p&gt;&amp;quot;How to: Install filter Designers&amp;quot; in the article:&lt;/p&gt;
&lt;p&gt;[url]&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/cc159441.aspx"&gt;http://msdn2.microsoft.com/en-us/library/cc159441.aspx&lt;/a&gt;[/url]&lt;/p&gt;
&lt;p&gt;and the steps under &amp;quot;How to: Install Data Providers for Filters&amp;quot; in the article:&lt;/p&gt;
&lt;p&gt;[url]&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/cc159503.aspx"&gt;http://msdn2.microsoft.com/en-us/library/cc159503.aspx&lt;/a&gt;[/url]&lt;/p&gt;
&lt;p&gt;Joe Hayes (josehay@microsoft.com)&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#7894199</link><pubDate>Mon, 25 Feb 2008 19:11:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7894199</guid><dc:creator>josehay</dc:creator><description>&lt;p&gt;Hi Aixa,&lt;/p&gt;
&lt;p&gt;Send me an email at josehay@microsoft.com and I can send you an updated .bswx file.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Joe Hayes&lt;/p&gt;
</description></item><item><title>Filters in PerformancePoint Dashboards</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#8328446</link><pubDate>Fri, 21 Mar 2008 07:03:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8328446</guid><dc:creator>Norm's PerformancePoint Server Blog</dc:creator><description>&lt;p&gt;I am fortunate to have a colleagues that are contributing to my Blog. Time does not always permit me&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#8337831</link><pubDate>Wed, 26 Mar 2008 17:37:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8337831</guid><dc:creator>abirb</dc:creator><description>&lt;p&gt;I was in process of creating a custom filter provider taking the cue from your source , actually i need to expose the Parameter BeginPoints and EndPoints such that I am able to create cascade filters.&lt;/p&gt;
&lt;p&gt;I would be great to receive any pointers or help on this matter ..&lt;/p&gt;
&lt;p&gt;Thanks in Advance&lt;/p&gt;
&lt;p&gt;Abir&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#8340817</link><pubDate>Fri, 28 Mar 2008 05:46:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8340817</guid><dc:creator>josehay</dc:creator><description>&lt;p&gt;Hi Abir,&lt;/p&gt;
&lt;p&gt;Send me an email at josehay@microsoft.com and we can take this offline.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Joe Hayes&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#8738947</link><pubDate>Wed, 16 Jul 2008 18:19:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8738947</guid><dc:creator>Yeshpal</dc:creator><description>&lt;p&gt;Can you please email me the updated .bswx file.&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#8944783</link><pubDate>Thu, 11 Sep 2008 18:55:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8944783</guid><dc:creator>Debasishp</dc:creator><description>&lt;p&gt;am working on cascading prompts. I tried to deploy your above sample.I did all the steps mentioned in the install.txt and also followed the msdn links which you said about,I still faced ceratin errors regarding the same:&lt;/p&gt;
&lt;p&gt;1. When I open Report &amp;quot;AW Grid&amp;quot; it says that &amp;quot;data source is not available&amp;quot;&lt;/p&gt;
&lt;p&gt;2. In the dashboard I do not see the SQL Filter , when I try to create the filter I do not see the SQL Filter in the template list.&lt;/p&gt;
&lt;p&gt;Please help me on the same. Please consider this as an urgent basis. Your answer would be highly appreciated.&lt;/p&gt;
&lt;p&gt;I would send to you an detailed mail about the steps, I carried.&lt;/p&gt;
&lt;p&gt;Many Thanks,&lt;/p&gt;
&lt;p&gt;Debasish&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#8945640</link><pubDate>Fri, 12 Sep 2008 01:52:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8945640</guid><dc:creator>josehay</dc:creator><description>&lt;p&gt;Hi Debasish,&lt;/p&gt;
&lt;p&gt;Send me an email at josehay@microsoft.com and we can take this offline.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Joe Hayes&lt;/p&gt;
</description></item><item><title>Creating a Free Form Text Search filters for Performance Point</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#8953343</link><pubDate>Tue, 16 Sep 2008 04:49:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8953343</guid><dc:creator>Microsoft Business Intelligence Blog</dc:creator><description>&lt;p&gt;While Performance Point offers a wide array of &amp;quot;Out of the box&amp;quot; filter solutions, one of the holes that&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#9456325</link><pubDate>Tue, 03 Mar 2009 12:38:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9456325</guid><dc:creator>Amit C</dc:creator><description>&lt;p&gt;I am able to create filters in PPS using Dashboard designer and applying those filters in Score Card (SC). My further requirements are&lt;/p&gt;
&lt;p&gt;- How to invoke PPS elements from ASP.Net (No Sharepointy) page&lt;/p&gt;
&lt;p&gt;- how to pass context to my dashboard/SC so that i show only contextual SC to the user. I don't want to show generic SC with filter options. If it is possible from ASP.Net, great otherwise how to do this from Sharepoint.&lt;/p&gt;
&lt;p&gt;Could someone please help.&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;Amit&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#9492823</link><pubDate>Fri, 20 Mar 2009 19:53:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9492823</guid><dc:creator>josehay</dc:creator><description>&lt;p&gt;Hi Amit!&lt;/p&gt;
&lt;p&gt;Send me an email at josehay@microsoft.com and we can take this offline.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Joe Hayes&lt;/p&gt;
</description></item><item><title>re: Creating a Custom Dashboard Filter for PerformancePoint Server 2007 ~ Code Sample</title><link>http://blogs.msdn.com/performancepoint/archive/2008/02/12/creating-a-custom-dashboard-filter-for-performancepoint-server-2007-code-sample.aspx#9850431</link><pubDate>Tue, 28 Jul 2009 04:08:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9850431</guid><dc:creator>RobertLambrecht</dc:creator><description>&lt;p&gt;I think we have a custom filter with a lot of flexibility that you may want to check out:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://robertlambrecht.spaces.live.com/blog/cns"&gt;http://robertlambrecht.spaces.live.com/blog/cns&lt;/a&gt;!1738EAC7F6359C6D!2110.entry&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://robertlambrecht.com"&gt;http://robertlambrecht.com&lt;/a&gt; and browse the BI section&lt;/p&gt;
</description></item></channel></rss>