<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>InfoSol Blog &#187; Best Practices</title>
	<atom:link href="http://infosolblog.com/tag/best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://infosolblog.com</link>
	<description>We&#039;re Passionate About Business Intelligence</description>
	<lastBuildDate>Mon, 14 May 2012 15:01:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>To Cache or not to Cache &#8211; Boosting performance in Xcelsius Tech Tip</title>
		<link>http://infosolblog.com/to-cache-or-not-to-cache/</link>
		<comments>http://infosolblog.com/to-cache-or-not-to-cache/#comments</comments>
		<pubDate>Mon, 23 May 2011 19:51:44 +0000</pubDate>
		<dc:creator>Roxanne</dc:creator>
				<category><![CDATA[InfoBurst]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Xcelsius]]></category>
		<category><![CDATA[Xcelsius End User]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cache query]]></category>
		<category><![CDATA[XDC]]></category>

		<guid isPermaLink="false">http://infosolblog.com/?p=1051</guid>
		<description><![CDATA[I was recently asked this question on how best to handle a 13 month dataset when in the dashboard the goal is to only display monthly detail and summary data.  This is a good question and in my opinion worth sharing here because it is dealing with boosting Xcelsius backend performance. Question:  Working with a [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently asked this question on how best to handle a 13 month dataset when in the dashboard the goal is to only display monthly detail and summary data.  This is a good question and in my opinion worth sharing here because it is dealing with boosting Xcelsius backend performance.</p>
<p>Question:  Working with a data set consisting of 13months of data with one row for each day (so max 380 rows) and needing to show only monthly detail/summary data in the dashboard, which of the following would you consider to be the better approach to yield the best performance?</p>
<p style="padding-left: 30px;">1.  Pull 380 rows in cache with date in one column -&gt; pass STARTDATE and ENDDATE from the dashboard and pull every month’s data by writing a cache query.   When the user selects a month for display in the dashboard, Excel will calculate the start and end date of the month and pass those to the cache query with a WHERE clause specifying BETWEEN ‘@STARTDATE’ and ‘@ENDDATE’</p>
<p>Or,</p>
<p style="padding-left: 30px;">2.  Load 380 rows in the dashboard Excel backend -&gt; calculate the month from the date column within Excel then use a hidden filter to filter the month’s row based on the calculated month in the previous step and calculate the sum and average within excel?</p>
<p>Answer:  As a general rule, if the data set is 200 rows or less, I would say to go with Option 2.  If it is more than 200 rows, I would say you will get better performance with the cache query.  Of course, this also depends on the cumulative total # of rows being loaded into the dashboard.  For example, if you are planning on adding 10+ additional 200 row data sets, then I would definitely go with Option #1.</p>
<p>With too much data in the backend, Xcelsius performance suffers.    InfoBurst allows us to cache a large set of data, and then use a Cache Query to extract just the portion we need to view on the dashboard, as the user makes selections.  This is a tremendous help to the developer who wants to boost Xcelsius dashboard performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosolblog.com/to-cache-or-not-to-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping IT Executives Current with BI Technology</title>
		<link>http://infosolblog.com/keeping-it-executives-current-with-bi-technology/</link>
		<comments>http://infosolblog.com/keeping-it-executives-current-with-bi-technology/#comments</comments>
		<pubDate>Thu, 05 May 2011 16:40:01 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[IBIS]]></category>
		<category><![CDATA[InfoSol]]></category>
		<category><![CDATA[Paul Blogs on BI]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[BO XI 4.0]]></category>
		<category><![CDATA[SAP Business Objects]]></category>

		<guid isPermaLink="false">http://infosolblog.com/?p=1045</guid>
		<description><![CDATA[I recently interviewed a college student who told me that his ambition was to be an IT Director.  He was completing a college program in computer security and had worked as an intern doing network support in the IT department at a large organization.  I did not want to burst his bubble, but most IT [...]]]></description>
			<content:encoded><![CDATA[<p>I recently interviewed a college student who told me that his ambition was to be an IT Director.  He was completing a college program in computer security and had worked as an intern doing network support in the IT department at a large organization.  I did not want to burst his bubble, but most IT Directors I know spend half their time dealing with budgets and administration processes, and the other half in meetings.  They spend very little time exploring and brainstorming over new technologies, innovations and ideas for revolutionizing IT in their organizations.</p>
<p>However, a successful IT Director does need to keep abreast of current and new technologies and IT innovations and compare their processes and ideas with their peers in other companies and organizations.  Unfortunately it is often a challenge to find both the time and the forum to do this effectively.</p>
<p>At best, most IT Directors will only have time to attend one or two conferences or technical seminars a year.  Most such forums typically last three days and will run multiple tracks to provide more choice to a wider audience.  Some events try to be more generic in terms of technology but most will be specific to particular applications, software products or technologies.  However, these types of conferences tend to be put on or sponsored by software application or technology companies, resulting in a disproportionate number of marketing oriented sessions to promote products rather than to educate.</p>
<p>It was with these factors and IT managers, directors and executives in mind that InfoSol created a series of highly informative executive seminars at this year’s InfoSol Business Intelligence Seminar (<a href="http://ibis.infosol.com/">IBIS</a>).</p>
<p>IBIS is well known for its hands-on immersion training boot camps on different BusinessObjects products, but there has been an increasing demand for concentrated and effective seminars on key  new Business Intelligence technologies as well as how to effectively utilize the latest and greatest BusinessObjects solutions.</p>
<p>There are three <a href="http://ibis.infosolblog.com/agenda/executive-seminars">Executive Seminar tracks</a> at IBIS 2011.  One covers the new and enhanced offerings with the latest release of the SAP BusinessObjects suite, namely XI4.0.  The sessions in <a href="http://ibis.infosolblog.com/agenda/executive-seminars/new-to-businessobjects-xi-4-0">this track</a> will both explain and demonstrate live the new capabilities and educate attendees on their key benefits.</p>
<p>A second track (<a href="http://ibis.infosolblog.com/agenda/executive-seminars/the-next-generation-of-bi">The Next Generation of BI</a>) covers new and emerging BI technologies with particular emphasis on mobile BI which is of great interest to all these days.  There are also sessions in this track on geographic BI solutions, in memory databases for BI and integrating with internet data sources and applications.</p>
<p>The third executive track (<a href="http://ibis.infosolblog.com/agenda/executive-seminars/business-intelligence-for-executives">Business Intelligence for Executives</a>) is designed for managers and executives to have a better understanding of all the facets involved in planning, managing and executing a successful BI project.</p>
<p>In addition to the information packed seminars, there are case study demonstrations, customer and expert panel discussions, and plenty of opportunity to have real quality one-on-one information exchanges with peers.</p>
<p>The entire event is limited to no more than 250 attendees, ensuring that it remains a productive and quality gathering for everyone.</p>
<p>I hope you will join us at this year’s <a href="http://ibis.infosolblog.com/">InfoSol Business Intelligence Seminar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosolblog.com/keeping-it-executives-current-with-bi-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inspiring Business Intelligence</title>
		<link>http://infosolblog.com/inspiring-business-intelligence/</link>
		<comments>http://infosolblog.com/inspiring-business-intelligence/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 20:20:04 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[IBIS]]></category>
		<category><![CDATA[InfoBurst]]></category>
		<category><![CDATA[InfoSol]]></category>
		<category><![CDATA[Roambi]]></category>
		<category><![CDATA[Xcelsius]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[SAP Business Objects]]></category>

		<guid isPermaLink="false">http://infosolblog.com/?p=988</guid>
		<description><![CDATA[A few weeks ago I was participating in a career event at a State University where undergraduate students from both Business and I.T. schools were looking for internships with local businesses.  As they stopped by the InfoSol table, the number one question was “What do we do?”  This gave me the opportunity to talk about [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I was participating in a career event at a State University where undergraduate students from both Business and I.T. schools were looking for internships with local businesses.  As they stopped by the InfoSol table, the number one question was “What do we do?”  This gave me the opportunity to talk about one of my favorite topics – Business Intelligence.  While most of them had heard of, or even studied, Business Intelligence as part of their courses, few appeared to understand its significance.</p>
<p>The table next to us was a major airline company and I used them as an example, citing that in the recent economic downturn, airlines had to make some tough choices in terms of reducing costs.  They needed to know which aircraft cost the most to maintain and which routes were the least profitable.   That information allowed them to make informed decisions about reducing aircraft and routes with minimal impact to their business and their customers.</p>
<p>I could see the lights go on in their young faces which encouraged me to tell my current favorite Business Intelligence story.</p>
<p>At last year’s InfoSol Business Intelligence Seminar (<a href="http://infosolblog.com/?s=ibis+2010" target="_blank">IBIS 2010</a>), one of <a href="http://infosolblog.com/ibis-2010-best-xcelsius-dashboard-winners/" target="_blank">the winners</a> of the prestigious Xcelsius Dashboard Awards was a manufacturing company from the Netherlands.  They explained that they were deploying a new manufacturing execution system and wanted to provide some engaging and compelling business intelligence from this system to both encourage usage and provide useful information that was previously unavailable across the company.  They decided to create a business intelligence user interface using Xcelsius.  It would provide in excess of 120 different metrics, deployed graphically and dynamically, about the different production line processes broken down to individual shift level.  The dashboard was dynamically refreshed through the unique intelligent caching mechanism from InfoSol and the impact of this application exceeded the expectations of this company.  For the first time, production, and issues encountered on the production line, was viewed by the entire company and the results were quite revealing.  The dashboard showed that one particular shift was measurably behind all the other shifts.  Since this was visible throughout the company, the workers on this particular shift felt they needed to do something about this and took it upon themselves to correct the issues and improve productivity so that they were on pace to do better than the other shifts. </p>
<p>What a totally amazing side effect, but one that truly exemplifies not just the power, but the inspiration that can be derived from Business Intelligence.  It was with this example in mind that the theme of this year’s <a title="IBIS 2011 - Inspiring Business Intelligence" href="http://ibis.infosolblog.com">IBIS</a> event “Inspiring Business Intelligence” was born.  There are so many fascinating and inspiring business intelligence stories like this and <a title="IBIS 2011 - Inspired Business Intelligence" href="http://ibis.infosolblog.com">IBIS 2011 </a>will be based on sharing some of these stories as well as offering an incredible line up of immersion boot camps, executive seminars, training workshops and specialized certification programs. </p>
<p>IBIS is unique in so many ways as it goes beyond the regular SAP BusinessObjects training to teach best practices that go beyond the conventional ways of designing, developing and applying business intelligence.  The individuals leading these boot camps, seminars and workshops are not just teachers; they are highly experienced consultants, mentors and gurus in their field.</p>
<p>The knowledge transfer that occurs at IBIS is intense and the opportunity to exchange ideas and experiences unparalleled.</p>
<p><a title="IBIS 2011 website" href="http://ibis.infosolblog.com" target="_blank">IBIS 2011 </a>features hands-on immersion boot camps in Xcelsius, Web Intelligence, Crystal Reports and Xcelsius Data Caching.  The executive seminars cover best practices for success in business Intelligence projects, what’s new on BusinessObjects XI 4.0, and emerging business intelligence tools and technologies.  The main seminar is three full days and the registration is fully inclusive of four nights accommodations at the jaw dropping Ritz Carlton Laguna Niguel on the southern California coast (inspirational in itself!).</p>
<p>New to IBIS this year are some very special <a href="http://ibis.infosolblog.com/agenda/post-seminar-certified-bootcamps">certified boot camps</a> which will be held on the Thursday and Friday directly after the main event.  These include the renowned FleXcelsius course from Centigon Solutions, teaching you how to create your own Flex components for Xcelsius.  The Roambi Black Belt certification and the InfoBurst Certified Expert (ICE) boot camps will also be offered. </p>
<p>Most importantly, there will be the coveted Best Xcelsius Dashboard Awards, which are quickly becoming legendary.  The awards are open to everyone and the deadline for submitting your inspirational dashboard entry is April 15<sup>th</sup>.  You can enter your dashboard in one of the following four categories:</p>
<p>-          Best Business Dashboard</p>
<p>-          Most Innovative Dashboard</p>
<p>-          Most Valuable Dashboard</p>
<p>-          Most <em>Xcellent</em> Dashboard</p>
<p><a href="http://www.infosol.com/DashBoardAward.aspx" target="_blank">To submit your dashboard entry, click here</a>.</p>
<p>I know that some of the students who stopped by our table left inspired by what they heard about business intelligence just based on the slew of follow-up enquiries.  In fact we have invited two interns to join us starting today. </p>
<p>I also know that anyone attending <a href="http://ibis.infosolblog.com">IBIS 2011</a> will undoubtedly leave more inspired about business intelligence than before they came – don’t miss out!</p>
<p><em><a href="http://www.regonline.com/register/checkin.aspx?eventid=914721" target="_blank">Register today</a> &#8211; </em><em>Early registration discount expires March 31<sup>st</sup>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://infosolblog.com/inspiring-business-intelligence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Leading Zeros in Xcelsius &#8211; Tech Tip</title>
		<link>http://infosolblog.com/leading-zeros-in-xcelsius-tech-tip/</link>
		<comments>http://infosolblog.com/leading-zeros-in-xcelsius-tech-tip/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 23:28:46 +0000</pubDate>
		<dc:creator>Roxanne</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Xcelsius End User]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Live Office]]></category>
		<category><![CDATA[QaaWS]]></category>
		<category><![CDATA[Xcelsius]]></category>
		<category><![CDATA[Xcelsius Training]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://infosolblog.com/?p=922</guid>
		<description><![CDATA[What can I do if Xcelsius is chopping off the leading zero’s in my order numbers? This question comes up often when I&#8217;m teaching an Xcelsius training class.  Often enough that I&#8217;ve decided to discuss the solution here in a tech tip on our blog. This scenario can happen with different data sources (XML, Live Office, Qaaws) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What can I do if Xcelsius is chopping off the leading zero’s in my order numbers</strong>?</p>
<p>This question comes up often when I&#8217;m teaching an Xcelsius training class.  Often enough that I&#8217;ve decided to discuss the solution here in a tech tip on our blog.</p>
<p>This scenario can happen with different data sources (XML, Live Office, Qaaws) when a number string is interpreted by Xcelsius to be numbers rather than string data.  As many people have tried, it is not enough to format the cells as text in the Excel spreadsheet of Xcelsius.  We need to use a trick to add those leading zeros back in. </p>
<p>For example, say my Order numbers are all 3 digit numbers (for simplicity sake).  My order numbers are loaded into Column D, but then converted to their proper 3 digit format in Column F with the use of the Length formula in Excel, LEN.  By simply combining an if statement and the Length function to determine the length of a value, we can add the appropriate number of zero’s in front of a value, and voila, properly formatted Order numbers! </p>
<p>See example below:</p>
<div id="attachment_923" class="wp-caption aligncenter" style="width: 592px"><a href="http://infosolblog.com/wp-content/uploads/2011/02/leading-zeros-for-Xcelsius.jpg"><img class="size-full wp-image-923" title="leading zeros for Xcelsius" src="http://infosolblog.com/wp-content/uploads/2011/02/leading-zeros-for-Xcelsius.jpg" alt="" width="582" height="233" /></a><p class="wp-caption-text">using the LEN function in Excel</p></div>
]]></content:encoded>
			<wfw:commentRss>http://infosolblog.com/leading-zeros-in-xcelsius-tech-tip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IBIS 2011 registration is now open</title>
		<link>http://infosolblog.com/ibis-2011-registration-is-now-open/</link>
		<comments>http://infosolblog.com/ibis-2011-registration-is-now-open/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 23:01:09 +0000</pubDate>
		<dc:creator>Yolande</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[InfoBurst]]></category>
		<category><![CDATA[SAP Business Objects]]></category>
		<category><![CDATA[Xcelsius]]></category>

		<guid isPermaLink="false">http://infosolblog.com/?p=903</guid>
		<description><![CDATA[Registration is now open&#8230; for IBIS 2011: INSPIRED BUSINESS INTELLIGENCE, June 19 &#8211; 24.  We believe that Business Intelligence is changing our lives in so many amazing ways.  It inspires companies, institutions and people to make timely decisions with confidence and is one of the most exciting happenings on the planet right now.   InfoSol is inspired to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Registration is now open&#8230; for IBIS 2011: </strong>INSPIRED BUSINESS INTELLIGENCE, June 19 &#8211; 24. </p>
<p><strong>We believe that Business Intelligence is changing our lives in so many amazing ways</strong>.  It inspires companies, institutions and people to make timely decisions with confidence and is one of the most exciting happenings on the planet right now.  </p>
<p><a title="Infosol home page" href="http://infosol.com" target="_blank">InfoSol</a> is inspired to <strong>see beyond</strong> your data by using Business Intelligence to its ultimate effectiveness.</p>
<p>The SAP BusinessObjects suite of solutions delivers the most leading edge and powerful business intelligence solutions in the marketplace and <a title="IBIS website" href="http://ibis.infosolblog.com" target="_self">INFOSOL&#8217;S BUSINESS INTELLIGENCE SEMINAR</a> (IBIS),  is the most effective forum for learning how to use these solutions in new and inspirational ways.</p>
<p>IBIS 2011 offers an incredible line-up.  Hands-on  PreSeminar workshops, immersion training boot camps, executive seminars &#8230; <a title="View details and register for IBIS 2011" href="http://ibis.infosolblog.com" target="_self">visit the IBIS 2011 website.</a>  You can view conference details and <a title="IBIS registration page" href="http://www.regonline.com/register/checkin.aspx?eventid=914721" target="_blank">register</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosolblog.com/ibis-2011-registration-is-now-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bursting Xcelsius Dashboards</title>
		<link>http://infosolblog.com/bursting-xcelsius-dashboards/</link>
		<comments>http://infosolblog.com/bursting-xcelsius-dashboards/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 19:38:19 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[InfoBurst]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[bursting]]></category>
		<category><![CDATA[dashboard distribution]]></category>
		<category><![CDATA[report publishing]]></category>
		<category><![CDATA[Xcelsius]]></category>
		<category><![CDATA[XDC]]></category>

		<guid isPermaLink="false">http://infosolblog.com/?p=469</guid>
		<description><![CDATA[A company recently approached us with an interesting requirement concerning how to more efficiently distribute information about mobile phone usage to each of their hundreds of customers. The method they were currently using was manual and labor intensive as they were pulling information into Excel spreadsheets, creating graphs and then cutting and pasting into PowerPoint [...]]]></description>
			<content:encoded><![CDATA[<p>A company recently approached us with an interesting requirement concerning how to more efficiently distribute information about mobile phone usage to each of their hundreds of customers. The method they were currently using was manual and labor intensive as they were pulling information into Excel spreadsheets, creating graphs and then cutting and pasting into PowerPoint presentations that were emailed to their Account Managers who would present them to the various customers.</p>
<p>They had seen Xcelsius dashboards and were impressed by the dynamic visualization and felt this could make both an attractive and appealing way to present the information to their clients. However, they were faced with several challenges regarding automatically populating the dashboards initially and then automatically distributing them as standalone offline entities that could be used by both their Account Managers and clients without being connected back to the originating system.</p>
<p>They did not want to run separate jobs for each client to populate each dashboard. They wanted to run one job that would provide all the statistics for all customers and then split or burst that data by customer to feed each customer’s unique data into the same dashboard template. The amount of data that would be initially retrieved was large (many tens of thousands of rows) and even some of the individual customer dashboards had a fair amount of data (several thousand rows). Once the data had been burst for each customer it would need to be populated into the dashboard template, published as a shockwave file (SWF) and attached to an email that would need to be sent to the right group of people for each dashboard.</p>
<p>While this may seem like a tall order, the new InfoBurst solution was able to achieve all this relatively simply and quickly. InfoBurst is a scheduling, bursting and publishing solution for both Business Intelligence reports and dashboards . It has a built-in scheduler that can be either time or event based triggered. The event can be the result of a SQL statement which makes it very versatile for starting a job only when data has changed or other dependent events have occurred. InfoBurst can accept data from SQL, a Stored Procedure or a Business Intelligence query or report (Web Intelligence, Crystal, Desktop Intelligence, Microsoft Reporting Services etc.).</p>
<p>When handling Xcelsius dashboards, InfoBurst uses unique mechanisms for both ‘OFFLINE’ and ‘CONNECTED’ distribution requirements.</p>
<p>For a ‘CONNECTED’ scenario, the Cache can be accessed from the Xcelsius dashboard in a variety of ways so that only the data required for a particular component of the dashboard is retrieved when required. We provide a number of components that we collectively call ‘INTELLIGENT CACHE’. The CACHE QUERY mechanism in InfoBurst allows you to use the full power and capability of SQL to selectively retrieve, aggregate and sort the data required for your Xcelsius dashboard from the Cache. The CROSSTAB mechanism allows you to generate crosstab tables in advance or on-demand. The FLIP mechanism allows you to PIVOT an existing Crosstab, switching the X and Y axis data. These features save an enormous amount of time and effort over other methods of pulling data into an Xcelsius dashboard and it’s fast! For ultimate flexibility, it is possible to have multiple caches and to populate a cache with data from multiple data sources.</p>
<p>For an ‘OFFLINE’ scenario, InfoBurst is able to create and manage separate ranges within the Cache, and Burst these ranges to a common Dashboard, embedding the data inside of the SWF file and delivering the same Xcelsius dashboard with different data for each individual client.</p>
<p>InfoBurst also has intelligent distribution capabilities where it can read from an LDAP compliant address book, a database table or an Excel spreadsheet to select the relevant email addresses or target destinations for the dashboard or report. Since this customer required the offline dashboards to be sent via email , the information was read from a database table containing all the individual’s information and is able to determine the customer name and criteria and select just the email address for the relevant recipients.</p>
<p>This company is now using InfoBurst to distribute offline Xcelsius dashboards automatically , intelligently and swiftly to its customers and is saving a lot of time and money in the process.</p>
<p>For more information or a free demonstration and trial on InfoBurst visit <a href="http://www.infosol.com/infoburst">www.infosol.com/infoburst</a></p>
]]></content:encoded>
			<wfw:commentRss>http://infosolblog.com/bursting-xcelsius-dashboards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xcelsius Dashboards &#8211; Best Practices &#8211; Data Layout</title>
		<link>http://infosolblog.com/xcelsius-dashboards-best-practices-data-layout/</link>
		<comments>http://infosolblog.com/xcelsius-dashboards-best-practices-data-layout/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 00:36:14 +0000</pubDate>
		<dc:creator>Roxanne</dc:creator>
				<category><![CDATA[InfoBurst-XDS]]></category>
		<category><![CDATA[Xcelsius]]></category>
		<category><![CDATA[XDM]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[Dashboard design]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[InfoBurst]]></category>
		<category><![CDATA[InfoBurst Dash]]></category>
		<category><![CDATA[QaaWS]]></category>
		<category><![CDATA[Xcelsius Connectivity]]></category>
		<category><![CDATA[XDS]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://infosolblog.com/?p=432</guid>
		<description><![CDATA[In addition to the Xcelsius Dashboard Maintenance – Best Practices – Using Labels in Excel I wanted to share other important aspects of making Xcelsius dashboards easy to maintain and for other developers to understand.  One such practice is having some kind of conformity in your approach to how you lay out the data for your Xcelsius [...]]]></description>
			<content:encoded><![CDATA[<p>In addition to the <a rel="bookmark" href="http://infosolblog.com/xcelsius-best-practices-using-labels/">Xcelsius Dashboard Maintenance – Best Practices – Using Labels in Excel</a> I wanted to share other important aspects of making Xcelsius dashboards easy to maintain and for other developers to understand.  One such practice is having some kind of conformity in your approach to how you lay out the data for your Xcelsius project. </p>
<p>In this blog I will discuss 2 methods, both of which are valid and are useful ways to organize dashboard data.  Deciding as an organization which approach you adopt can help with the process of taking up someone else’s project. </p>
<p> Some Xcelsius developers like to use a method of having all the data that is being used in the dashboard on one (or more) tab/s of the Excel spreadsheet, and then as you need to use data for display, using a series of vlookups or match &amp; index functions for displaying data on charts, which they layout on other tabs of the spreadsheet.</p>
<p>My preferred method is to spread the layout in such a way that the names of the Excel tabs generally correspond to the functional area on the Xcelsius dashboard, perhaps even the same name of the Xcelsius  tab (Either the Tab Set Container or the Label based menu, is what I&#8217;m thinking of), so that all the data being expressed on that &#8220;page&#8221; of the dashboard is on one tab in the Excel spreadsheet behind the scenes. </p>
<p><a href="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-data-layout1.jpg"><img class="alignleft size-full wp-image-439" title="xcelsius - data layout1" src="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-data-layout1.jpg" alt="" width="620" height="101" /></a></p>
<p>  <a href="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-data-layout1b.jpg"><img class="alignleft size-full wp-image-443" title="xcelsius - data layout1b" src="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-data-layout1b.jpg" alt="" width="620" height="50" /></a></p>
<p>I like to have the data insert &amp; any manipulations I have to do for expressing that data nearby the loaded data, so that it is all in one place &amp; I can find it easily.  The only difficulty with this is when you have many components on one &#8220;page&#8221; or you have to create several aggregate levels to display.  Spreading it out &amp; spacing it can become an issue, and this is where again, labeling the spreadsheet is so important.  (But aren&#8217;t we glad that if we move data around on the spreadsheet that the links follow, for those of you who have been using Xcelsius since the 4.5 days!). </p>
<p><a href="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-data-layout2.jpg"><img class="alignleft size-full wp-image-434" title="xcelsius - data layout2" src="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-data-layout2.jpg" alt="" width="620" height="248" /></a></p>
<p>This approach, of course, assumes you have the aggregated data to work with!  Which leads back to my previous blog regarding <a href="http://infosolblog.com/comparing-xcelsius-connectivity-choices/">data connectivity options</a>.   If I have to use QaaWS, I end up having to do a lot of manipulation in the universe to get the data to look or be ordered the way I want to use it in Xcelsius.  I usually have to end up making many of what I call, &#8220;dimensionalized measures&#8221; when I want to end up with a crosstab result.  So I have a measure for Jan Sales, Feb Sales, etc.  Very tedious.  Sorting is another  issue that is often easier addressed in the universe, but also can be labor intensive.  </p>
<p>Live Office gives me the option to create crosstabs and sort the data in any way I wish and I can also have multiple tabs to aggregate the data at different levels (YTD, MTD,  past 30 days, etc).  The problem that I so often bump into with this approach is the amount of data when we get down to the detail level.  We have all experienced poor performance any time we go over the 512 row default and horrible performance when we approach 1000 rows. </p>
<p>All of these are reasons why I enjoy using the InfoBurst XDS or <a title="InfoBurst Dash (formerly XDM)" href="http://infosolblog.com/infoburst/dynamic-business-intellenge-dash-creation-and-bursting" target="_blank">XDM</a> option, as it addresses all these issues, plus gives me many more options.  The <em>Intelligent Cache</em> syntax of this tool is by far the most exciting feature, in my opinion.  Using their syntax, I can pass parameters to the XML url call and only return the rows of data I wish to display.  For example, within my xml url call, I can add syntax that returns …. YEAR=2009;DIVISION=HPD;DEPT=23.  This ability to extract just the rows of data I want to display helps keep my dashboards very responsive, since I am not loading it down with too much data.  It also gives me the ability to go to a much more detailed level than I would have been able to with QaaWS or LiveOffice.</p>
<p>XDS or <a title="InfoBurst Dash (formerly XDM)" href="http://infosolblog.com/infoburst/dynamic-business-intellenge-dash-creation-and-bursting" target="_blank">XDM</a> also has syntax to return unique values of a particular column from an xml data set which I can use for  my selector.  My selector will always have accurate values, as it is loaded from the current xml cache, rather than from a hard-coded list in my Excel spreadsheet which may not be up-to-date.</p>
<p>And, I have the flexibility to create these large XML data sets from a Web Intelligence document or by writing a query, directly to the database, or even from an Excel spreadsheet, and any combination of all three!</p>
]]></content:encoded>
			<wfw:commentRss>http://infosolblog.com/xcelsius-dashboards-best-practices-data-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcelsius Dashboard Maintenance &#8211; Best Practices &#8211; Using Labels in Excel</title>
		<link>http://infosolblog.com/xcelsius-best-practices-using-labels/</link>
		<comments>http://infosolblog.com/xcelsius-best-practices-using-labels/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 05:24:12 +0000</pubDate>
		<dc:creator>Roxanne</dc:creator>
				<category><![CDATA[Xcelsius]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://infosolblog.com/?p=325</guid>
		<description><![CDATA[In this post I will share with you a sample of what I consider to be one of many “best practices” to help in the ongoing maintenance of Xcelsius dashboards; Using labels in your Excel Spreadheet.  Some of the content in this post is extracted from the Excel for Xcelsius course offered by InfoSol.   Whether [...]]]></description>
			<content:encoded><![CDATA[<p>In this post I will share with you a sample of what I consider to be one of many “best practices” to help in the ongoing maintenance of Xcelsius dashboards; Using labels in your Excel Spreadheet.  Some of the content in this post is extracted from the <a title="InfoSol Education - Excel for Xcelsius" href="http://www.infosol.com/education/course_details.aspx?id=70" target="_blank">Excel for Xcelsius course </a>offered by <a title="InfoSol Inc." href="http://infosol.com" target="_blank">InfoSol</a>. </p>
<p> Whether you find yourself having to update one of your own dashboards after a period of time of not working on it, or having to hand off the maintenance of the dashboard to a colleague, the initial effort of good documentation will save valuable hours and ensure continuity and success.  In this post some of the graphics will speak for themselves &#8211; you know the cliche of &#8216;a picture paints a thousand words&#8217;. </p>
<p>The graphics show examples of: </p>
<ul>
<li>good labeling,</li>
<li>use of color to enhance visual cues</li>
<li>and the use of comments within Excel. </li>
</ul>
<h3>Use of Color and Labeling</h3>
<p>Below are samples of Excel spreadsheets that incorporates the use of visual cues like color coding with simple, clear and easy to follow labels showing where components derive their inputs.</p>
<p><a href="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-labels-1.jpg"><img class="alignleft size-full wp-image-319" title="Xcelsius Best Practices - labels 1" src="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-labels-1.jpg" alt="" width="627" height="454" /></a></p>
<p><a href="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-labels-2.jpg"><img class="alignleft size-full wp-image-326" title="xcelsius labels 2" src="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-labels-2.jpg" alt="" width="627" height="191" /></a></p>
<p><a href="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-labels-3.jpg"><img class="alignleft size-full wp-image-327" title="xcelsius labels 3" src="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-labels-3.jpg" alt="" width="627" height="237" /></a></p>
<p><a href="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-labels-41.jpg"><img class="alignleft size-full wp-image-338" title="xcelsius labels 4" src="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-labels-41.jpg" alt="" width="628" height="314" /></a></p>
<h3>Using Excel Comments</h3>
<p>Another helpful option is to use the built in Excel feature of Inserting a Comment.  This leaves a small red triangle in the top right corner of a cell to indicate that a comment has been added to that cell. When the mouse hovers over the cell, the comment pops up. </p>
<p><a href="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-comments-3.jpg"><img class="alignleft size-full wp-image-331" title="xcelsius comments 3" src="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-comments-3.jpg" alt="" width="628" height="148" /></a></p>
<p> <a href="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-comments-1.jpg"><img class="alignleft size-full wp-image-329" title="xcelsius comments 1" src="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-comments-1.jpg" alt="" width="323" height="160" /></a></p>
<p>Helpful tips can be included within the comment.</p>
<p>Comments can be added to any cell by right-clicking on a cell and selecting “Insert Comment”.  Once a comment has been added to a cell, the small red triangle will appear.  A comment can be edited or deleted by right-clicking on the cell.</p>
<h3>Using a Legend</h3>
<p><a href="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-labels-legend.jpg"><img class="alignleft size-full wp-image-333" title="xcelsius labels - legend" src="http://infosolblog.com/wp-content/uploads/2010/04/xcelsius-labels-legend.jpg" alt="" width="628" height="494" /></a></p>
<p>There are many ways to document your Xcelsius Dashboard Excel Spreadsheet. </p>
<p>I would love to hear about your &#8220;Best Practices&#8221;.</p>
<p><em>There is an </em><a title="Xcelsius Bootcamp" href="http://www.regonline.com/builder/site/tab2.aspx?EventID=777769#track4" target="_blank"><em>Xcelsius Bootcamp </em></a><em>being offered in </em><a title="IBIS 2010 - Track 4" href="http://www.regonline.com/builder/site/tab2.aspx?EventID=777769#track4" target="_blank"><em>Track 4</em></a><em> of this year&#8217;s </em><a title="IBIS 2010 - Seeing Beyond Business Intelligence" href="http://www.regonline.com/builder/site/Default.aspx?eventid=777769" target="_blank"><em>IBIS 2010 event June 6-9</em></a><em> - Seeing Beyond Business Intelligence. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://infosolblog.com/xcelsius-best-practices-using-labels/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

