<?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>Everything Xcelsius &#187; Michael Alexander</title>
	<atom:link href="http://everythingxcelsius.com/author/malexander/feed" rel="self" type="application/rss+xml" />
	<link>http://everythingxcelsius.com</link>
	<description>The Everything Xcelsius Weblog is the fastest growing Xcelsius community on the web! It is a place where developers and clients alike can come to gain more information about SAP&#039;s Crystal Xcelsius software.</description>
	<lastBuildDate>Thu, 03 May 2012 16:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tips for Emailing from Xcelsius</title>
		<link>http://everythingxcelsius.com/xcelsius-2008/tips-for-emailing-from-xcelsius/3067</link>
		<comments>http://everythingxcelsius.com/xcelsius-2008/tips-for-emailing-from-xcelsius/3067#comments</comments>
		<pubDate>Mon, 06 Dec 2010 14:00:44 +0000</pubDate>
		<dc:creator>Michael Alexander</dc:creator>
				<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[Guru Tips]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Crystal Solutions]]></category>
		<category><![CDATA[SAP Crystal Dashboard Design]]></category>
		<category><![CDATA[Xcelsius 2008 Tips]]></category>
		<category><![CDATA[Xcelsius Gurus]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=3067</guid>
		<description><![CDATA[I often get questions about sending emails from Xcelsius. In fact, I get them so often, I thought I&#8217;d take a moment to document what I know. Here, I’ll show you how to : Send a basic email Send an email to multiple recipients Add a Body to you email Prevent that awful Browser window [...]]]></description>
			<content:encoded><![CDATA[<p>I often get questions about sending emails from Xcelsius.  In fact, I get them so often, I thought I&#8217;d take a moment to document what I know.  Here, I’ll show you how to :</p>
<ul>
<li>Send a basic email</li>
<li>Send an email to multiple recipients</li>
<li>Add a Body to you email</li>
<li>Prevent that awful Browser window from popping up when sending an email from Xcelsius.</li>
</ul>
<p>First, you’ll want to add a simple URL button onto your canvas and go to properties:</p>
<p><a href="http://everythingxcelsius.com/wp-content/uploads/xcelsisuemailing1.png"></a></p>
<p><span style="color: #ffffff;"><a href="http://everythingxcelsius.com/wp-content/uploads/xcelsisuemailing1.png"></a>.<a href="http://everythingxcelsius.com/wp-content/uploads/xcelsisuemailing11.png"><img class="alignnone size-full wp-image-3072" src="http://everythingxcelsius.com/wp-content/uploads/xcelsisuemailing11.png" alt="" width="447" height="348" /></a></span></p>
<p>To start a basic email, enter this into the URL input box:</p>
<p><em><strong>mailto:mike@someaddress.com?subject=Email To DataPig</strong></em></p>
<p>This will start a basic email when URL button is pressed.  The email will have the To line filled in and the Subject line filled in.</p>
<p>If you want to send the email to multiple recipients, you can include other addresses separating each with a comma.  Like this:</p>
<p><strong><em>mailto:mike@someaddress.com, mico@someaddress.com?subject=Email To DataPig</em></strong></p>
<p>Want to use the CC and BCC lines?  That’s easy.  Simply add the cc and bcc parameters:</p>
<p><strong><em>mailto:mike@someaddress.com?cc=mico@someaddress.com&amp;bcc=ryan@someaddress.com&amp;subject=Email To DataPig</em></strong></p>
<p>Notice that you will need to use the ampersand (&amp;) to separate the parameters</p>
<p>OK, let’s get fancier and add a body.</p>
<p><strong><em>mailto:mike@someaddress.com?cc=mico@someaddress.com&amp;bcc=ryan@someaddress.com&amp;;subject=Email To DataPig&amp;body=I ate too much salmon.</em></strong></p>
<p>If you need to add a multi-lined body (meaning the text of your body is on multiple lines), you can use your own carriage return encoding <strong>%0D</strong>.</p>
<p>To be able to use this, you will need to uncheck the “Encode URL” option.  This will tell Xcelsius that you will handle the encoding.</p>
<p><a href="http://everythingxcelsius.com/wp-content/uploads/xcelsisuemailing2.png"></a></p>
<p><span style="color: #ffffff;"><a href="http://everythingxcelsius.com/wp-content/uploads/xcelsisuemailing2.png"><img class="alignnone size-full wp-image-3070" src="http://everythingxcelsius.com/wp-content/uploads/xcelsisuemailing2.png" alt="" width="446" height="341" /></a>.</span></p>
<p>Once you’ve disabled Xclesius’s encoding, you can enter something like this:</p>
<p><strong><em>mailto:mike@someaddress.com?cc=mico@someaddress.com&amp;bcc=ryan@someaddress.com&amp;subject=Email To DataPig&amp;body= I ate too much salmon.%0DNow I have salmonella.</em></strong></p>
<p>And as always, you can dynamically build your mailto url address in Excel with formulas and simply reference it  in the URL button.</p>
<p>So what about that nasty browser window that pops up when you send an email from Xclesius?</p>
<p>You can get rid of it by changing the “Open In” option to ‘This Window’.</p>
<p><a href="http://everythingxcelsius.com/wp-content/uploads/xcelsisuemailing3.png"><img class="alignnone size-full wp-image-3068" src="http://everythingxcelsius.com/wp-content/uploads/xcelsisuemailing3.png" alt="" width="443" height="364" /></a></p>
<p>After doing this, the extra browser window doesn’t open when you export your final SWF and HTML.  You’ll still see it when you are in Preview mode, but rest assured, it will be gone when you go to run-time.</p>
<p>There you have it!  Happy emailing!</p>
<p><a href="http://everythingxcelsius.com/gurus/#micahel-alexander" target="_blank"><em>Mike Alexander</em></a><em> is the author of several books on advanced business analysis, including Crystal Xcelsius For Dummies. You can find Mike at <a href="http://www.datapigtechnologies.com/" target="_blank">Datapig Technologies</a>, where he serves as principle contributor and shares free video tutorials with the Microsoft Office and Xcelsius communities.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/xcelsius-2008/tips-for-emailing-from-xcelsius/3067/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Free! Xcelsius Recorded Webinars</title>
		<link>http://everythingxcelsius.com/xcelsius-training/xcelsius-recorded-webinars/3048</link>
		<comments>http://everythingxcelsius.com/xcelsius-training/xcelsius-recorded-webinars/3048#comments</comments>
		<pubDate>Mon, 22 Nov 2010 16:50:37 +0000</pubDate>
		<dc:creator>Michael Alexander</dc:creator>
				<category><![CDATA[Guru Tips]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius Training]]></category>
		<category><![CDATA[Guru Videos]]></category>
		<category><![CDATA[SAP Crystal Dashboard Design]]></category>
		<category><![CDATA[Sap Xcelsius Webinar]]></category>
		<category><![CDATA[Xcelsius Video]]></category>
		<category><![CDATA[Xcelsius Webinars]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=3048</guid>
		<description><![CDATA[Hi folks, I&#8217;ve been getting tons of emails asking when and where our webinar recordings will be posted.  I have finally been able to edit and post the last two recorded Xcelsius webinars at the links below: Xcelsius 101 (for Beginners) Xcelsius Advanced XML Connectivity (not XML Maps) Note that each recorded webinar is FREE [...]]]></description>
			<content:encoded><![CDATA[<p>Hi folks,</p>
<p>I&#8217;ve been getting tons of emails asking when and where our webinar recordings will be posted.  I have finally been able to edit and post the last two recorded Xcelsius webinars at the links below<span style="color: #ffffff;">:</span></p>
<p><a href="http://www.datapigtechnologies.com/Webinars/Xcelsius101.htm" target="_blank">Xcelsius 101 (for Beginners)</a></p>
<p><a href="http://www.datapigtechnologies.com/Webinars/XcelsiusAdvancedConnectivity.htm" target="_blank">Xcelsius Advanced XML Connectivity (not XML Maps)</a></p>
<p>Note that each recorded webinar is <strong>FREE</strong> to view.  The embeded video will automatically start as soon as the video buffers.<span style="color: #ffffff;">.</span></p>
<p style="text-align: center;"><span style="color: #ffffff;"><a href="http://www.datapigtechnologies.com/WebinarResources.htm" target="_blank"><img class="size-full wp-image-3056 aligncenter" title="Webinar_Recordings_List" src="http://everythingxcelsius.com/wp-content/uploads/Webinar_Recordings_List.png" alt="" width="490" height="448" /></a></span></p>
<p>If you are not able to see the video, you are probably missing the Windows Media Player ActiveX plug-in.  Just email me and I&#8217;ll help you get set up.</p>
<p>Enjoy!</p>
<p><a href="http://everythingxcelsius.com/gurus/#micahel-alexander" target="_blank">Mike Alexander</a> is the author of several books on advanced business analysis, including Crystal Xcelsius For Dummies. You can find Mike at <a href="http://www.datapigtechnologies.com/" target="_blank">Datapig Technologies</a>, where he serves as principle contributor and shares free video tutorials with the Microsoft Office and Xcelsius communities.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/xcelsius-training/xcelsius-recorded-webinars/3048/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FREE Xcelsius Webinars</title>
		<link>http://everythingxcelsius.com/xcelsius-training/free-xcelsius-webinars/2886</link>
		<comments>http://everythingxcelsius.com/xcelsius-training/free-xcelsius-webinars/2886#comments</comments>
		<pubDate>Wed, 27 Oct 2010 17:52:28 +0000</pubDate>
		<dc:creator>Michael Alexander</dc:creator>
				<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius Training]]></category>
		<category><![CDATA[Xcelsius Webinars]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=2886</guid>
		<description><![CDATA[Ok people.  Get ready to get excited.  As of November, I will be offering free webinars on a variety of topics. Yes&#8230;I said Free! Here are some of the Xcelsius Topics you can register for: Xcelsius 101: This session is a Beginner&#8217;s look at Xcelsius.  If you or someone on your team is just getting started with Xcelsius, this [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://everythingxcelsius.com/wp-content/uploads/pigsmall.png"><img src="http://everythingxcelsius.com/wp-content/uploads/pigsmall.png" alt="" width="210" height="60" /></a></p>
<p>Ok people.  Get ready to get excited.  As of November, I will be offering free webinars on a variety of topics.</p>
<p>Yes&#8230;I said Free!</p>
<p>Here are some of the Xcelsius Topics you can register for:</p>
<p><strong>Xcelsius 101:</strong><br />
This session is a Beginner&#8217;s look at Xcelsius.  If you or someone on your team is just getting started with Xcelsius, this session will give you a proper introduction to all the features of this amazing dashboarding tool.</p>
<p><strong>Xcelsius Tips and Tricks:</strong><br />
Join us to learn a few of my world-famous tips and tricks that will help you enhance your Xcelsius dashboards.</p>
<p><strong>Xcelsius Advanced XML Connectivity:</strong><br />
In this Webinar, you will learn how to connect to external databases using full XML connectivity (Not just XML Maps).  This session will walk you step-by-step through the code you will need develop a connected Xcelsius dashboard.</p>
<p><a href="https://datapigtechnologies.webex.com/mw0306lb/mywebex/default.do?siteurl=datapigtechnologies" target="_blank"><strong>Click Here to Register for any of these FREE webinars.</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/xcelsius-training/free-xcelsius-webinars/2886/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xcelsius Advanced Developer Workshop</title>
		<link>http://everythingxcelsius.com/guru-tips/1991/1991</link>
		<comments>http://everythingxcelsius.com/guru-tips/1991/1991#comments</comments>
		<pubDate>Mon, 09 Aug 2010 15:28:29 +0000</pubDate>
		<dc:creator>Michael Alexander</dc:creator>
				<category><![CDATA[Guru Tips]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius Training]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1991</guid>
		<description><![CDATA[    I wanted to drop a quick post to let our community know that due to an overwhelming request, we have decided to hold another session of our Xcelsius Advanced Developer Workshop.   Xcelsius Advanced Developer Workshop (Sep 22- Sep 23 &#124; Dallas, TX) Mike Alexander (Author, Crystal Xcelsius For Dummies) and Loren Abdulezer(Author, Xcelsius Best [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://everythingxcelsius.com/wp-content/uploads/pigmedium.png"></a> </p>
<p> <a href="http://everythingxcelsius.com/wp-content/uploads/pigsmall.png"><img class="alignnone size-full wp-image-1990" src="http://everythingxcelsius.com/wp-content/uploads/pigsmall.png" alt="" width="210" height="60" /></a></p>
<p>I wanted to drop a quick post to let our community know that due to an overwhelming request, we have decided to hold another session of our Xcelsius Advanced Developer Workshop.  </p>
<p><a href="http://www.regonline.com/builder/site/Default.aspx?eventid=789603" target="_blank"><strong>Xcelsius Advanced Developer Workshop</strong></a></p>
<p>(Sep 22- Sep 23 | Dallas, TX)</p>
<p><strong>Mike Alexander</strong> (Author, Crystal Xcelsius For Dummies) and <strong>Loren Abdulezer</strong>(Author, Xcelsius Best Practices) will host a 2-day Xcelsius Advanced Developer Workshop, September 2010 in Dallas, TX!  This workshop sold out in March so make sure you get in early.  Here, you will get a ton of advanced Xcelsius tips and techniques &#8211; such as:</p>
<p> • Learn how to <strong>enhance your data models</strong> with advanced Excel functions<br />
• Learn powerful <strong>dashboard design</strong> and charting techniques<br />
• Learn tricks that will help to optimize the performance of your Xcelsius dashboards <br />
• Connect to databases using full <strong>XML connectivity</strong> (Not just XML Maps)<br />
• <strong>Embed Xcelsius dashboards</strong> into Excel and Access<br />
• Learn how to <strong>pass parameters</strong> from one Xcelsius dashboard to another<br />
• Learn how create <strong>detailed drill-throughs </strong>in Xcelsius  using encoded URLs<br />
• Learn how to use your Xcelsius dashboards to <strong>write back to your server</strong> Much more…<br />
<span style="color: #ff0000;"><a href="http://www.regonline.com/builder/site/Default.aspx?eventid=789603"><strong>Sign up before September 1st and get 25% discount off registration!</strong> </a></span></p>
<p>We look forward to seeing you.  </p>
<p>By the way:  Leading up to this event, I will be posting some cool new tips and tricks here, so stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/guru-tips/1991/1991/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VIDEO: How to use Xcelsius 2008 with VBA!</title>
		<link>http://everythingxcelsius.com/xcelsius-training/how-to-use-xcelsius-2008-with-vba/1447</link>
		<comments>http://everythingxcelsius.com/xcelsius-training/how-to-use-xcelsius-2008-with-vba/1447#comments</comments>
		<pubDate>Tue, 09 Feb 2010 14:00:03 +0000</pubDate>
		<dc:creator>Michael Alexander</dc:creator>
				<category><![CDATA[Guru Tips]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius Training]]></category>
		<category><![CDATA[Xcelsius Video]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1447</guid>
		<description><![CDATA[Ever wanted to use VBA with Xceslius?  How about pivot tables? Well, you can! I  put together a video to show you how integrating Xcelsius into Excel and Access, enables you to: Utilize existing Microsoft Office solutions to extend the capabilities of Xcelsius. Utilize familiar Office environment as primary platform Take advantage of core Office features such [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to use VBA with Xceslius?  How about pivot tables? Well, you can!</p>
<p>I  put together a video to show you how integrating Xcelsius into Excel and Access, enables you to:</p>
<ul>
<li>Utilize existing Microsoft Office solutions to extend the capabilities of Xcelsius.</li>
<li>Utilize familiar Office environment as primary platform</li>
<li>Take advantage of core Office features such as PivotTables</li>
<li>Extend VBA to your Xcelsius models</li>
<li>Simplify the data transfers to your Xceslius models</li>
</ul>
<h2><strong>See video below or </strong><a href="http://www.datapigtechnologies.com/flashfiles/EmbeddingXcelsius.swf" target="_blank"><strong>click here</strong></a><strong> to see in browser.</strong></h2>
<p><a href="http://www.datapigtechnologies.com/flashfiles/EmbeddingXcelsius.html" target="_blank"><img src="http://everythingxcelsius.com/wp-content/uploads/Integrate-300x126.png" alt="" width="300" height="126" /></a></p>
<p><object style="width: 650px; height: 438px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="650" height="438" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="src" value="http://www.datapigtechnologies.com/flashfiles/EmbeddingXcelsius.swf" /><embed style="width: 650px; height: 438px;" type="application/x-shockwave-flash" width="650" height="438" src="http://www.datapigtechnologies.com/flashfiles/EmbeddingXcelsius.swf" quality="high"></embed></object></p>
<p><strong><em><br />
</em></strong></p>
<h2><strong>If the video is too small in your browser </strong><a href="http://www.datapigtechnologies.com/flashfiles/EmbeddingXcelsius.swf" target="_blank"><strong>click here</strong></a><strong> to view.</strong></h2>
<p><em>Mike Alexander is the author of several books on advanced business analysis, including Crystal Xcelsius For Dummies. You can find Mike at <a href="http://www.datapigtechnologies.com">www.datapigtechnologies.com</a>, where he serves as principle contributor and shares free video tutorials with the Microsoft Office and Xcelsius communities.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/xcelsius-training/how-to-use-xcelsius-2008-with-vba/1447/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Video: Show Chart Values without Hovering</title>
		<link>http://everythingxcelsius.com/xcelsius-training/show-chart-values-without-hovering/690</link>
		<comments>http://everythingxcelsius.com/xcelsius-training/show-chart-values-without-hovering/690#comments</comments>
		<pubDate>Tue, 30 Jun 2009 13:00:32 +0000</pubDate>
		<dc:creator>Michael Alexander</dc:creator>
				<category><![CDATA[Guru Tips]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius Training]]></category>
		<category><![CDATA[Guru Videos]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.dreamhosters.com/?p=690</guid>
		<description><![CDATA[One of the more annoying things about Xcelsius charts is its inability to show data lables. That is to say, you can&#8217;t see the values of each data point on a chart without hovering over each point. In this video, I show you how you can leverage one of Excel&#8217;s oldest tricks to actually show [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more annoying things about Xcelsius charts is its inability to show data lables. That is to say, you can&#8217;t see the values of each data point on a chart without hovering over each point. In this video, I show you how you can leverage one of Excel&#8217;s oldest tricks to actually show chart values without hovering. Even cooler than that, I show you that you can do this without adding a data grid, textbox or any other component to the chart visualization. That&#8217;s right, show chart values without the aid of any other components. Enjoy!!</p>
<p><object width="600" height="525" data="http://www.youtube.com/v/ZRdU4UzjL1c" type="application/x-shockwave-flash"><param name="quality" value="best" /><param name="scale" value="showall" /><param name="salign" value="t" /><param name="wmode" value="opaque" /><param name="src" value="http://www.youtube.com/v/ZRdU4UzjL1c" /><param name="align" value="top" /><param name="bgcolor" value="#ffffff" /></object></p>
<p><em>Mike Alexander is the author of several books on advanced business analysis, including Crystal Xcelsius For Dummies. You can find Mike at <a href="http://www.datapigtechnologies.com">www.datapigtechnologies.com</a>, where he serves as principle contributor and shares free video tutorials with the Microsoft Office and Xcelsius communities.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/xcelsius-training/show-chart-values-without-hovering/690/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Charting Best Practice for Easy Chart Switching</title>
		<link>http://everythingxcelsius.com/xcelsius-training/video-charting-best-practice-for-easy-chart-switching/705</link>
		<comments>http://everythingxcelsius.com/xcelsius-training/video-charting-best-practice-for-easy-chart-switching/705#comments</comments>
		<pubDate>Tue, 19 May 2009 13:00:13 +0000</pubDate>
		<dc:creator>Michael Alexander</dc:creator>
				<category><![CDATA[Guru Tips]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius Training]]></category>
		<category><![CDATA[Guru Videos]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.dreamhosters.com/?p=705</guid>
		<description><![CDATA[Have you ever created a Line chart, then decided you needed a Column chart? Making the switch between chart types is easy in Excel, but in Xcelsius there is no way to quickly change chart types. You simply have to start over. That means adding a new chart to your canvas, re-doing all your configurations, [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever created a Line chart, then decided you needed a Column chart?  Making the switch between chart types is easy in Excel, but in Xcelsius there is no way to quickly change chart types.  You simply have to start over.  That means adding a new chart to your canvas, re-doing all your configurations, an apply the formatting as needed.</p>
<p>Well in this video, I show you how a simple charting best practice and save you tons of time and energy.</p>
<p><object width="660" height="525" data="http://www.youtube.com/v/PA0MC4g0LEk" type="application/x-shockwave-flash"><param name="quality" value="best" /><param name="scale" value="showall" /><param name="salign" value="t" /><param name="wmode" value="opaque" /><param name="src" value="http://www.youtube.com/v/PA0MC4g0LEk" /><param name="align" value="top" /><param name="bgcolor" value="#000000" /></object></p>
<p><em>Mike Alexander is the author of several books on advanced business analysis, including Crystal Xcelsius For Dummies. You can find Mike at <a href="http://www.datapigtechnologies.com">www.datapigtechnologies.com</a>, where he serves as principle contributor and shares free video tutorials with the Microsoft Office and Xcelsius communities.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/xcelsius-training/video-charting-best-practice-for-easy-chart-switching/705/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video: Conditionally Formatting Y-Axis Labels</title>
		<link>http://everythingxcelsius.com/xcelsius-training/conditionally-formatting-y-axis-labels/545</link>
		<comments>http://everythingxcelsius.com/xcelsius-training/conditionally-formatting-y-axis-labels/545#comments</comments>
		<pubDate>Tue, 05 May 2009 12:00:05 +0000</pubDate>
		<dc:creator>Michael Alexander</dc:creator>
				<category><![CDATA[Guru Tips]]></category>
		<category><![CDATA[Xcelsius Training]]></category>
		<category><![CDATA[Guru Videos]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.dreamhosters.com/?p=545</guid>
		<description><![CDATA[Did you know that you can add colors to your custom number formatting in Excel?  Not only that, but you can leverage Excel&#8217;s custom number formatting to add color to all kinds of Xclesius components.  I recently produced a video demonstrating how to apply colors to Y-Axis labels based on simple conditions.  This is an easy way to add another layer [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that you can add colors to your custom number formatting in Excel?  Not only that, but you can leverage Excel&#8217;s custom number formatting to add color to all kinds of Xclesius components.  I recently produced a video demonstrating how to apply colors to Y-Axis labels based on simple conditions.  This is an easy way to add another layer of analysis to your charts without adding overhead to your Xcelsius dashboards.</p>
<p><object width="660" height="525" data="http://www.youtube.com/v/0wy7ARV9VcA" type="application/x-shockwave-flash"><param name="quality" value="best" /><param name="scale" value="exactfit" /><param name="salign" value="t" /><param name="wmode" value="opaque" /><param name="src" value="http://www.youtube.com/v/0wy7ARV9VcA" /><param name="align" value="top" /><param name="bgcolor" value="#ffffff" /></object></p>
<p><em>Mike Alexander is the author of several books on advanced business analysis, including Crystal Xcelsius For Dummies. You can find Mike at <a href="http://www.datapigtechnologies.com">www.datapigtechnologies.com</a>, where he serves as principle contributor and shares free video tutorials with the Microsoft Office and Xcelsius communities.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/xcelsius-training/conditionally-formatting-y-axis-labels/545/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

