<?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>Personalized Data in Excel Services</title><link>http://blogs.msdn.com/excel/archive/2008/01/16/personalized-data-in-excel-services.aspx</link><description>Today's author: Steve Tullis, a program manager who works on the Excel Services team. I've received a number of questions over the past months from customers wanting to deploy Excel Spreadsheets to SharePoint, such that when a user opens the page, s/he</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Personalized Data in Excel Services</title><link>http://blogs.msdn.com/excel/archive/2008/01/16/personalized-data-in-excel-services.aspx#7139091</link><pubDate>Thu, 17 Jan 2008 07:00:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7139091</guid><dc:creator>Windows Vista News</dc:creator><description>&lt;p&gt;Did you see the post at blogs.msdn.com&lt;/p&gt;
</description></item><item><title>re: Personalized Data in Excel Services</title><link>http://blogs.msdn.com/excel/archive/2008/01/16/personalized-data-in-excel-services.aspx#7177018</link><pubDate>Mon, 21 Jan 2008 02:16:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7177018</guid><dc:creator>Harlan Grove</dc:creator><description>&lt;p&gt;A pingback and this response. Does that count as feedback?&lt;/p&gt;
&lt;p&gt;How about this: add features to Excel (note the lack of the word Services following Excel).&lt;/p&gt;
</description></item><item><title>re: Personalized Data in Excel Services</title><link>http://blogs.msdn.com/excel/archive/2008/01/16/personalized-data-in-excel-services.aspx#7247276</link><pubDate>Sat, 26 Jan 2008 00:49:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7247276</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;Thanks for the post. &amp;nbsp;I've found that the CurrentUser filter is a great way to control who has access to what parts of a shared workbook that I've published. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;One question, how might one avoid having to add to the list every single user who has access to the page? &amp;nbsp;With the solution proposed, if someone is not specifically added to the list of current users, then an error will appear when they load the page. &amp;nbsp;Is there any entry to the list that would appear for all authenticated users that could be used as a default view?&lt;/p&gt;
&lt;p&gt;I am setting up a site for a public page, where everyone should see a summary of the data, but only certain people should see more detailed views of it. &amp;nbsp;How can I make the summary named range be available to all users who visit the page?&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;Andy&lt;/p&gt;
</description></item><item><title>re: Personalized Data in Excel Services</title><link>http://blogs.msdn.com/excel/archive/2008/01/16/personalized-data-in-excel-services.aspx#7290251</link><pubDate>Mon, 28 Jan 2008 20:14:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7290251</guid><dc:creator>Steve Tullis</dc:creator><description>&lt;p&gt;Andy - &lt;/p&gt;
&lt;p&gt;First, I'd like to better understand your scenario - it sounds like you are looking for a 2-level solution: (1) hide / display content based on audience; (2) change displayed content based on individual user.&lt;/p&gt;
&lt;p&gt;If this is correct, you could use a combination of the examples above. &amp;nbsp;Create three web parts: &lt;/p&gt;
&lt;p&gt; &amp;nbsp;Web part #1 = summary data&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Web part #2 &amp;amp; 3 = list view &amp;amp; user specific content&lt;/p&gt;
&lt;p&gt;Use audience targeting to have web part #1 appear for people who should only see summary data. &amp;nbsp;Have web parts 2 &amp;amp; 3 appear for people who are in the list (you will have to create an audience containing these people). &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I understand your scenario, this should provide the flexibility you are looking for.&lt;/p&gt;
</description></item><item><title>re: Personalized Data in Excel Services</title><link>http://blogs.msdn.com/excel/archive/2008/01/16/personalized-data-in-excel-services.aspx#7313075</link><pubDate>Wed, 30 Jan 2008 00:32:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7313075</guid><dc:creator>Hank</dc:creator><description>&lt;p&gt;The &amp;quot;refresh data when opening the file&amp;quot; connection property does not work in Excel Service as I understand it. First time i open the workbook, it warns me about potential security issue. i click on Yes button. It gives me the Data Refresh Failed error since i don't have access to the AS2005 cube. then i click on the OK button, it proceeds to show the default view of worksheet.&lt;/p&gt;
&lt;p&gt;I would like to prevent showing the default view of the pivotal table report if the users do not have access to the data. Do you have suggestion how to implement this?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Hank&lt;/p&gt;
</description></item><item><title>re: Personalized Data in Excel Services</title><link>http://blogs.msdn.com/excel/archive/2008/01/16/personalized-data-in-excel-services.aspx#7315309</link><pubDate>Wed, 30 Jan 2008 03:15:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7315309</guid><dc:creator>Steve Tullis</dc:creator><description>&lt;p&gt;Hank - Great question!&lt;/p&gt;
&lt;p&gt;Yes, it is possible, depending on what you want. &amp;nbsp;There are three ways to do it:&lt;/p&gt;
&lt;p&gt;1.	(most secure, recommended approach) – give the user view only permissions. &amp;nbsp;Make sure the trusted location (TL) setting is set to &amp;quot;Abort Workbook Open on Refresh Failure&amp;quot;. &amp;nbsp;If the refresh on open fails, the workbook open fails then. &amp;nbsp;But again, this is only respected and secure if the user has view only rights.&lt;/p&gt;
&lt;p&gt;2.	(not secure, but maybe enough for people who are just trying to ‘guide’ users to the right part of the workbook). &amp;nbsp;Only applies in named item view mode. &amp;nbsp;Create another named object, just a blank named range. &amp;nbsp;Specify, in your web part that this is what is shown as the named item by default (i.e. default value for filter or web part, or both). &amp;nbsp;Note a clever implementation here will be a named range with some big letter, bold, text saying something like, “select an item to see from the drop down.” &amp;nbsp;So it almost seems like it is part of the experience. &amp;nbsp;Now, when a user visits the page, they aren’t seeing data (cached or otherwise) first. &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;3.	Collapse pivottable down, filter results down, so almost nothing is shown. &amp;nbsp; Then, if the refresh fails, when the user tries to expand the filter, they won’t be able to.&lt;/p&gt;
&lt;p&gt;Steve Tullis&lt;/p&gt;
</description></item><item><title>Passing multiple filter values to EWA pivot table filter cell</title><link>http://blogs.msdn.com/excel/archive/2008/01/16/personalized-data-in-excel-services.aspx#8347331</link><pubDate>Tue, 01 Apr 2008 07:39:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8347331</guid><dc:creator>Code, Articles, Discussion on Microsoft Technologies</dc:creator><description>&lt;p&gt;Filter webparts in WSS are a great way to provide filtering in many different webparts like List View,&lt;/p&gt;
</description></item></channel></rss>