<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='http://biperformance.spaces.live.com/mmm2008-07-24_12.50/rsspretty.aspx?rssquery=en-US;http%3a%2f%2fbiperformance.spaces.live.com%2fcategory%2fUsing%2bCubeSlice%2bto%2bCreate%2bLocal%2bCube%2bFiles%2ffeed.rss' version='1.0'?><rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss" xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tim Peterson's BI Performance Blog: Using CubeSlice to Create Local Cube Files</title><description /><link>http://biperformance.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=catUsing%2bCubeSlice%2bto%2bCreate%2bLocal%2bCube%2bFiles</link><language>en-US</language><pubDate>Mon, 29 Sep 2008 04:30:45 GMT</pubDate><lastBuildDate>Mon, 29 Sep 2008 04:30:45 GMT</lastBuildDate><generator>Microsoft Spaces v1.1</generator><docs>http://www.rssboard.org/rss-specification</docs><ttl>60</ttl><cf:parentRSS>http://biperformance.spaces.live.com/blog/feed.rss</cf:parentRSS><live:type>blogcategory</live:type><live:identity><live:id>-2585683518713958745</live:id><live:alias>biperformance</live:alias></live:identity><cf:listinfo><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="typelabel" label="Type" /><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="tag" label="Tag" /><cf:group element="category" label="Category" /><cf:sort element="pubDate" label="Date" data-type="date" default="true" /><cf:sort element="title" label="Title" data-type="string" /><cf:sort ns="http://purl.org/rss/1.0/modules/slash/" element="comments" label="Comments" data-type="number" /></cf:listinfo><item><title>CubeSlice Ready to Test Local Cube Creation in SQL Server 2008 (Katmai)</title><link>http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!161.entry</link><description>&lt;div&gt;Yesterday we released Build 125 of CubeSlice 9 - the first public build that can be used with the Community Technology Previews of SQL Server 2008 (Katmai). We have tested this build with CTP4, which was released in June 2007. Please let us know of any issues you find when using CubeSlice with the SQL Server 2008 CTP's. We want to be ready to provide full support for the creation of local cubes in SQL Server 2008 as soon as it is released.&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-2585683518713958745&amp;page=RSS%3a+CubeSlice+Ready+to+Test+Local+Cube+Creation+in+SQL+Server+2008+(Katmai)&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=biperformance.spaces.live.com&amp;amp;GT1=biperformance"&gt;</description><comments>http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!161.entry#comment</comments><guid isPermaLink="true">http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!161.entry</guid><pubDate>Thu, 11 Oct 2007 17:06:23 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://biperformance.spaces.live.com/blog/cns!DC1DCE8A0D78EEA7!161/comments/feed.rss</wfw:commentRss><wfw:comment>http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!161.entry#comment</wfw:comment><dcterms:modified>2007-10-11T17:06:23Z</dcterms:modified></item><item><title>Creating multiple local cube files with slices determined by a formula</title><link>http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!148.entry</link><description>&lt;div&gt;A group of developers from a large company asked me today how to divide up the creation of local cube files across multiple instances of CubeSlice, because they want to create as many local cubes as possible simultaneously. The members of this slicing attribute change weekly - with new members being added and existing members being dropped.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;This is the type of situation where it's useful to use calculations to create the different sets of local cubes. Each CUS file would create a subset of all the local cubes. The formulas would be designed so that together they would create local cube files for all of the desired slicers.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;The calculation you use to create the slices can be any valid MDX set formula. Here are some examples from the Adventure Works sample database:&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;1. Use the children function to create a set of slices for State/Province. Create the local cubes for each country in a separate CUS file.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;[Customer].[Australia].children&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;2. You can do the same thing by referencing an attribute that is related to the attribute you are using for slicing. This formula can be used even when these attributes are not used as levels in a hierarchy. In this particular example, this formula gives the same result as the children function.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;filter&lt;br&gt;(&lt;br&gt;[Customer].[State-Province].members, &lt;br&gt;[Customer].[State-Province].CurrentMember.Properties(&amp;quot;Country&amp;quot;) = &amp;quot;Australia&amp;quot;&lt;br&gt;)&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;3. You could also divide the set of members into subsets by referencing the names of the members. This example would include all the country/provinces that start with either A, B, or C.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;filter&lt;br&gt;(&lt;br&gt;[Customer].[State-Province].members, &lt;br&gt;[Customer].[State-Province].currentmember.name &amp;gt; &amp;quot;a&amp;quot; &lt;br&gt;    and [Customer].[State-Province].currentmember.name &amp;lt; &amp;quot;d&amp;quot;&lt;br&gt;)&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-2585683518713958745&amp;page=RSS%3a+Creating+multiple+local+cube+files+with+slices+determined+by+a+formula&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=biperformance.spaces.live.com&amp;amp;GT1=biperformance"&gt;</description><comments>http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!148.entry#comment</comments><guid isPermaLink="true">http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!148.entry</guid><pubDate>Tue, 05 Jun 2007 02:48:15 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://biperformance.spaces.live.com/blog/cns!DC1DCE8A0D78EEA7!148/comments/feed.rss</wfw:commentRss><wfw:comment>http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!148.entry#comment</wfw:comment><dcterms:modified>2007-06-05T03:17:43Z</dcterms:modified></item><item><title>Creating and Distributing Customized Local Cubes for Each Sales Region</title><link>http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!144.entry</link><description>&lt;div&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;I have been asked to give a step-by-step description of how CubeSlice can be used to &lt;/font&gt;&lt;/span&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;create and distribute customized local cubes for each sales region. This description is for creating local cubes from Analysis Services in SQL Server 2005. CubeSlice will do the same thing when using SQL Server 2000, but the options are a little different.&lt;/font&gt;&lt;/span&gt;   &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;Are the local cubes that you want to create for different users identical except that each one is for a different sales region? Are sales regions defined as a level or as an attribute in your cube?&lt;/font&gt;&lt;/span&gt; &lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;If so, you can use this strategy. If not, you can still create separate cubes for each user, but you will have to customize the cubes and views individually for each one.&lt;/font&gt;&lt;/span&gt; &lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;1. Open the CubeSlice Creator and start a new CUS file. Add a connection and a view.&lt;/font&gt;&lt;/span&gt; &lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;2. Go to the &lt;strong&gt;&lt;em&gt;Local Cubes to Create&lt;/em&gt;&lt;/strong&gt; tab and open the Local Cube Options form. Go to the &lt;strong&gt;&lt;em&gt;Members &lt;/em&gt;&lt;/strong&gt;tab.&lt;/font&gt;&lt;/span&gt; &lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;3. Add a slicer on sales regions. Choose the appropriate slicing option. The first two choices create single local cube files, while the third, fourth, and fifth choices create multiple local cubes, as follows:&lt;/font&gt;&lt;/span&gt; &lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;ul&gt;
&lt;li style="tab-stops:list .5in"&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;&lt;strong&gt;&lt;em&gt;Create separate cubes for every member of the attribute/level&lt;/em&gt;&lt;/strong&gt;. This choice will create a separate local cube for every sales region.&lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;li style="tab-stops:list .5in"&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;&lt;strong&gt;&lt;em&gt;Create separate cubes for each included member&lt;/em&gt;&lt;/strong&gt;. This choice allows you to pick the individual sales regions for which you want to create a local cube.&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;li style="tab-stops:list .5in"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;strong&gt;&lt;em&gt;Create separate cube for each member selected by calculation&lt;/em&gt;&lt;/strong&gt;. This choice would allow you to create separate cubes for the top ten sales regions or for all the regions within a particular district or for regions defined by some other formula.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/ul&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;4. After adding the slicer you will get a message asking if you want to use the same slicer on all other cubes that have the same dimension and attribute. Choose yes if you are creating several local cubes for different views for each user. The slicing choices you have made will be automatically applied to all the other cubes.&lt;/font&gt;&lt;/span&gt; &lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;5. Go to the &lt;strong&gt;&lt;em&gt;Measure Groups&lt;/em&gt;&lt;/strong&gt; tab. You may want to remove the dimension that has Sales Regions. Because each local cube will have only a single Sales Region, the dimension is not really needed in the local cube. &lt;/font&gt;&lt;/span&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;6. Go to the &lt;strong&gt;&lt;em&gt;General &lt;/em&gt;&lt;/strong&gt;tab. Review the choice for &lt;strong&gt;&lt;em&gt;Cube Syntax&lt;/em&gt;&lt;/strong&gt;.&lt;/font&gt;&lt;/span&gt; &lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;ul&gt;
&lt;li style="tab-stops:list .5in"&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;font color="#000000"&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-family:Arial"&gt;Use ASSL from Relational Source&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;span style="font-family:Arial"&gt; is usually the better choice. It supports more local cube features and it can make smaller, better performing local cube files.&lt;/span&gt;&lt;/font&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;li style="tab-stops:list .5in"&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;font color="#000000"&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-family:Arial"&gt;Use ASSL form OLAP Source&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;span style="font-family:Arial"&gt; is the only choice you can use if you do not have access to the source relational database. It is also the only choice that supports the creation of local cubes from cubes with linked measure groups or linked dimensions. You may choose this option because you don’t want to use processing time in the relational database to create local cube files.&lt;/span&gt;&lt;/font&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;7. &lt;b&gt;NOTE: This option is being included in our next build. It is not in the current build&lt;/b&gt;. On the General tab, also consider the checkbox &lt;b&gt;&lt;i&gt;Remove members not used in any included measure group, except in time dimensions&lt;/i&gt;&lt;/b&gt;&lt;i&gt;. &lt;/i&gt;Removing unused members can greatly reduce the size of a local cube that is being sliced.&lt;i&gt;&lt;/i&gt;&lt;/font&gt;&lt;/span&gt; &lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;8. Make any other choices you want in the Local Cube Options form. Save and close the form.&lt;/font&gt;&lt;/span&gt; &lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;9. On the &lt;strong&gt;&lt;em&gt;Views&lt;/em&gt;&lt;/strong&gt; tab of the CubeSlice Creator, switch to a local connection. The local cube for the first sales region will be created. Create the view the way you want your users to initially see the cube data. Make sure you do it in a way that will be good for all sales regions and not just the sales region you are looking at now.&lt;/font&gt;&lt;/span&gt; &lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;10. Add additional local cubes and views if you want to do so. You can create several views that are connected to a single local cube. However, it is often better to create a separate local cube for each view. CubeSlice can load all the views at the same time – but only if there’s a separate local cube for each one. If not, the user will have to wait as they move from one view to the other for one view to be unloaded and the other view to be loaded.&lt;/font&gt;&lt;/span&gt;   &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;11. Go to the &lt;strong&gt;&lt;em&gt;File Creation&lt;/em&gt;&lt;/strong&gt; tab. Choose which files you want to create for distributing the local cubes. More on that choice below.&lt;/font&gt;&lt;/span&gt;   &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;12. Push the &lt;strong&gt;&lt;em&gt;Create Files&lt;/em&gt;&lt;/strong&gt; button. A full set of files will be created for each sales region, including all the local cube files and all the other files you have selected. The name of the sales region will be included in each file name, so that you can distinguish the files from one another.&lt;/font&gt;&lt;/span&gt;   &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;13. Choose File-Save to save the CubeSlice Specfication (CUS) file you have created. This CUS file will save all the choices you have made in setting up the local cubes and views.&lt;/font&gt;&lt;/span&gt;   &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;14. The next time you want to create this same set of local cube files you can open the CubeSlice Creator, select this CUS file, and push the Create Files button. If you want to automate the creation of the files, you can call the CubeSlice Creator from a scheduler or a batch file, specifying the appropriate CUS file, and all the files will be recreated. See the CubeSlice Help file for a description of the parameters that can be used when calling the CubeSlice Creator.&lt;/font&gt;&lt;/span&gt;   &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;&lt;strong&gt;&lt;em&gt;Local Cube Distribution Options&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/span&gt;   &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;There are three ways of distributing the CubeSlice views and local cubes. They all look the same to the end user once the files are open. There are some differences related to opening the files. Some of our customers also use other OLAP client tools (especially Microsoft Excel) to view their local cubes.&lt;br&gt;&lt;br&gt;1. Our preferred, or recommended, option is to use &lt;strong&gt;&lt;em&gt;CubeSlice Share files&lt;/em&gt;&lt;/strong&gt;. A CubeSlice Share is a self-extracting executable that contains a cuv file and one or more cub files. It also contains a copy of the CubeSlice Viewer so it can be used on machines that do not have CubeSlice Viewer installed. Obviously, opening the file requires running the executable, which can be a problem for some organizations that don't want their users to download, e-mail, or run new executables.&lt;/font&gt;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;Organizations create and send out new CubeSlice Share files whenever they want their cube data updated. &lt;/font&gt;&lt;/span&gt;  &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Geneva, Arial, Sans-serif"&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;If users have the CubeSlice Viewer installed, they have more options when using CubeSlice Share files. If they want, they can save the changes they make in the views as they are browsing the local cube files. They can also create new views. These changes in the views can be either saved or discarded when the user receives a new CubeSlice Share file.&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family:Arial"&gt;&lt;font color="#000000"&gt;  &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;font face="Geneva, Arial, Sans-serif" size=2&gt;2. A second option is to use &lt;strong&gt;&lt;em&gt;CubeSlice Data&lt;/em&gt;&lt;/strong&gt; (CUD) files. These are files that have the local cube data and the views included in the same file. They can only be used on a computer that has the CubeSlice Viewer installed. They are larger than CubeSlice Share files, because file compression is not used in creating them. Users can save changes in their views as they are using CubeSlice Data files, but these changes are lost when the CubeSlice Data file is replaced with a new one.   &lt;/font&gt;
&lt;p&gt;&lt;font face="Geneva, Arial, Sans-serif" size=2&gt;3. A third option is to use a combination of &lt;strong&gt;&lt;em&gt;local cube files and CubeSlice View &lt;/em&gt;&lt;/strong&gt;(CUV) files. This option also requires that the CubeSlice Viewer be installed. All the files need to be placed in the same directory on the user's machine.   &lt;/font&gt;
&lt;p&gt;&lt;font face="Geneva, Arial, Sans-serif" size=2&gt;When using this option, only the local cube files need to be replaced when new data is available.The CubeSlice View files can be sent out once and used repeatedly. Changes the user makes while browsing are all saved in the CUV file. &lt;/font&gt;
&lt;p&gt;&lt;font face="Geneva, Arial, Sans-serif" size=2&gt;4. A fourth option is to use local cube files with a different OLAP browser, such as &lt;strong&gt;&lt;em&gt;Microsoft Excel&lt;/em&gt;&lt;/strong&gt;. Please note that Microsoft Excel 2007 has a much improved interface for viewing OLAP cubes. When using Microsoft Excel, a set of pivot tables and charts can be created for the users, all hooked up to separate local cube files. When new local cube files are sent out, they have to be placed in the location where Excel expects to find them. When the cubes have been replaced and the workbook is opened, the previous data will be displayed until the user starts browsing, when the new data will be loaded. We also have a macro that can be used when opening the workbook, so that the user sees the data from the new local cubes as soon as the spreadsheet is open (which can prevent a good deal of confusion). &lt;/font&gt;
&lt;p&gt;&lt;font face="Geneva, Arial, Sans-serif" size=2&gt;I hope this is helpful for those of you getting started with CubeSlice. CubeSlice has a lot of other options which I haven't mentioned here. Please let me know if you have any questions.&lt;/font&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-2585683518713958745&amp;page=RSS%3a+Creating+and+Distributing+Customized+Local+Cubes+for+Each+Sales+Region&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=biperformance.spaces.live.com&amp;amp;GT1=biperformance"&gt;</description><comments>http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!144.entry#comment</comments><guid isPermaLink="true">http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!144.entry</guid><pubDate>Thu, 24 May 2007 20:46:50 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://biperformance.spaces.live.com/blog/cns!DC1DCE8A0D78EEA7!144/comments/feed.rss</wfw:commentRss><wfw:comment>http://biperformance.spaces.live.com/Blog/cns!DC1DCE8A0D78EEA7!144.entry#comment</wfw:comment><dcterms:modified>2007-05-24T21:20:11Z</dcterms:modified></item></channel></rss>