<?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</title>
	<atom:link href="http://everythingxcelsius.com/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, 11 Mar 2010 14:00:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dynamic Combo Chart and Source Code</title>
		<link>http://everythingxcelsius.com/2010/03/dynamic-combo-chart-and-source-code.html</link>
		<comments>http://everythingxcelsius.com/2010/03/dynamic-combo-chart-and-source-code.html#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:00:04 +0000</pubDate>
		<dc:creator>Evan DeLodder</dc:creator>
				<category><![CDATA[Guru Tips]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1559</guid>
		<description><![CDATA[I apologize to my Flexcelsius readers for the lack of posts recently. I have been in high delivery mode and I’m finally back down with some time to create some fun and useful add-ons.
My previous post regarding add-ons was based on a very simple column chart that I indicated we would be extending on in [...]]]></description>
			<content:encoded><![CDATA[<p>I apologize to my Flexcelsius readers for the lack of posts recently. I have been in high delivery mode and I’m finally back down with some time to create some fun and useful add-ons.</p>
<p>My previous post regarding add-ons was based on a very simple column chart that I indicated we would be extending on in subsequent posts. As a long time Flex dashboard developer, I really missed a few things in watching people create Xcelsius dashboards that I considered to be foundational in dashboard charting. To start, namely:</p>
<ul>
<li>Dynamic series colors:  i.e. switching between series colors on-the-fly at runtime</li>
<li>Dynamic series types:  i.e. switching between series types on-the-fly at runtime</li>
<li>Dynamic series addition and removal at runtime</li>
<li>Dynamic series position at runtime</li>
<li>Dynamic series alpha at runtime</li>
<li>Dynamic HTML tooltips</li>
</ul>
<div id="attachment_1568" class="wp-caption aligncenter" style="width: 648px"><a href="http://everythingxcelsius.com/wp-content/uploads/ComboChart.png"><img class="size-full wp-image-1568" src="http://everythingxcelsius.com/wp-content/uploads/ComboChart.png" alt="" width="638" height="463" /></a><p class="wp-caption-text">Custom Xcelsius Combo Chart</p></div>
<p style="text-align: center"><a href="http://everythingxcelsius.com/wp-content/uploads/ComboChart.png"> </a></p>
<p style="text-align: center">
<p><span id="more-1559"></span></p>
<p>These small but powerful features can significantly reduce the amount of objects needed to traditionally compensate for the absence of these abilities in the Xcelsius environment.</p>
<p>I wanted to create a simple yet powerful representation of these concepts that would show people that are new to Flex charting how exactly they may go about coding up quick charts to fill feature gaps and enhance their Xcelsius design-time productivity. I created a Line/Area/Column type combo chart that fulfills the requirements called out in the list above and have included the full source code, including a functional Xcelsius XLF model to serve as a functional example <a href="http://everythingxcelsius.com/wp-content/uploads/EverythingXcelsiusColumnChart1.zip" target="_blank">here</a>:</p>
<p>The property sheet is really simple and if you look at the example XLF, you’ll see how the data needs to be structured for the series and the chart data.</p>
<p>A few notes regarding this chart’s functionality:</p>
<ol>
<li>You can switch series types at runtime</li>
<li>You can add or remove series at runtime by blanking out a given series type cell value</li>
<li>You can add and remove data dynamically at runtime</li>
<li>You can change the order that series appear at runtime i.e. bringing to front or sending to back</li>
<li>You can set the chart’s font color through a color picker in the property sheet</li>
<li>Chart series are added in the order specified, so if you put an area series on last, it will render in front of the other series present on the chart, etc.</li>
<li>All of the chart’s functionality barring colors, is completely data driven</li>
<li>HTML tooltips only support basic tags and do not support images or other more advanced features…yet.</li>
<li>Data and tooltips share cells separated by a :  See XLF for an example</li>
<li><span style="color: #ff0000">Please refer to the XLF on how to properly structure your data for this chart</span></li>
</ol>
<p>In my next post, we will further extend this chart, adding in very useful features such as drilling down in-place, without any Xcelsius logic.</p>
<p>Best Regards,</p>
<p>Evan DeLodder<br />
<h3>Other Posts to See</h3>
<ul class="related_post">
<li>September 3, 2009 &#8212; <a href="http://everythingxcelsius.com/2009/09/formatting-visibility-and-watermarks.html" title="Formatting, Visibility and Watermarks">Formatting, Visibility and Watermarks (0)</a></li>
<li>January 21, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/01/salesforce-com-integration-for-xcelsius-2008.html" title="Salesforce.com Integration for Xcelsius 2008">Salesforce.com Integration for Xcelsius 2008 (1)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/2010/03/dynamic-combo-chart-and-source-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thanks for a successful webinar!</title>
		<link>http://everythingxcelsius.com/2010/03/thanks-for-a-successful-webinar.html</link>
		<comments>http://everythingxcelsius.com/2010/03/thanks-for-a-successful-webinar.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:29:43 +0000</pubDate>
		<dc:creator>Soo Tang Yuk</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius Training]]></category>
		<category><![CDATA[Sap Xcelsius Webinar]]></category>
		<category><![CDATA[Xcelsius Webinars]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1551</guid>
		<description><![CDATA[Hi Everyone,
We would like to officially announce that Michael Patton, of BMW Manufacturing, is the winner of the free seat to the Xcelsius Advanced Developer Workshop in Dallas, TX, on March 24-25. We apologize for the delay in announcing the winner, but we wanted to confirm that he would be able to attend.
For those of [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>We would like to officially announce that <strong>Michael Patton, </strong>of BMW Manufacturing, is the winner of the free seat to the <a href="http://www.regonline.com/builder/site/Default.aspx?eventid=789603">Xcelsius Advanced Developer Workshop</a> in Dallas, TX, on March 24-25. We apologize for the delay in announcing the winner, but we wanted to confirm that he would be able to attend.</p>
<p>For those of you who attended the webinar and received the discount code, we have decided to extend it out until 12AM PST, due to the delay on our behalf. For those of you who registered, but was not able to attend, you should have received an email with the discount code, if not, please send an email to <a href="mailto:soo@everythingxcelsius.com">soo@everythingxcelsius.com</a> and I will send you the code directly.</p>
<p>There is less than 3 weeks left for the workshop on March 24-25 in Dallas, TX, and the seats are filling up fast. We encourage anyone interested in attending, to <a href="http://www.regonline.com/builder/site/Default.aspx?eventid=789603">register</a> today. If you are having trouble with reserving a room at the hotel or have any other questions please feel free to send me an <a href="mailto:soo@everythingxcelsius.com">email</a> directly.</p>
<p>We hope to conduct another webinar soon and welcome any emails with topic suggestions.</p>
<p>Thanks,</p>
<p>Soo Tang Yuk<br />
<a href="mailto:soo@everythingxcelsius.com">soo@everythingxcelsius.com</a><br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>March 2, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/03/free-advanced-xcelsius-tips-and-tricks-webinar-with-giveaways.html" title="FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways!">FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways! (4)</a></li>
<li>February 9, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/02/how-to-use-xcelsius-2008-with-vba.html" title="VIDEO: How to use Xcelsius 2008 with VBA!">VIDEO: How to use Xcelsius 2008 with VBA! (5)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/2010/03/thanks-for-a-successful-webinar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways!</title>
		<link>http://everythingxcelsius.com/2010/03/free-advanced-xcelsius-tips-and-tricks-webinar-with-giveaways.html</link>
		<comments>http://everythingxcelsius.com/2010/03/free-advanced-xcelsius-tips-and-tricks-webinar-with-giveaways.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 14:00:45 +0000</pubDate>
		<dc:creator>Soo Tang Yuk</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius Training]]></category>
		<category><![CDATA[Sap Xcelsius Webinar]]></category>
		<category><![CDATA[Xcelsius 2008 Service Pack 3]]></category>
		<category><![CDATA[Xcelsius 2008 Tips]]></category>
		<category><![CDATA[Xcelsius Webinars]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1491</guid>
		<description><![CDATA[Join the Xcelsius Gurus Mico Yuk and Mike Alexander, Author, Crystal Xcelsius for Dummies, for a FREE 30 minutes webinar on advanced Xcelsius data management and visualization tips and tricks on Thursday, March 4, 2010, from 1-1:30pm. We only have 100 seats available, so please register today!
Below is the webinar agenda for your reference:

Introductions (Mico)
Data [...]]]></description>
			<content:encoded><![CDATA[<p>Join the Xcelsius Gurus Mico Yuk and Mike Alexander, Author, <a href="http://www.datapigtechnologies.com/"><em>Crystal Xcelsius for Dummies</em></a>, for a <a href="https://www1.gotomeeting.com/register/824763865">FREE 30 minutes webinar </a>on advanced Xcelsius data management and visualization tips and tricks on Thursday, March 4, 2010, from 1-1:30pm. We only have 100 seats available, so please <a href="https://www1.gotomeeting.com/register/824763865">register</a> today!</p>
<p>Below is the webinar agenda for your reference:</p>
<ol>
<li><strong>Introductions </strong>(<em>Mico</em>)</li>
<li><strong>Data management Tricks</strong> (<em>Mike</em>)
<ul>
<li>Copying Formulas from Xcelsius to Excel</li>
<li>Dynamcially Resetting Controls to a Default</li>
</ul>
</li>
<li><strong>Visualization Tricks </strong>(<em>Mike</em>)
<ul>
<li>Creating Web Style Menus</li>
<li>Creating a Pin-Cushion Chart (Simulating Drop Lines in Xcelsius)</li>
</ul>
</li>
<li><strong>Discuss Upcoming Training in March</strong> (<em>Mico</em>)</li>
<li><strong>Q&amp;A</strong> (<em>Mico</em>)</li>
</ol>
<p><strong> <span style="font-weight: normal;">This webinar is a preview to our Advanced Xcelsius Developer Workshop on March 24-25, 2010, in Dallas, TX. During the webinar we will be offering the following:</span><br />
</strong></p>
<ol>
<li><strong>Free!</strong> Seat Giveaway</li>
<li><strong>Discounted sign ups </strong>until 12am EST that day for $949/person instead of $1099/person</li>
<li>More info on what will be covered</li>
</ol>
<p>For more information on the workshop on March 24-25, 2010, please visit <a href="http://xcelsiustraining.com">http://xcelsiustraining.com</a></p>
<p>We only have <strong>100 spaces</strong> available for this <span style="text-decoration: underline;"><strong>FREE</strong></span> webinar, so please <a href="https://www1.gotomeeting.com/register/824763865">reserve</a> yours today! Click <a href="http://https://www1.gotomeeting.com/register/824763865">here</a> to register!<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>March 9, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/03/thanks-for-a-successful-webinar.html" title="Thanks for a successful webinar! ">Thanks for a successful webinar!  (0)</a></li>
<li>February 9, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/02/how-to-use-xcelsius-2008-with-vba.html" title="VIDEO: How to use Xcelsius 2008 with VBA!">VIDEO: How to use Xcelsius 2008 with VBA! (5)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/2010/03/free-advanced-xcelsius-tips-and-tricks-webinar-with-giveaways.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VIDEO: How to use Xcelsius 2008 with VBA!</title>
		<link>http://everythingxcelsius.com/2010/02/how-to-use-xcelsius-2008-with-vba.html</link>
		<comments>http://everythingxcelsius.com/2010/02/how-to-use-xcelsius-2008-with-vba.html#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 as PivotTables
Extend VBA to [...]]]></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><br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>March 9, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/03/thanks-for-a-successful-webinar.html" title="Thanks for a successful webinar! ">Thanks for a successful webinar!  (0)</a></li>
<li>March 2, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/03/free-advanced-xcelsius-tips-and-tricks-webinar-with-giveaways.html" title="FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways!">FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways! (4)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/2010/02/how-to-use-xcelsius-2008-with-vba.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Xcelsius Advanced Developer Workshop on March 24-25, 2010</title>
		<link>http://everythingxcelsius.com/2010/02/xcelsius-advanced-developer-workshop-on-march-24-25-2010.html</link>
		<comments>http://everythingxcelsius.com/2010/02/xcelsius-advanced-developer-workshop-on-march-24-25-2010.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 21:33:59 +0000</pubDate>
		<dc:creator>Mico Yuk</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Xcelsius Training]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1398</guid>
		<description><![CDATA[Hi Everyone,
If you are anywhere online, you are probably starting to hear the buzz about the upcoming Xcelsius Advanced Developer Workshop, being held in Dallas, TX. I will be conducting the training along side, Mike Alexander, author of the popular book, Crystal Xcelsius for Dummies. Last year the training sold out early, so we encourage [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>If you are anywhere online, you are probably starting to hear the buzz about the upcoming <a href="http://www.regonline.com/builder/site/default.aspx?EventID=789603" target="_blank">Xcelsius Advanced Developer Workshop</a>, being held in Dallas, TX. I will be conducting the training along side, <strong><em>Mike Alexander</em></strong>, author of the popular book,<em> <a href="http://www.datapigtechnologies.com/" target="_blank">Crystal Xcelsius for Dummies</a></em>. Last year the training sold out early, so we encourage everyone to register early. Register <em><span style="text-decoration: underline;">before</span> <strong>2/15</strong> </em>and receive the early bird special $200 discount! This year, the training is filled with tons of surprises and prizes, along with breakfast and lunch with the us.</p>

<a href='http://everythingxcelsius.com/2010/02/xcelsius-advanced-developer-workshop-on-march-24-25-2010.html/p1012471' title='P1012471'><img width="150" height="150" src="http://everythingxcelsius.com/wp-content/uploads/P1012471-150x150.jpg" class="attachment-thumbnail" alt="" title="P1012471" /></a>
<a href='http://everythingxcelsius.com/2010/02/xcelsius-advanced-developer-workshop-on-march-24-25-2010.html/p1012468' title='P1012468'><img width="150" height="150" src="http://everythingxcelsius.com/wp-content/uploads/P1012468-150x150.png" class="attachment-thumbnail" alt="" title="P1012468" /></a>

<p>On the 1st day, the training will cover, Advanced Dashboarding Techniques. Mike and I will be giving techniques on how to design your Xcelsius dashboard. On the 2nd day we will cover Advanced Data Connectivity Techniques. For more information about the training agenda, please visit <a href="http://www.regonline.com/builder/site/Default.aspx?eventid=789603" target="_blank">http://xcelsiustraining.com</a>. You can also follow our <a href="http://www.facebook.com/pages/Everything-Xcelsius/180623935827" target="_blank">FaceBook FanPage </a>or the <a href="http://myxcelsius.com/2010/02/02/xcelsius-advanced-developer-workshop-in-frisco-tx/" target="_blank">My Xcelsius Blog</a> to see what others are buzzing about.</p>
<p>Remember, catch the early bird special by registering before <strong><em>2/15.</em></strong> We look forward to seeing everyone there!!</p>
<p><em><a href="http://everythingxcelsius.com/about" target="_blank">Mico Yuk</a> is the founder of the Xcelsius Guru Network and the Everything Xcelsius blog. To learn more about her, please visit our <a title="About Us" href="http://everythingxcelsius.com/about" target="_blank">About Us</a> page.</em><br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>March 9, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/03/thanks-for-a-successful-webinar.html" title="Thanks for a successful webinar! ">Thanks for a successful webinar!  (0)</a></li>
<li>March 2, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/03/free-advanced-xcelsius-tips-and-tricks-webinar-with-giveaways.html" title="FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways!">FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways! (4)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/2010/02/xcelsius-advanced-developer-workshop-on-march-24-25-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overview of Xcelsius 2008 SP3 &#8211; Part II (Videos)</title>
		<link>http://everythingxcelsius.com/2010/01/overview-of-xcelsius-2008-sp3-part-ii-videos.html</link>
		<comments>http://everythingxcelsius.com/2010/01/overview-of-xcelsius-2008-sp3-part-ii-videos.html#comments</comments>
		<pubDate>Tue, 26 Jan 2010 14:00:40 +0000</pubDate>
		<dc:creator>Kalyan Verma</dc:creator>
				<category><![CDATA[Guru Reviews]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius 2008 Service Pack 3]]></category>
		<category><![CDATA[Youtube Video]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1317</guid>
		<description><![CDATA[Happy New Year. Well, it&#8217;s January, so we can still exchange wishes. As you all know, towards the end of 2009, SAP released Service Pack 3 for Xcelsius 2008. I started a video series to show you what&#8217;s new in the latest service pack. This is a 2 part series. In part I, I showed [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1318" style="margin-left: 10px; margin-right: 10px;" src="http://everythingxcelsius.com/wp-content/uploads/Xcelsius-Service-Pack-3.jpg" alt="Overview of Xcelsius Service Pack 3" width="315" height="217" />Happy New Year. Well, it&#8217;s January, so we can still exchange wishes. As you all know, towards the end of 2009, SAP released Service Pack 3 for Xcelsius 2008. I started a video series to show you what&#8217;s new in the latest service pack. This is a 2 part series. In <a title="Xcelsius Service Pack 3 Part 1" href="http://everythingxcelsius.com/2009/12/xcelsius-sp3-video-overview-1.html" target="_self">part I</a>, I showed you how to download and install the service pack. I also talked about the new components. As promised, here is part II. In these videos I talk about the new features and also performance enhancements. I tried to squeeze it into a single video, but I couldn&#8217;t and since I can only upload a 10min or less video on YouTube, I split it into two. So part II comprises of 2 videos. Don&#8217;t forget to watch both of them to get a complete overview. I tried to do my best to cover all the new features, if I had missed something, please feel free to use the comments section to shout it out. Watch the videos after the jump.</p>
<p><a href="http://www.youtube.com/watch?v=dUEV9PYcX90" target="_blank"><strong><span style="text-decoration: underline;">Part II Video 1</span></strong></a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="660" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/dUEV9PYcX90&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="660" height="405" src="http://www.youtube.com/v/dUEV9PYcX90&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.youtube.com/watch?v=-V2yYB9bJCg" target="_blank"><strong><span style="text-decoration: underline;">Part II Video 2</span></strong></a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="660" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/-V2yYB9bJCg&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="660" height="405" src="http://www.youtube.com/v/-V2yYB9bJCg&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a title="Kalyan Verma" href="http://everythingxcelsius.com/author/kverma" target="_self"><em>Kalyan Verma</em></a><em> is a BI consultant, freelance Xcelsius Developer and a </em><a title="MyXcelsius" href="http://myxcelsius.com" target="_self"><em>Web Blogger</em></a><em>. He is based out of Boston, MA and his technology interests range from BI to Visual Data Analysis. Visit our </em><a title="Xcelsius Gurus" href="http://everythingxcelsius.com/gurus" target="_self"><em>Gurus page</em></a><em> for more info.</em><br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>December 29, 2009 &#8212; <a href="http://everythingxcelsius.com/2009/12/xcelsius-sp3-video-overview-1.html" title="Overview of Xcelsius 2008 SP3 &#8211; Part I (Video)">Overview of Xcelsius 2008 SP3 &#8211; Part I (Video) (12)</a></li>
<li>March 2, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/03/free-advanced-xcelsius-tips-and-tricks-webinar-with-giveaways.html" title="FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways!">FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways! (4)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/2010/01/overview-of-xcelsius-2008-sp3-part-ii-videos.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Salesforce.com Integration for Xcelsius 2008</title>
		<link>http://everythingxcelsius.com/2010/01/salesforce-com-integration-for-xcelsius-2008.html</link>
		<comments>http://everythingxcelsius.com/2010/01/salesforce-com-integration-for-xcelsius-2008.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 14:00:06 +0000</pubDate>
		<dc:creator>Ryan Goodman</dc:creator>
				<category><![CDATA[FleXcelsius]]></category>
		<category><![CDATA[Guru Tips]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1313</guid>
		<description><![CDATA[
Software as-a-service applications like Salesforce.com and Google Maps Premier enable organizations of all sizes to offload operational and infrastructure costs associated with on-premise software. Organizations that have made significant investments in on-premise business intelligence are now mashing up data from web-based solutions thanks to powerful APIs. In the last year, Salesforce.com and Google Maps integrations [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1381 alignnone" style="margin-top: 10px; margin-bottom: 10px;" title="graphic" src="http://everythingxcelsius.com/wp-content/uploads/graphic.gif" alt="" width="600" height="172" /></p>
<p>Software as-a-service applications like Salesforce.com and Google Maps Premier enable organizations of all sizes to offload operational and infrastructure costs associated with on-premise software. Organizations that have made significant investments in on-premise business intelligence are now mashing up data from web-based solutions thanks to powerful APIs. In the last year, <a title="Salesforce.com integration for Xcelsius" href="http://david-moss.com/products/sfdc.html" target="_blank">Salesforce.com</a> and <a title="GMaps Plugin for Xcelsius" href="http://centigonsolutions.com/components/gmaps.html" target="_blank">Google Maps</a> integrations for Xcelsius have popped up making it easier than ever to integrate these technologies without any coding. Third party software solution providers like <a href="http://centigonsolutions.com" target="_blank">Centigon Solutions </a>and <a href="http://david-moss.com/about" target="_blank">Moss Solutions</a> are bridging the gaps between these powerful web-based platforms and Xcelsius.</p>
<p>For Salesforce.com users, you now have the perfect solution to easily load and analyze data within Xcelsius dashboards. Last year, I was introduced to David Moss of Moss Solutions, who developed the Force.com Integration for Xcelsius. As a technologist I was obviously interested to see how he designed the solution, but as a Salesforce.com customer I was even more excited to see how I could use the integration for my own business. The Force.com Integration for Xcelsius connects directly to Salesforce.com reports, even if your organization uses custom SFDC fields, objects, and report types.  The integration leverages all of the filtering, summarization, layout, etc. defined within the Salesforce.com reports, making the integration extremely simple to implement and manage for the user of the component.</p>
<p>As an Xcelsius developer, you can use either a SFDC Connector within the Xcelsius data manager, or an interactive table component which provides inline drilling, grouping, ad-hoc filtering, and navigation of Salesforce.com report data. This tabular component is rich in functionality providing a simple way to drill through large volumes of data with extremely fast performance. A full list of features is available here at <a href="http://david-moss.com/products/sfdc.html" target="_blank">Moss Solutions</a><span style="text-decoration: underline;"><a href="http://david-moss.com/products/sfdc.html" target="_blank">.</a></span></p>
<p><img class="alignnone size-medium wp-image-1314" src="http://everythingxcelsius.com/wp-content/uploads/forceintegration-300x166.gif" alt="" width="300" height="166" /></p>
<h1>Real-World ROI</h1>
<p>David and I collaborated last year on a demonstration that I shared at the BusinessObjects user conference. The story behind the dashboard is a real customer use case to understand campaign effectiveness. Our customer’s campaigns invited targeted members to attend one in a series of local trade shows across the US. With lead information and conversion data captured at the tradeshows, the customer wanted to visually analyze who attended the trade show and to what extent the lead interacted with our customer. With a simple Salesforce.com report we could easily view the regional campaigns and view the leads. The report resulted in pages of data, which provided no insight to performance.</p>
<p>As a first time user of the <a title="Salesforce.com integration for Xcelsius" href="http://david-moss.com/products/sfdc.html" target="_blank">Force.com Integration for Xcelsius</a>, I was drilling through lead data from each campaign down to its campaign members within no time, but still desired a way to visually digest all of the valuable data. I next added the <a href="http://centigonsolutions.com/components/gmaps.html" target="_blank">GMaps Plugin</a> for Xcelsius to the dashboard, and setup the Force.com grid component so that drills and selections on the Salesforce.com data would be output to the Xcelsius model, and drive changes within the map. This allowed all of the leads and campaigns to be shown on the map, with the leads color-coded based on their status. The resulting spatial analysis provided tremendous insight based on lead proximity from the campaigns. From this analysis, the customer can not only measure the relative success of the campaigns that have already taken place, but can also quickly assess other locations for future campaigns. (See .swf below)</p>
<p><object style="width: 600px; height: 450px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="play" value="false" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="src" value="http://everythingxcelsius.com/wp-content/uploads/sfdcdemo4.swf " /><embed style="width: 600px; height: 450px;" type="application/x-shockwave-flash" width="600" height="450" src="http://everythingxcelsius.com/wp-content/uploads/sfdcdemo4.swf " menu="false" loop="false" play="false"></embed></object></p>
<p>Using out of the box Xcelsius functionality, we were able to plug in the campaign costs and dynamically calculate financial ratios related to ROI. Using some more advanced calculations we could actually calculate effectiveness of a campaign based on the lead’s proximity from the event. This is the real value that customers want to uncover from dashboard applications and we are on the right path to make this analysis much easier to create.</p>
<p>If you are a Salesforce.com customer who is seeking a way to extract valuable analysis outside of the web-based tools out there, I highly suggest you take a look at the Force.com Integration for Xcelsius from Moss Solutions. You may sign-up for a trial at <a href="http://david-moss.com/registration" target="_blank">http://david-moss.com/registration</a> .  Feel free to ping me with any questions about my experiences with the technology and how I am going to implement it within my own organization.</p>
<p><em><a href="http://everythingxcelsius.com/author/rgoodman" target="_blank">Ryan Goodman</a> is the Founder of <a href="http://www.centigonsolutions.com/" target="_blank">Centigon Solutions</a>, an SAP® software solution partner that is strategically focused on developing add-on products for use with Xcelsius®. To learn more about him, please visit our new <a href="http://everythingxcelsius.com/gurus" target="_blank">Gurus</a> page</em><br />
<h3>Other Posts to See</h3>
<ul class="related_post">
<li>March 11, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/03/dynamic-combo-chart-and-source-code.html" title="Dynamic Combo Chart and Source Code">Dynamic Combo Chart and Source Code (0)</a></li>
<li>August 20, 2008 &#8212; <a href="http://everythingxcelsius.com/2008/08/3-xcelsius-2008-components-to-avoid.html" title="3 Xcelsius 2008 Components to Avoid!">3 Xcelsius 2008 Components to Avoid! (3)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/2010/01/salesforce-com-integration-for-xcelsius-2008.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Overview of Xcelsius 2008 SP3 &#8211; Part I (Video)</title>
		<link>http://everythingxcelsius.com/2009/12/xcelsius-sp3-video-overview-1.html</link>
		<comments>http://everythingxcelsius.com/2009/12/xcelsius-sp3-video-overview-1.html#comments</comments>
		<pubDate>Tue, 29 Dec 2009 14:00:46 +0000</pubDate>
		<dc:creator>Kalyan Verma</dc:creator>
				<category><![CDATA[Guru Reviews]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius 2008 Service Pack 3]]></category>
		<category><![CDATA[Youtube Video]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1274</guid>
		<description><![CDATA[I know it&#8217;s not a breaking news anymore that Xcelsius SP3 is out there to download. However, I tried to put together a video post on the same. I&#8217;m sure by now many of you must have already downloaded the new SP3 and playing with the new and exciting features and components like a little [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1275" style="margin-left: 15px;margin-right: 15px" src="http://everythingxcelsius.com/wp-content/uploads/Splash.jpg" alt="Xcelsius Service Pack 3" width="315" height="217" />I know it&#8217;s not a breaking news anymore that Xcelsius SP3 is out there to <a title="Xcelsius SP3 Download" href="https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm" target="_blank">download</a>. However, I tried to put together a video post on the same. I&#8217;m sure by now many of you must have already downloaded the new SP3 and playing with the new and exciting features and components like a little kid who just got his/her Christmas gift. Trust me, I did the same. This is a 2 part video post series. Part I is all about Downloading, Installing and the New Components. Part 2 is all about the new features. I encourage you all to <a title="Subscribe" href="http://feeds2.feedburner.com/EverythingXcelsius" target="_blank">subscribe</a> to our RSS feed so that you don&#8217;t miss out on Part 2 video.</p>
<p>Apart from showing how to Download, Install and talking about the new components, I also quickly demonstrated how to use them. Beginners might find it a little hard to follow. Please note that this is just to introduce the components. We will be doing a series of Text and Video posts in the near future to demonstrate the full functionality of the new components.</p>
<p><object width="560" height="325"><param name="movie" value="http://www.youtube.com/v/42QQjGka5Kg&#038;hl=en_US&#038;fs=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/42QQjGka5Kg&#038;hl=en_US&#038;fs=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="563" height="325"></embed></object></p>
<p><a title="Kalyan Verma" href="http://everythingxcelsius.com/author/kverma" target="_self"><em>Kalyan Verma</em></a><em> is a BI consultant, freelance Xcelsius Developer and a </em><a title="MyXcelsius" href="http://myxcelsius.com" target="_self"><em>Web Blogger</em></a><em>. He is based out of Boston, MA and his technology interests range from BI to Visual Data Analysis. Visit our </em><a title="Xcelsius Gurus" href="http://everythingxcelsius.com/gurus" target="_self"><em>Gurus page</em></a><em> for more info.</em><br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>January 26, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/01/overview-of-xcelsius-2008-sp3-part-ii-videos.html" title="Overview of Xcelsius 2008 SP3 &#8211; Part II (Videos)">Overview of Xcelsius 2008 SP3 &#8211; Part II (Videos) (4)</a></li>
<li>March 2, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/03/free-advanced-xcelsius-tips-and-tricks-webinar-with-giveaways.html" title="FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways!">FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways! (4)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/2009/12/xcelsius-sp3-video-overview-1.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Top 10 Xcelsius 2008 SP3 Enhancements!</title>
		<link>http://everythingxcelsius.com/2009/12/top-10-xcelsius-2008-sp3-enhancements.html</link>
		<comments>http://everythingxcelsius.com/2009/12/top-10-xcelsius-2008-sp3-enhancements.html#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:32:54 +0000</pubDate>
		<dc:creator>Ryan Goodman</dc:creator>
				<category><![CDATA[Guru Tips]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>
		<category><![CDATA[Xcelsius 2008 Service Pack 3]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1265</guid>
		<description><![CDATA[BusinessObjects’ release of Xcelsius 2008 SP3 is a great step forward for customers to benefit from new charting, performance enhancements, and other capabilities that make dashboard development easier. For fellow Xcelsius customers and developers who have been patiently waiting for new functionality, this release is the one we have been waiting for.
Here are my top [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt">BusinessObjects’ release of Xcelsius 2008 SP3 is a great step forward for customers to benefit from new charting, performance enhancements, and other capabilities that make dashboard development easier. For fellow Xcelsius customers and developers who have been patiently waiting for new functionality, this release is the one we have been waiting for.</p>
<p>Here are my top 10 features to help you jumpstart your exploration of new Xcelsius SP3 enhancements:</p>
<ol>
<li>
<h1>Performance</h1>
<p>With a commitment to improve performance, there is a new option to optimize Excel performance in addition to promises of improvements to other previous performance concerns both inside of the Xcelsius design environment and runtime SWF files.<br />
<img src="http://ryangoodman.net/blog/media/sp3/optimizespreadsheet.jpg" alt="" width="490" height="115" /></li>
<li>
<h1>Bullet charts</h1>
<p>A Steven Few inspired component set, the Bullet chart provides a new visualization tool for Xcelsius developers who want to maximize screen real estate while communicating more data.<img src="http://ryangoodman.net/blog/media/sp3/bullet.jpg" alt="Bullet Chart" width="540" height="200" /></li>
<li>
<h1>Sparklines</h1>
<p>Sparklines are the second new charting edition to Xcelsius that also provide significant value for organizations who want to leverage the popular data visualization control within Xcelsius. Previously only attained with add-on components, this functionality comes packaged with Xcelsius.<img src="http://ryangoodman.net/blog/media/sp3/sparkline.jpg" alt="sparkline" width="376" height="241" /></li>
<li>
<h1>Selector Enhancements</h1>
<p>In Xcelsius, staging data for visualization has long contributed to the learning curve required for building excellent dashboards. As a step forward to make selector configuration easier, the Xcelsius team has exposed new global properties for selectors. Hopefully this is only the first step to seeing significant improvements to selectors since this is the most powerful yet difficult concept to learn in Xcelsius.</p>
<ul>
<li>No selection- Sometimes a developer does not want a selector to trigger until it is clicked on. While this request is simple in concept, this functionality was not available until now. For the casual Xcelsius developer this is not a major feature until it becomes a requirement, but those fellow developers who have experienced this limitation will appreciate this feature.</li>
<li>Multi-selection- Another developer-centric feature, multi-selection capabilities will enable a dashboard to trigger multiple events which was previously accomplished with workarounds (Excel logic and hidden selectors). The first time you open a standard selector, developers will noticed a revised property sheet UI that is extremely easy to pick up using previous Xcelsius experience.</li>
</ul>
</li>
<li>
<h1>Chart Enhancements</h1>
<p><img src="http://ryangoodman.net/blog/media/sp3/chartenhancements.jpg" alt="Chart Enhancements" width="540" height="200" /></p>
<ul>
<li>Sorting- The chart sorting requirements traditionally fulfilled with Excel logic or add-on components are now fulfilled for charts using a new sort behavior. Accessible in the chart behavior tab during design time, this functionality is extremely valuable when data is not loaded into a dashboard pre-sorted.</li>
<li>Labeling- As one of the most commonly requested features for Xcelsius, visible chart labels is now available simply by checking a box in the chart appearance tab under labels. Enable value and series label functionality and format them according to your design specifications.</li>
</ul>
</li>
<li>
<h1>Chart slider</h1>
<p>To fill in IMT time slider capabilities previously available in BusinessObjects performance manager, developers can extend flexibility for end users to focus on a specific range within a time series using a dual slider. Built directly into the Xcelsius chart components, you can easily enable this functionality in the behavior tab.<br />
<img src="http://ryangoodman.net/blog/media/sp3/chartslider.jpg" alt="Chart Slider" width="411" height="243" /></li>
<li>
<h1>Bindable Colors</h1>
<p>As one of my personal favorites, you can now bind any color to the spreadsheet using a simple color binding option.<br />
<img src="http://ryangoodman.net/blog/media/sp3/bindcolor.jpg" alt="Bind Colors" width="230" height="266" /></li>
<li>
<h1>Scorecard</h1>
<p>For any existing Xcelsius developers who have struggled aligning icons or hidden selectors, a real scorecard component will be a breath of fresh air, making it a relatively simple process  for configuring alert indicators within a vertical table. I can instantly see a lot of opportunities to expand on this component, so I am interested to hear the community use cases for this new component.<br />
<img src="http://ryangoodman.net/blog/media/sp3/scorecard.jpg" alt="scorecard" width="336" height="211" /></li>
<li>
<h1>Canvas Container Component</h1>
<p>This is a nice component for new Xcelsius developers who want to group components without learning dynamic visibility. This component is available with the other container components.</li>
<li>
<h1>New Gauge properties</h1>
<p>Gauges have long been criticized for consuming a large volume of screen real estate without displaying enough information within the control. For customers who insist on using these controls, Xcelsius offers additional capabilities previously available in BusinessObjects performance manager. Bind multiple values to a single gauge and track them as marker indicators or additional needles. From the second you open the gauge property sheet, you can easily take advantage of these new features using the same paradigm you have always used.</p>
<p><img style="border: 0px initial initial" src="http://ryangoodman.net/blog/media/sp3/dial.jpg" alt="Dial and Container" width="244" height="242" /></li>
</ol>
<p>Please download SP3 directly from <a href="https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm"><strong>SAP Software Download Site</strong></a>.</p>
<p><em><a href="http://everythingxcelsius.com/author/rgoodman" target="_blank">Ryan Goodman</a> is the Founder of <a href="http://www.centigonsolutions.com/" target="_blank">Centigon Solutions</a>, an SAP® software solution partner that is strategically focused on developing add-on products for use with Xcelsius®. To learn more about him, please visit our new <a href="http://everythingxcelsius.com/gurus" target="_blank">Gurus</a> page</em><br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>March 2, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/03/free-advanced-xcelsius-tips-and-tricks-webinar-with-giveaways.html" title="FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways!">FREE Advanced Xcelsius Tips and Tricks Webinar with giveaways! (4)</a></li>
<li>January 26, 2010 &#8212; <a href="http://everythingxcelsius.com/2010/01/overview-of-xcelsius-2008-sp3-part-ii-videos.html" title="Overview of Xcelsius 2008 SP3 &#8211; Part II (Videos)">Overview of Xcelsius 2008 SP3 &#8211; Part II (Videos) (4)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/2009/12/top-10-xcelsius-2008-sp3-enhancements.html/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Start Creating Your Own Custom Xcelsius Charts: Column Chart</title>
		<link>http://everythingxcelsius.com/2009/11/start-creating-your-own-custom-xcelsius-charts-column-chart.html</link>
		<comments>http://everythingxcelsius.com/2009/11/start-creating-your-own-custom-xcelsius-charts-column-chart.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 12:00:12 +0000</pubDate>
		<dc:creator>Evan DeLodder</dc:creator>
				<category><![CDATA[FleXcelsius]]></category>
		<category><![CDATA[Guru Tips]]></category>

		<guid isPermaLink="false">http://everythingxcelsius.com/?p=1233</guid>
		<description><![CDATA[As part of a small series that works through building a custom component, from demonstrating very basic functionality to more advanced and detailed property sheet integrations, I wanted to start with a very familiar and simple component concept to get started: A custom Flex-based column chart.
We’ll start by setting up the Flex component, its charting [...]]]></description>
			<content:encoded><![CDATA[<p>As part of a small series that works through building a custom component, from demonstrating very basic functionality to more advanced and detailed property sheet integrations, I wanted to start with a very familiar and simple component concept to get started: A custom Flex-based column chart.</p>
<p>We’ll start by setting up the Flex component, its charting data provider, a few basic styles, and a very basic custom property sheet integration. You can find all of the (xlx, xlp, Flex source) <a href="http://everythingxcelsius.com/wp-content/uploads/EverythingXcelsiusColumnChart.zip">source code here…</a></p>
<p>We’re working with an MXML-based component to illustrate a rapid way to construct custom charts and also because I prefer markup to pure ActionScript coding for readability and ease of use. I also think that a lot of attendees learning about the SDK for the first time at the BOBJ conference in October looked rightfully frightened seeing pure AS components and 1000’s of lines of code for 1 simple component. Here, we’ve used &lt;100 lines of code for our chart, mostly markup, and we have achieved an impressively rapid custom column chart as the result. Creating this entire project (chart, property sheet, Xcelsius Packager) took under an hour.</p>
<p><img class="aligncenter size-full wp-image-1235" src="http://everythingxcelsius.com/wp-content/uploads/LineChart.jpg" alt="LineChart" width="628" height="341" /></p>
<p>We’ll keep posting updated source code as this component evolves through the series, including in-line source code comments. Please note* Use the code however you’d like. However, it will be up to you to ensure its stability and is not recommended for a production environment, more as a jump start to inspire confidence and ideas for injecting easy and free custom charts into your Xcelsius projects.</p>
<p>To use the component in Xcelsius, bind the data property to a single row of data, as we only have 1 series at this stage. Then, select your fill type and you&#8217;re all set.</p>
<p>**I took the property sheet directly from the BOBJ SDK examples and quickly modified it to meet these requirements. Try it for yourself and see what else you can add on if you&#8217;d like.</p>
<p>**Also, remember to set up this project using the SDK fundamentals (i.e. setting the compiler to 2.0.1 HF3, referencing the Xcelsius SDK swc, etc.)</p>
<p>**If anyone has a custom chart they&#8217;d like to see, please feel free to comment.</p>
<p>Next, we’ll look at adding multiple series, custom tooltips, number formatting and some additional styling controls.<br />
<h3>Other Posts to See</h3>
<ul class="related_post">
<li>June 30, 2009 &#8212; <a href="http://everythingxcelsius.com/2009/06/show-chart-values-without-hovering.html" title="Video: Show Chart Values without Hovering">Video: Show Chart Values without Hovering (0)</a></li>
<li>November 4, 2008 &#8212; <a href="http://everythingxcelsius.com/2008/11/xcelsius-2008-sp1-fix-pack-1-link-fixed.html" title="Xcelsius 2008 SP1 Fix Pack 1 Link Fixed!">Xcelsius 2008 SP1 Fix Pack 1 Link Fixed! (0)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://everythingxcelsius.com/2009/11/start-creating-your-own-custom-xcelsius-charts-column-chart.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.738 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-11 09:24:30 -->
