<?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>David Lai&#039;s Business Intelligence Blog &#187; Main</title>
	<atom:link href="http://davidlai101.com/blog/category/main/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidlai101.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 23 Jul 2010 05:53:28 +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>Inovista Microcharts part 2</title>
		<link>http://davidlai101.com/blog/2009/10/20/inovista-microcharts-part-2/</link>
		<comments>http://davidlai101.com/blog/2009/10/20/inovista-microcharts-part-2/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 07:03:50 +0000</pubDate>
		<dc:creator>David Lai</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[expand]]></category>
		<category><![CDATA[imt slider]]></category>
		<category><![CDATA[inovista]]></category>
		<category><![CDATA[microcharts]]></category>
		<category><![CDATA[sorting]]></category>
		<category><![CDATA[tree grid]]></category>
		<category><![CDATA[Xcelsius]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In my previous article I gave an overview of the Microcharts plug-in for Xcelsius and a quick example of creating a Microcharts Datatable.  In addition, I explained how to replicate the same example in Xcelsius using workarounds that would make development much more timely and harder to maintain.
In this article I would like to [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous article I gave an overview of the Microcharts plug-in for Xcelsius and a quick example of creating a Microcharts Datatable.  In addition, I explained how to replicate the same example in Xcelsius using workarounds that would make development much more timely and harder to maintain.</p>
<p>In this article I would like to talk about some important features that Inovista Microcharts has that Xcelsius cannot reproduce.  A very important table component that Xcelsius lacks is the ability to expand and contract your rows like a tree.  Inovista has a component called a &#8220;Microchart Tree Grid&#8221; that allows a user to expand and contract rows so that users can group their rows accordingly.  This is extremely important if we don&#8217;t want to clutter a table view with too many rows.<br />
<span id="more-8"></span></p>
<p>Below is a sample that I have taken from the Inovista website that shows a Tree table in action.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_treegrid_1592459328"
			class="flashmovie"
			width="550"
			height="500">
	<param name="movie" value="http://www.davidlai101.com/blog/media/blogs/bobj/microcharts/treegrid.swf " />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.davidlai101.com/blog/media/blogs/bobj/microcharts/treegrid.swf "
			name="fm_treegrid_1592459328"
			width="550"
			height="500">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a><br />

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>Looking further into the example, there are 2 additional components inside the tree table that Xcelsius cannot reproduce.  First of all, Xcelsius does not have the ability to create a bulletgraph, which is quite a popular item used in dashboards.  In addition, the ability to create checkmarks and other shapes would be very hard to reproduce in Xcelsius; thus is another component lacking in Xcelsius since many dashboards contain checkmarks and stars for ratings.  The option to put the x-axis scale on the header or y-axis scale on each graph is also a useful feature that Inovista provides for the Microcharts table and Microcharts treegrid.  Finally the ability to move the columns around is also another useful feature that Xcelsius does not allow.</p>
<p>There are however, a few problems that remain with the treegrid which comes mainly from the column sorting ability.  Please use the example below as a reference.<br />

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_example_75508470"
			class="flashmovie"
			width="550"
			height="500">
	<param name="movie" value="http://www.davidlai101.com/blog/media/blogs/bobj/microcharts/example.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.davidlai101.com/blog/media/blogs/bobj/microcharts/example.swf"
			name="fm_example_75508470"
			width="550"
			height="500">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a><br />

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object><br />
The first problem comes from the fact that sorting only occurs alphabetically and cannot be modified to be sorted numerically.  For example if we have the following numbers 1, 2, 19; the sort order will be 1, 19, 2 which is incorrect.  The next problem is that the Microcharts treegrid doesn&#8217;t sort by parent and then child.  For example if you expand the parent nodes and try to sort the items, the result will be a messed up list where child nodes are all over the place.</p>
<p>Sorting is an important element but not a show stopper so hopefully the author fixes these problems for the next Inovista release.</p>
<p>The final important feature that Inovista provides that Xcelsius cannot reproduce is the IMT slider, which is similar to the slider that you find in the finance.google.com charts and biz.yahoo.com charts.  This is extremely useful as it allows users to intuitively view a window of time that they are interested in.<br />

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_imtslider_888097831"
			class="flashmovie"
			width="550"
			height="500">
	<param name="movie" value="http://www.davidlai101.com/blog/media/blogs/bobj/microcharts/imtslider.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.davidlai101.com/blog/media/blogs/bobj/microcharts/imtslider.swf"
			name="fm_imtslider_888097831"
			width="550"
			height="500">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a><br />

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://davidlai101.com/blog/2009/10/20/inovista-microcharts-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BEWARE OF FREDERICK CARTER (Pathway Technologies Inc)</title>
		<link>http://davidlai101.com/blog/2009/08/11/beware-of-frederick-carter-pathway-techn/</link>
		<comments>http://davidlai101.com/blog/2009/08/11/beware-of-frederick-carter-pathway-techn/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 15:30:18 +0000</pubDate>
		<dc:creator>David Lai</dc:creator>
				<category><![CDATA[Main]]></category>
		<category><![CDATA[dianne sawyer]]></category>
		<category><![CDATA[fannie mae]]></category>
		<category><![CDATA[fred carter]]></category>
		<category><![CDATA[frederick carter]]></category>
		<category><![CDATA[pathway technologies]]></category>
		<category><![CDATA[ripoff]]></category>
		<category><![CDATA[scam]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is a warning to all consultants and anyone who has professional contact with Frederick Carter.
I&#8217;ve worked with many clients in the BI and BOBJ industry and unfortunately this is the first customer that I have provided services for who ran away without paying.  Apparently Frederick needed some work accomplished in a short period [...]]]></description>
			<content:encoded><![CDATA[<p>This is a warning to all consultants and anyone who has professional contact with Frederick Carter.</p>
<p>I&#8217;ve worked with many clients in the BI and BOBJ industry and unfortunately this is the first customer that I have provided services for who ran away without paying.  Apparently Frederick needed some work accomplished in a short period of time and I was generous enough to complete a week&#8217;s worth of Xcelsius work without even taking a deposit.</p>
<p>Luckily, towards the end of a week&#8217;s work, I accidentally heard one of his conversations with his accomplice &#8220;Dianne Sawyer&#8221; saying that he was going to stiff me and not pay.  In addition, he said that &#8220;The client he was trying to score the contract with thinks that all the Xcelsius work was done by him, and that he could learn how to be an Xcelsius and Business Objects expert in 1 week&#8221;.  I called him up on this and he kept making excuses that he was having cash flow problems.  He said that he would promise to pay if I would do a few more hours of work for him so that he could score a contract with Fannie Mae.  So, out of sympathy I completed a few hours of work for him and after the work was completed, he started ignoring my emails and phone calls regarding payment.</p>
<p>After he found out he got kicked out of the linked in group &#8220;Xcelsius Gurus&#8221; since he ripped off another Xcelsius Consultant &#8220;Kalyan Verma&#8221;, he started begging me to get him back into the group and offered to pay off his debt in payments.  I was nice enough to agree and he paid an initial payment of $200.  However a week later he purposely closed his account on paypal and the $200 payment got reversed.</p>
<p>After that he has ignored all calls and emails.</p>
<p>I hope this posting will expose and help prevent Frederick Carter from ripping off anymore consultants and businesses since we all work hard for our living.  For those who are interested, I have all the chat logs and emails sent back and forth between us to prove everything that happened.</p>
<p>Here is a link to his linked-in profile</p>
<p>http://www.linkedin.com/in/frederickcarter</p>
<p>His Corporation is <b>Pathway Technologies Inc.</b><br />
His Accomplice is <b>Dianne Sawyer</b></p>
]]></content:encoded>
			<wfw:commentRss>http://davidlai101.com/blog/2009/08/11/beware-of-frederick-carter-pathway-techn/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Happy new years to all the readers!</title>
		<link>http://davidlai101.com/blog/2009/01/08/happy-new-years-to-all-the-readers/</link>
		<comments>http://davidlai101.com/blog/2009/01/08/happy-new-years-to-all-the-readers/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 06:10:19 +0000</pubDate>
		<dc:creator>David Lai</dc:creator>
				<category><![CDATA[Main]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;d like to wish everyone who reads the blog a great and prosperous 2009!  I&#8217;ve been on vacation for the last month but now I&#8217;m back so hopefully I&#8217;ll be writing articles more often  
Thanks again to everyone who reads my blog and I hope that my articles have proven useful  
Cheers
David
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to wish everyone who reads the blog a great and prosperous 2009!  I&#8217;ve been on vacation for the last month but now I&#8217;m back so hopefully I&#8217;ll be writing articles more often <img src='http://davidlai101.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again to everyone who reads my blog and I hope that my articles have proven useful <img src='http://davidlai101.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers<br />
David</p>
]]></content:encoded>
			<wfw:commentRss>http://davidlai101.com/blog/2009/01/08/happy-new-years-to-all-the-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
