<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Altek Solutions Business Intelligence Blog</title>
	
	<link>http://alteksolutions.com/wp</link>
	<description>Business Intelligence solutions powered by SAP BusinessObjects</description>
	<lastBuildDate>Tue, 01 May 2012 13:22:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/alteksolutions" /><feedburner:info uri="alteksolutions" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Creating Scorecards in BusinessObjects Mobile</title>
		<link>http://feedproxy.google.com/~r/alteksolutions/~3/hF8ypcu90Fw/</link>
		<comments>http://alteksolutions.com/wp/index.php/2012/05/creating-scorecards-in-businessobjects-mobile/#comments</comments>
		<pubDate>Tue, 01 May 2012 13:22:20 +0000</pubDate>
		<dc:creator>Ryan Muldowney</dc:creator>
				<category><![CDATA[Mobile BI]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sap businessobjects]]></category>
		<category><![CDATA[SAP BusinessObjects 4.0]]></category>

		<guid isPermaLink="false">http://alteksolutions.com/wp/?p=3061</guid>
		<description><![CDATA[The BusinessObjects Mobile iPad app provides the ability to display normal Web Intelligence report tables as scorecards featuring microcharts or trend icons. The report developer can enable this scorecard functionality by adding a special formula to the report block. Let&#8217;s take a look at an example to see how this is done. Suppose you have [...]
Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/' rel='bookmark' title='Introduction to SAP BusinessObjects Mobile'>Introduction to SAP BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/' rel='bookmark' title='Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images'>Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/formatting-reports-for-businessobjects-mobile/' rel='bookmark' title='Formatting Reports for BusinessObjects Mobile'>Formatting Reports for BusinessObjects Mobile</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://itunes.apple.com/us/app/sap-businessobjects-mobile/id441208302?mt=8">BusinessObjects Mobile iPad app</a> provides the ability to display normal Web Intelligence report tables as <strong>scorecards</strong> featuring microcharts or trend icons. The report developer can enable this scorecard functionality by adding a special formula to the report block. Let&#8217;s take a look at an example to see how this is done.</p>
<p>Suppose you have a standard crosstab in your report with sales data, like the one below.</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/04/crosstab.png" rel="wp-prettyPhoto[g3061]"><img class="alignnone  wp-image-3062" title="Report Crosstab" src="http://alteksolutions.com/wp/wp-content/uploads/2012/04/crosstab.png" alt="" width="480" height="110" /></a></p>
<p>To display this crosstab as a scorecard with microcharts on the iPad, the report developer would set the report&#8217;s &#8220;block name&#8221; to this formula:</p>
<blockquote>
<pre>;SC_GF_C_4;SL_GF_Sales_C_5_16</pre>
</blockquote>
<p>With this change, we would see the following result when we view this report on the iPad:</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/04/microcharts.png" rel="wp-prettyPhoto[g3061]"><img class="alignnone  wp-image-3063" title="Scorecard with Microcharts" src="http://alteksolutions.com/wp/wp-content/uploads/2012/04/microcharts.png" alt="" width="480" height="280" /></a>\</p>
<h3>How does this formula work?</h3>
<p>There are two parts to the formula &#8212; one creates the &#8220;progress bar&#8221; and one creates the microchart.</p>
<p>The first part <em>SC_GF_C_4</em> represents the progress bar.  Literally, it means &#8220;<em>ScoreCard, Gradient Fill, Column 4</em>&#8220;.  The 4 tells the app that this progress bar format should be applied to the fourth column on our crosstab, which happens to contain a percentage value.</p>
<p>The second part <em>SL_GF_Sales_C_5_16</em> represents the microchart.  In this case, the literal meaning is &#8220;<em>SparkLine, Gradient Fill, named Sales, Columns 5 through 16</em>&#8220;. This means that we want the app to take columns 5 through 16 on our crosstab and format them as a filled chart (also known as an area chart). You&#8217;ll see the chart has the column heading of &#8220;Sales&#8221; because we specified that in the formula.</p>
<p>The formula might look confusing, but you can see it&#8217;s pretty straightforward to get scorecards enabled on your mobile reports.</p>
<h3>For More Information</h3>
<p>The Mobile app allows several other types of scorecard items like line microcharts, trend icons, and trend arrows. To see the syntax for creating these items, check out the <a href="http://help.sap.com/businessobject/product_guides/boexir4/en/410_mobiPad_admin_en.pdf" target="_blank">Mobile Administrator and Report Designer Guide</a>.</p>
<p>Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/' rel='bookmark' title='Introduction to SAP BusinessObjects Mobile'>Introduction to SAP BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/' rel='bookmark' title='Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images'>Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/formatting-reports-for-businessobjects-mobile/' rel='bookmark' title='Formatting Reports for BusinessObjects Mobile'>Formatting Reports for BusinessObjects Mobile</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alteksolutions?a=hF8ypcu90Fw:6EG9Rdg3qqI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=hF8ypcu90Fw:6EG9Rdg3qqI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=hF8ypcu90Fw:6EG9Rdg3qqI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=hF8ypcu90Fw:6EG9Rdg3qqI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=hF8ypcu90Fw:6EG9Rdg3qqI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=hF8ypcu90Fw:6EG9Rdg3qqI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/alteksolutions/~4/hF8ypcu90Fw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alteksolutions.com/wp/index.php/2012/05/creating-scorecards-in-businessobjects-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://alteksolutions.com/wp/index.php/2012/05/creating-scorecards-in-businessobjects-mobile/</feedburner:origLink></item>
		<item>
		<title>Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images</title>
		<link>http://feedproxy.google.com/~r/alteksolutions/~3/FhTKYuElvbE/</link>
		<comments>http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 12:59:57 +0000</pubDate>
		<dc:creator>Mike Allison</dc:creator>
				<category><![CDATA[BI Platform]]></category>
		<category><![CDATA[Mobile BI]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sap businessobjects]]></category>
		<category><![CDATA[SAP BusinessObjects 4.0]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Intelligence]]></category>

		<guid isPermaLink="false">http://alteksolutions.com/wp/?p=3076</guid>
		<description><![CDATA[With Mobile BI being the latest craze and most likely being the new norm, we will need to work to make sure that we continue to innovate and be creative in our report creation to keep end users happy. One quick tactic is to spice up your report by adding images into blank cells above or below your charts and tables or directly into table cells on your report.
Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/' rel='bookmark' title='Introduction to SAP BusinessObjects Mobile'>Introduction to SAP BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/05/creating-scorecards-in-businessobjects-mobile/' rel='bookmark' title='Creating Scorecards in BusinessObjects Mobile'>Creating Scorecards in BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/formatting-reports-for-businessobjects-mobile/' rel='bookmark' title='Formatting Reports for BusinessObjects Mobile'>Formatting Reports for BusinessObjects Mobile</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>With Mobile BI being the latest craze and most likely being the new norm, we will need to work to make sure that we continue to innovate and be creative in our report creation to keep end users happy. One quick tactic is to spice up your report by adding images into blank cells above or below your charts and tables or directly into table cells on your report.</p>
<div id="attachment_3077" class="wp-caption alignnone" style="width: 310px"><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/04/CropperCapture56.jpg" rel="wp-prettyPhoto[g3076]"><img class="size-medium wp-image-3077 " title="Embedded Images" src="http://alteksolutions.com/wp/wp-content/uploads/2012/04/CropperCapture56-300x189.jpg" alt="Embedded Images" width="300" height="189" /></a><p class="wp-caption-text">Embedded Images</p></div>
<p>The BI Mobile app for the iPad supports images that are embedded in Web Intelligence reports. Here are some of the requirements for embedding images into your mobile report:</p>
<ul>
<li>The embedded images are only supported by adding them in Blank Cells or Table Cells. The embedded images will not be displayed if they are put in the header or footer.</li>
<li>The embedded images can only be uploaded from a file location. Currently images from a source URL are not supported.</li>
<li>All image formats that are supported by Web Intelligence documents are supported by the Mobile BI app for the iPad.</li>
<li>The max height for table rows is 28 pixels. If the embedded images in a table cell are more than 28 pixels high, the image is truncated when it is viewed in the Mobile BI app on the iPad.</li>
</ul>
<div>
<h3>Embedding Images in Web Intelligence</h3>
<ul>
<li>Insert a <strong>Blank Cell</strong> or <strong>Table</strong></li>
<li>Right Click in the blank cell or in a cell on the table and select <strong>Format Table</strong></li>
<li>Select the <strong>Appearance</strong> tab in the dialog box</li>
<li>Access an image file by clicking <strong>Image from File</strong> and then <strong>Browse</strong> to browse out and find the image you would like to use</li>
<li>Click <strong>OK</strong> to close the dialog box</li>
</ul>
</div>
<h3>For More Information</h3>
<p>For more information on embedding images into your mobile reports or other Mobile BI Reporting techniques, check out the  <a href="http://help.sap.com/businessobject/product_guides/boexir4/en/410_mobiPad_admin_en.pdf" target="_blank">Mobile Administrator and Report Designer Guide</a>.</p>
<p>Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/' rel='bookmark' title='Introduction to SAP BusinessObjects Mobile'>Introduction to SAP BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/05/creating-scorecards-in-businessobjects-mobile/' rel='bookmark' title='Creating Scorecards in BusinessObjects Mobile'>Creating Scorecards in BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/formatting-reports-for-businessobjects-mobile/' rel='bookmark' title='Formatting Reports for BusinessObjects Mobile'>Formatting Reports for BusinessObjects Mobile</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alteksolutions?a=FhTKYuElvbE:gamTyXVLVrk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=FhTKYuElvbE:gamTyXVLVrk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=FhTKYuElvbE:gamTyXVLVrk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=FhTKYuElvbE:gamTyXVLVrk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=FhTKYuElvbE:gamTyXVLVrk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=FhTKYuElvbE:gamTyXVLVrk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/alteksolutions/~4/FhTKYuElvbE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/</feedburner:origLink></item>
		<item>
		<title>Formatting Reports for BusinessObjects Mobile</title>
		<link>http://feedproxy.google.com/~r/alteksolutions/~3/kr-a0Vg6TVw/</link>
		<comments>http://alteksolutions.com/wp/index.php/2012/04/formatting-reports-for-businessobjects-mobile/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 13:25:53 +0000</pubDate>
		<dc:creator>Ryan Muldowney</dc:creator>
				<category><![CDATA[Mobile BI]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sap businessobjects]]></category>
		<category><![CDATA[SAP BusinessObjects 4.0]]></category>

		<guid isPermaLink="false">http://alteksolutions.com/wp/?p=3048</guid>
		<description><![CDATA[Although you can view any Web Intelligence report using the BusinessObjects Mobile iPad app, for the best user experience there are some simple rules to follow when creating your report. To help understand these rules, it helps to know how reports are rendered on the iPad. &#160; If the document has only one report part [...]
Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/05/creating-scorecards-in-businessobjects-mobile/' rel='bookmark' title='Creating Scorecards in BusinessObjects Mobile'>Creating Scorecards in BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/' rel='bookmark' title='Introduction to SAP BusinessObjects Mobile'>Introduction to SAP BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/' rel='bookmark' title='Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images'>Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Although you can view any Web Intelligence report using the <a href="http://itunes.apple.com/us/app/sap-businessobjects-mobile/id441208302?mt=8" target="_blank">BusinessObjects Mobile iPad app</a>, for the best user experience there are some simple rules to follow when creating your report. To help understand these rules, it helps to know how reports are rendered on the iPad.</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/04/1part.png" rel="wp-prettyPhoto[g3048]"><img class="alignleft  wp-image-3049" title="1 Report Part" src="http://alteksolutions.com/wp/wp-content/uploads/2012/04/1part-229x300.png" alt="" width="137" height="180" /></a></p>
<p>&nbsp;</p>
<p>If the document has only one report part or has one report part left on the last page, it appears as a full screen view irrespective of the formatting in the Web intelligence document.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/04/2part.png" rel="wp-prettyPhoto[g3048]"><img class="wp-image-3050 alignleft" title="2 Report Parts" src="http://alteksolutions.com/wp/wp-content/uploads/2012/04/2part-223x300.png" alt="" width="134" height="180" /></a></p>
<p>&nbsp;</p>
<p>If the document has two report parts or has two report parts left on the last page, the page is divided into two equal parts horizontally.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/04/3part.png" rel="wp-prettyPhoto[g3048]"><img class="alignleft  wp-image-3051" title="3 Report Parts" src="http://alteksolutions.com/wp/wp-content/uploads/2012/04/3part-221x300.png" alt="" width="133" height="180" /></a></p>
<p>&nbsp;</p>
<p>If the document has three report parts or has three report parts left on the last page, the page is divided into three parts.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/04/4part.png" rel="wp-prettyPhoto[g3048]"><img class="alignleft  wp-image-3052" title="4 Report Parts" src="http://alteksolutions.com/wp/wp-content/uploads/2012/04/4part-221x300.png" alt="" width="133" height="180" /></a></p>
<p>&nbsp;</p>
<p>A maximum of four report parts can appear on a page.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>When designing your report&#8217;s layout, keep these guidelines in mind:</p>
<ul>
<li>Ensure a maximum of two horizontal report parts only.</li>
<li>Ensure proper spacing between report parts.</li>
<li>Consider the edges of the widest report parts as a boundary within which all other report parts must be aligned.</li>
<li>Remember that if you increase the length of report parts vertically in Web intelligence documents, the layout will not be reflected accordingly on the iPad device.</li>
</ul>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/05/creating-scorecards-in-businessobjects-mobile/' rel='bookmark' title='Creating Scorecards in BusinessObjects Mobile'>Creating Scorecards in BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/' rel='bookmark' title='Introduction to SAP BusinessObjects Mobile'>Introduction to SAP BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/' rel='bookmark' title='Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images'>Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alteksolutions?a=kr-a0Vg6TVw:xt6-zpmChcE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=kr-a0Vg6TVw:xt6-zpmChcE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=kr-a0Vg6TVw:xt6-zpmChcE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=kr-a0Vg6TVw:xt6-zpmChcE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=kr-a0Vg6TVw:xt6-zpmChcE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=kr-a0Vg6TVw:xt6-zpmChcE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/alteksolutions/~4/kr-a0Vg6TVw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alteksolutions.com/wp/index.php/2012/04/formatting-reports-for-businessobjects-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://alteksolutions.com/wp/index.php/2012/04/formatting-reports-for-businessobjects-mobile/</feedburner:origLink></item>
		<item>
		<title>Introduction to SAP BusinessObjects Mobile</title>
		<link>http://feedproxy.google.com/~r/alteksolutions/~3/2ZwCFMT3RX0/</link>
		<comments>http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 08:00:57 +0000</pubDate>
		<dc:creator>Ryan Muldowney</dc:creator>
				<category><![CDATA[Mobile BI]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sap businessobjects]]></category>
		<category><![CDATA[SAP BusinessObjects 4.0]]></category>

		<guid isPermaLink="false">http://alteksolutions.com/wp/?p=3036</guid>
		<description><![CDATA[In the age of the smartphone, mobile reporting is the future of Business Intelligence. And in BusinessObjects 4.0, SAP is making a strong push to provide a more complete mobile experience. This experience starts with two apps available now for iPhones and iPads:  SAP BusinessObjects Mobile and SAP BusinessObjects Explorer. SAP BusinessObjects Mobile (iPad Only) [...]
Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/' rel='bookmark' title='Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images'>Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/05/creating-scorecards-in-businessobjects-mobile/' rel='bookmark' title='Creating Scorecards in BusinessObjects Mobile'>Creating Scorecards in BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/formatting-reports-for-businessobjects-mobile/' rel='bookmark' title='Formatting Reports for BusinessObjects Mobile'>Formatting Reports for BusinessObjects Mobile</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In the age of the smartphone, mobile reporting is the future of Business Intelligence. And in BusinessObjects 4.0, SAP is making a strong push to provide a more complete mobile experience. This experience starts with two apps available now for iPhones and iPads:  SAP BusinessObjects Mobile and SAP BusinessObjects Explorer.</p>
<h3>SAP BusinessObjects Mobile (iPad Only)</h3>
<p><a href="http://itunes.apple.com/us/app/sap-businessobjects-mobile/id441208302?mt=8" target="_blank"><img class="alignleft  wp-image-3037" style="margin-left: 5px; margin-right: 5px;" title="SAP BusinessObjects Mobile" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-23-10-35-45-5624084-150x150.png" alt="" width="90" height="90" /></a>The BusinessObjects Mobile app allows you to view WebIntelligence documents right on your iPad. You can make existing reports available via the Mobile app simply by adding them to a &#8220;Mobile&#8221; category from the BI Launchpad or Central Management Console. The reports look great and the style looks right at home on the iPad.</p>
<p>It&#8217;s important to note that not all WebIntelligence functionality is available on the mobile app just yet, although improvements are promised in future releases.</p>
<h3>SAP BusinessObjects Explorer (iPhone + iPad)</h3>
<p><a href="http://itunes.apple.com/us/app/sap-businessobjects-explorer/id422267790?mt=8" target="_blank"><img class="alignleft  wp-image-3038" style="margin-left: 5px; margin-right: 5px;" title="SAP BusinessObjects Explorer" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-23-10-35-53-9907784-150x150.png" alt="" width="90" height="90" /></a></p>
<p>The BusinessObjects Explorer app allows you to access your Explorer Information Spaces and analyze the data just like you would in the browser-based version of Explorer. This app is available on both the iPhone and iPad &#8212; all you need is a compatible version of Explorer on your server.</p>
<h3></h3>
<h3>What&#8217;s Next?</h3>
<p>The mobile experience in BusinessObjects is an important part of SAP&#8217;s strategy for 2012 and beyond, and obviously these two apps are only the tip of the iceberg. What else can we expect in 2012?</p>
<ul>
<li>Geolocation services including &#8220;augmented reality&#8221;</li>
<li>More ways to collaborate</li>
<li>Android and RIM app support</li>
<li>Support for the Sybase Unwired Platform</li>
<li>Offline capability in BusinessObjects Explorer Mobile</li>
<li>Support for Exploration Views in BusinessObjects Explorer Mobile</li>
<li><a href="http://blogs.sap.com/analytics/2012/01/09/putting-mobile-first-and-the-new-business-intelligence-priorities/" target="_blank">Xcelsius Dashboard support via HTML5</a>!</li>
<li>A new Mobile Analytics Studio app for designing your own mobile BI</li>
</ul>
<p>Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/' rel='bookmark' title='Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images'>Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/05/creating-scorecards-in-businessobjects-mobile/' rel='bookmark' title='Creating Scorecards in BusinessObjects Mobile'>Creating Scorecards in BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/formatting-reports-for-businessobjects-mobile/' rel='bookmark' title='Formatting Reports for BusinessObjects Mobile'>Formatting Reports for BusinessObjects Mobile</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alteksolutions?a=2ZwCFMT3RX0:CCBdhx33yQM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=2ZwCFMT3RX0:CCBdhx33yQM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=2ZwCFMT3RX0:CCBdhx33yQM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=2ZwCFMT3RX0:CCBdhx33yQM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=2ZwCFMT3RX0:CCBdhx33yQM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=2ZwCFMT3RX0:CCBdhx33yQM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/alteksolutions/~4/2ZwCFMT3RX0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/</feedburner:origLink></item>
		<item>
		<title>RangeFinder in the Workplace: Sales and Marketing Edition</title>
		<link>http://feedproxy.google.com/~r/alteksolutions/~3/OcR9b3ofzjw/</link>
		<comments>http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-sales-and-marketing-edition/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 08:00:59 +0000</pubDate>
		<dc:creator>Mike Allison</dc:creator>
				<category><![CDATA[Industry Solutions]]></category>
		<category><![CDATA[Performance Management]]></category>
		<category><![CDATA[Sales and Marketing]]></category>
		<category><![CDATA[Xcelsius (Crystal Dashboard Design)]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[Crystal Dashboard Design]]></category>
		<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[RangeFinder]]></category>
		<category><![CDATA[Xcelsius]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>

		<guid isPermaLink="false">http://alteksolutions.com/wp/?p=3023</guid>
		<description><![CDATA[Business Intelligence provides sales and marketing teams with information and insights they need on customers, prospects, markets and competitors.  With powerful dashboards, analytical and reporting solutions sales and marketing teams are able to better and more accurately track, monitor and analyze every aspect of a sales cycle.   BI makes it easier to identify cross-selling opportunities, locate profitable customers, tracking competitors, and to create strategies to successfully reach sales quotas and revenue goals. With the addition of RangeFinder, you can make it even easier to visualize how your company is doing compared to historical data as well as your competitors to make educated and informed decisions that may enhance your companies future.
Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-manufacturing-edition/' rel='bookmark' title='RangeFinder in the Workplace: Manufacturing Edition'>RangeFinder in the Workplace: Manufacturing Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-insurance-edition/' rel='bookmark' title='RangeFinder in the Workplace: Insurance Edition'>RangeFinder in the Workplace: Insurance Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/01/rangefinder-plugin-for-sap-businessobjects-dashboards/' rel='bookmark' title='RangeFinder Plugin for SAP BusinessObjects Dashboards Released'>RangeFinder Plugin for SAP BusinessObjects Dashboards Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Business Intelligence provides <a href="http://www.alteksolutions.com/solutions/department/salesandmarketing.asp">sales and marketing</a> teams with the information and insight they need on customers, prospects, markets and competitors.  With powerful dashboards, analytical and reporting solutions <a href="http://www.alteksolutions.com/solutions/department/salesandmarketing.asp">sales and marketing</a> teams are able to better and more accurately track, monitor and analyze every aspect of a sales cycle.   BI makes it easier to identify cross-selling opportunities, locate profitable customers, track competitors, and  create strategies to successfully reach sales quotas and revenue goals. With the addition of <a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a>, you can make it even easier to visualize how your company is doing compared with historical data as well as your competitors to make educated and informed decisions that will enhance your company&#8217;s future.</p>
<p><strong>RangeFinder KPI&#8217;s In Action</strong></p>
<p>In the example below, we are looking at quarter-to-date sales numbers for all salespeople in a company. <a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a> is utilized to visualize the typical sales numbers for the current quarter and compare it against the sales numbers for the person that is logged into the dashboard. This will allow for salespeople within the company to see how they are doing in the current quarter compared to their peers.</p>
<div>
<div id="attachment_3026" class="wp-caption alignnone" style="width: 310px"><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/CropperCapture531.jpg" rel="wp-prettyPhoto[g3023]"><img class="size-medium wp-image-3026" title="RangeFinder in Action!" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/CropperCapture531-300x186.jpg" alt="RangeFinder in Action!" width="300" height="186" /></a><p class="wp-caption-text">RangeFinder in Action!</p></div>
</div>
<p><strong>Other Sales KPI&#8217;s that can be visualized by RangeFinder</strong></p>
<ul>
<li>Customer Interaction</li>
<ul>
<li>Customer Satisfaction</li>
<li>Successful Customer Visits</li>
<li>Customer Costs</li>
</ul>
<li>Sales</li>
<ul>
<li>Target Rate &#8211; Inquiries into Orders</li>
<li>Salesperson Loss $</li>
<li>Sales by Product Line</li>
<li>Sales Costs</li>
<li>Sales Lost to Competitors</li>
<li>Salaries and Sales Commissions</li>
<li>Average Sales per N Customers</li>
</ul>
<li>Leads</li>
<ul>
<li>Leads per Week/Month by Salesperson</li>
<li>Junk Leads</li>
<li>Success Rate</li>
<li>Lead Addressing Delay</li>
<li>New Product Adoption</li>
</ul>
<li>Service</li>
<ul>
<li>Sales Deliveries</li>
<li>Delivery Delays</li>
<li>Complaint Turn Around Time</li>
</ul>
<li>Market Analysis</li>
<ul>
<li>Market Share Analysis</li>
<li>New Product Launch Analysis</li>
</ul>
<li>And many, many more!!!</li>
</ul>
<h3>Want to try RangeFinder?</h3>
<p>Download a fully-functional watermarked copy of the software <a href="http://www.alteksolutions.com/software/plugins/rangefinder/trial.asp">free</a> for your evaluation to discover how <a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a> impacts the way you present and visualize information.</p>
<p>The .zip file contains everything you need to get started:</p>
<ul>
<li>Xcelsius Add-on file (.xlx)</li>
<li>User Guide</li>
<li>Two sample Xcelsius models</li>
</ul>
<p>Get the 30 day free trial <a href="http://www.alteksolutions.com/software/plugins/rangefinder/trial.asp" target="_blank">here</a>!</p>
<p>Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-manufacturing-edition/' rel='bookmark' title='RangeFinder in the Workplace: Manufacturing Edition'>RangeFinder in the Workplace: Manufacturing Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-insurance-edition/' rel='bookmark' title='RangeFinder in the Workplace: Insurance Edition'>RangeFinder in the Workplace: Insurance Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/01/rangefinder-plugin-for-sap-businessobjects-dashboards/' rel='bookmark' title='RangeFinder Plugin for SAP BusinessObjects Dashboards Released'>RangeFinder Plugin for SAP BusinessObjects Dashboards Released</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alteksolutions?a=OcR9b3ofzjw:0zMDzVNs384:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=OcR9b3ofzjw:0zMDzVNs384:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=OcR9b3ofzjw:0zMDzVNs384:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=OcR9b3ofzjw:0zMDzVNs384:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=OcR9b3ofzjw:0zMDzVNs384:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=OcR9b3ofzjw:0zMDzVNs384:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/alteksolutions/~4/OcR9b3ofzjw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-sales-and-marketing-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-sales-and-marketing-edition/</feedburner:origLink></item>
		<item>
		<title>Formatting Data for Xcelsius</title>
		<link>http://feedproxy.google.com/~r/alteksolutions/~3/yCrPJjk8Sns/</link>
		<comments>http://alteksolutions.com/wp/index.php/2012/03/formatting-data-for-xcelsius/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 08:00:59 +0000</pubDate>
		<dc:creator>Ryan Muldowney</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Xcelsius (Crystal Dashboard Design)]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[Crystal Dashboard Design]]></category>
		<category><![CDATA[QaaWS]]></category>
		<category><![CDATA[Query as a Web Service]]></category>
		<category><![CDATA[sap businessobjects]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Xcelsius]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>

		<guid isPermaLink="false">http://alteksolutions.com/wp/?p=3003</guid>
		<description><![CDATA[BusinessObjects Xcelsius is a great tool for creating dashboards and data visualizations, but sometimes it can take some thinking to get it to do what you want it to do. Your data may not always be formatted the way that Xcelsius needs it to be formatted, and that means working some Excel magic. For example, [...]
Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2010/08/crystal-dashboard-design-xcelsius-2008-tips-and-tricks-adding-a-select-all-to-your-selector/' rel='bookmark' title='Crystal Dashboard Design (Xcelsius 2008) Tips and Tricks ep1: Adding a Select All to your Selector'>Crystal Dashboard Design (Xcelsius 2008) Tips and Tricks ep1: Adding a Select All to your Selector</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2010/11/crystal-dashboard-design-xcelsius-2008-tips-and-tricks-ep4-navigation-using-label-based-menus-and-push-buttons/' rel='bookmark' title='Crystal Dashboard Design (Xcelsius 2008): Tips and Tricks ep4: Navigation using Label Based Menus and Push Buttons'>Crystal Dashboard Design (Xcelsius 2008): Tips and Tricks ep4: Navigation using Label Based Menus and Push Buttons</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2011/03/xcelsius-2008-sp-3-fix-pack-5-now-available/' rel='bookmark' title='Xcelsius 2008 SP 3 Fix Pack 5 Now Available!'>Xcelsius 2008 SP 3 Fix Pack 5 Now Available!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>BusinessObjects Xcelsius is a great tool for creating dashboards and data visualizations, but sometimes it can take some thinking to get it to do what you want it to do. Your data may not always be formatted the way that Xcelsius needs it to be formatted, and that means working some Excel magic. For example, say you&#8217;ve got some baseball player salary information you&#8217;d like to analyze (hey, it&#8217;s that time of the year and I&#8217;m a Phillies fan). If you want to use a bar or column chart, it&#8217;s best if the data is formatted like this:</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-11-40-14-7569206.png" rel="wp-prettyPhoto[g3003]"><img class="alignnone size-full wp-image-3007" title="Crosstab Data" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-11-40-14-7569206.png" alt="" width="361" height="108" /></a></p>
<p>But if your data is coming from Query as a Web Service, it will more likely be formatted in a flat table, like this:</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-11-38-35-4973347.png" rel="wp-prettyPhoto[g3003]"><img class="alignnone size-full wp-image-3004" title="QaaWS Data" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-11-38-35-4973347.png" alt="" width="256" height="341" /></a></p>
<p>So how do you get from point A to point B? If you&#8217;ve got a fixed number of dimensions, you can do this pretty easily using the Excel function VLOOKUP.  There&#8217;s a few simple steps to make this happen.</p>
<h3>Step 1 &#8211; Build Your Table</h3>
<p>First you need to set up your final table. For a bar or column chart, you need the data to be formatted like a crosstab, with one dimension across the top and the other down the first column. Set up an empty table by typing in your dimension values like this:</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-13-43-26-4596010.png" rel="wp-prettyPhoto[g3003]"><img class="alignnone size-full wp-image-3009" title="Empty Crosstab" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-13-43-26-4596010.png" alt="" width="361" height="108" /></a></p>
<h3>Step 2 &#8211; Create a Lookup Value</h3>
<p>The VLOOKUP function works by matching a single value in a table and returning data from another column in that same table. So if we&#8217;re going to use it, we need to create a unique value for each row that we can reference. We can do this easily by concatenating the Player Name and Year together in one column, like so:</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-11-39-42-3960716.png" rel="wp-prettyPhoto[g3003]"><img class="alignnone size-full wp-image-3005" title="Adding Lookup Value" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-11-39-42-3960716.png" alt="" width="408" height="370" /></a></p>
<h3>Step 3 &#8211; Add the VLOOKUP Function</h3>
<p>Once you&#8217;ve got the first two steps finished, all that&#8217;s left is to create our VLOOKUP function. We will look up the unique value we created in step 2 and return the player&#8217;s Salary for the given year. You can see the function in the screenshot below. We concatenate the column and row header for the cell we&#8217;re interested in and use that as our lookup value, then use the results from our QaaWS query as the source data, returning column 4 with the player&#8217;s Salary.</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-11-40-02-3870635.png" rel="wp-prettyPhoto[g3003]"><img class="alignnone size-full wp-image-3006" title="VLookup" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-11-40-02-3870635.png" alt="" width="370" height="141" /></a></p>
<p>Once you&#8217;ve got the data in this format you can easily throw any Bar or Column Chart on top of it by using the Data by Range option, located on the chart&#8217;s property sheet under the General section. Just select the entire table and choose Data in Rows or Data in Columns, depending on how you want to see your data.</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-14-15-58-7756010.png" rel="wp-prettyPhoto[g3003]"><img class="alignnone size-full wp-image-3010" title="Xcelsius Data By Range" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-16-14-15-58-7756010.png" alt="" width="393" height="99" /></a></p>
<p>The finished dashboard could be something as simple as this:</p>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="500" height="375" align="none">
      <param name="movie" value="http://alteksolutions.com/wp/wp-content/uploads/2012/03/phillies.swf" />
      <param name="align" value="none" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://alteksolutions.com/wp/wp-content/uploads/2012/03/phillies.swf" width="500" height="375" align="none">
      <!--<![endif]-->
        
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

<p>&nbsp;</p>
<p>It&#8217;s not too much more work to make this completely dynamic if you want &#8212; Just use Query as a Web Service queries to build the header row and column in your crosstab and make sure your VLOOKUP formula covers all the cells in the table. With a little planning and some Excel magic, you can do some clever things in Xcelsius!</p>
<p>Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2010/08/crystal-dashboard-design-xcelsius-2008-tips-and-tricks-adding-a-select-all-to-your-selector/' rel='bookmark' title='Crystal Dashboard Design (Xcelsius 2008) Tips and Tricks ep1: Adding a Select All to your Selector'>Crystal Dashboard Design (Xcelsius 2008) Tips and Tricks ep1: Adding a Select All to your Selector</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2010/11/crystal-dashboard-design-xcelsius-2008-tips-and-tricks-ep4-navigation-using-label-based-menus-and-push-buttons/' rel='bookmark' title='Crystal Dashboard Design (Xcelsius 2008): Tips and Tricks ep4: Navigation using Label Based Menus and Push Buttons'>Crystal Dashboard Design (Xcelsius 2008): Tips and Tricks ep4: Navigation using Label Based Menus and Push Buttons</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2011/03/xcelsius-2008-sp-3-fix-pack-5-now-available/' rel='bookmark' title='Xcelsius 2008 SP 3 Fix Pack 5 Now Available!'>Xcelsius 2008 SP 3 Fix Pack 5 Now Available!</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alteksolutions?a=yCrPJjk8Sns:vAXaAT05rQY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=yCrPJjk8Sns:vAXaAT05rQY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=yCrPJjk8Sns:vAXaAT05rQY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=yCrPJjk8Sns:vAXaAT05rQY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=yCrPJjk8Sns:vAXaAT05rQY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=yCrPJjk8Sns:vAXaAT05rQY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/alteksolutions/~4/yCrPJjk8Sns" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alteksolutions.com/wp/index.php/2012/03/formatting-data-for-xcelsius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://alteksolutions.com/wp/index.php/2012/03/formatting-data-for-xcelsius/</feedburner:origLink></item>
		<item>
		<title>RangeFinder in the Workplace: Manufacturing Edition</title>
		<link>http://feedproxy.google.com/~r/alteksolutions/~3/xHKfLiUpHWQ/</link>
		<comments>http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-manufacturing-edition/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 08:00:31 +0000</pubDate>
		<dc:creator>Mike Allison</dc:creator>
				<category><![CDATA[Manufacturing]]></category>
		<category><![CDATA[Performance Management]]></category>
		<category><![CDATA[Xcelsius (Crystal Dashboard Design)]]></category>
		<category><![CDATA[Crystal Dashboard Design]]></category>
		<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[RangeFinder]]></category>
		<category><![CDATA[sap businessobjects]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>

		<guid isPermaLink="false">http://alteksolutions.com/wp/?p=2985</guid>
		<description><![CDATA[Manufacturing includes all of the  processes needed to convert raw materials or components into finished goods, especially with the use of industrial machines and on a larger scale. Manufacturing KPIs can reflect process efficiency, resources consumption and quality of the outputs. RangeFinder can be utilized in manufacturing just like it is utilized the Insurance Industry from episode 1 of this multi-part series.
Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-insurance-edition/' rel='bookmark' title='RangeFinder in the Workplace: Insurance Edition'>RangeFinder in the Workplace: Insurance Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-sales-and-marketing-edition/' rel='bookmark' title='RangeFinder in the Workplace: Sales and Marketing Edition'>RangeFinder in the Workplace: Sales and Marketing Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/01/rangefinder-plugin-for-sap-businessobjects-dashboards/' rel='bookmark' title='RangeFinder Plugin for SAP BusinessObjects Dashboards Released'>RangeFinder Plugin for SAP BusinessObjects Dashboards Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a> can be utilized in <a href="http://www.alteksolutions.com/solutions/industry/manufacturing.asp">manufacturing</a>  just like it is utilized in the <a href="http://www.alteksolutions.com/solutions/industry/insurance.asp">Insurance</a> Industry as illustrated in Episode 1 of this multi-part series. <a href="http://www.alteksolutions.com/solutions/industry/manufacturing.asp">Manufacturing</a> includes all of the  processes needed to convert raw materials or components into finished goods. <a href="http://www.alteksolutions.com/solutions/industry/manufacturing.asp">Manufacturing</a> KPIs can reflect process efficiency, resources consumption and quality of the outputs.</p>
<p><strong>RangeFinder KPI&#8217;s In Action</strong></p>
<p>In the example below, we are looking at production numbers that are made up from data for the last 30 days. <a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a> is utilized to visualize  the last 30 days, typical values for the following metrics:</p>
<ul>
<li>Production Volume in lbs</li>
<li>Scrap Volume in lbs</li>
<li>Quality Reject %</li>
<li>Production Hours</li>
<li>Downtime Hours</li>
<li>Set-up Hours</li>
</ul>
<div>The dashboard is interactive with the drop down box in the top right hand corner. If &#8216;All Shifts&#8217; are selected, the indicator value would display the average value for each metric for yesterday and compare that to the typical value that was generated with the last 30 days of data. If a specific shift is selected, it will show that shift&#8217;s production numbers for yesterday and show how it compares to the rest of the shifts for the last 30 days.</div>
<div id="attachment_2986" class="wp-caption alignnone" style="width: 310px"><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/CropperCapture49.jpg" rel="wp-prettyPhoto[g2985]"><img class="size-medium wp-image-2986" title="RangeFinder in Action!" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/CropperCapture49-300x224.jpg" alt="RangeFinder in Action!" width="300" height="224" /></a><p class="wp-caption-text">RangeFinder in Action!</p></div>
<p><strong>Other Manufacturing KPI&#8217;s that can be visualized by RangeFinder</strong></p>
<ul>
<li>Human Factors Engineering (HFE)</li>
<ul>
<li>% Reduction of operational errors</li>
<li>System performance and reliability</li>
<li>Design and testing and evaluation</li>
</ul>
<li>Manpower Availability /  Personnel Capabilities</li>
<ul>
<li>% For operations</li>
<li>% For sustaining</li>
<li>% For provide training for systems</li>
<li>% For  maintenance</li>
</ul>
<li>System Safety</li>
<ul>
<li>Injurious accidents due to human or machine errors or failures</li>
<li>Number of safety considerations applied in a system acquisition</li>
<li>Maintain price with value to customer</li>
<li>Maintain high quality for all customer point of interaction</li>
</ul>
<li>And many, many more!!!</li>
</ul>
<h3>Want to try RangeFinder?</h3>
<p>Download a fully-functional watermarked copy of the software <a href="http://www.alteksolutions.com/software/plugins/rangefinder/trial.asp">free</a> for your evaluation to discover how <a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a> impacts the way you present and visualize information.</p>
<p>The .zip file contains everything you need to get started:</p>
<ul>
<li>Xcelsius Add-on file (.xlx)</li>
<li>User Guide</li>
<li>Two sample Xcelsius models</li>
</ul>
<p>Get the 30 day free trial <a href="http://www.alteksolutions.com/software/plugins/rangefinder/trial.asp" target="_blank">here</a>!</p>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-insurance-edition/' rel='bookmark' title='RangeFinder in the Workplace: Insurance Edition'>RangeFinder in the Workplace: Insurance Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-sales-and-marketing-edition/' rel='bookmark' title='RangeFinder in the Workplace: Sales and Marketing Edition'>RangeFinder in the Workplace: Sales and Marketing Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/01/rangefinder-plugin-for-sap-businessobjects-dashboards/' rel='bookmark' title='RangeFinder Plugin for SAP BusinessObjects Dashboards Released'>RangeFinder Plugin for SAP BusinessObjects Dashboards Released</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alteksolutions?a=xHKfLiUpHWQ:3JrmyWBFjYk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=xHKfLiUpHWQ:3JrmyWBFjYk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=xHKfLiUpHWQ:3JrmyWBFjYk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=xHKfLiUpHWQ:3JrmyWBFjYk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=xHKfLiUpHWQ:3JrmyWBFjYk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=xHKfLiUpHWQ:3JrmyWBFjYk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/alteksolutions/~4/xHKfLiUpHWQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-manufacturing-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-manufacturing-edition/</feedburner:origLink></item>
		<item>
		<title>Using Internet Explorer 9 with BusinessObjects</title>
		<link>http://feedproxy.google.com/~r/alteksolutions/~3/kX967KQLIl0/</link>
		<comments>http://alteksolutions.com/wp/index.php/2012/03/using-ie9-with-bobj/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 08:00:51 +0000</pubDate>
		<dc:creator>Ryan Muldowney</dc:creator>
				<category><![CDATA[Service Packs]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[sap businessobjects]]></category>

		<guid isPermaLink="false">http://alteksolutions.com/wp/?p=2970</guid>
		<description><![CDATA[Last week I got a frantic email from a client who was having trouble using InfoView. Every time he tried to view a WebIntelligence report, he would get the error &#8220;The request sent by the client was syntactically incorrect (Invalid path /AnalyticalReporting/WebiView was requested).&#8221; He had just gotten a new Windows 7 PC with Internet [...]
Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2010/10/xcelsius-2008-sp-3-fix-pack-3-now-available/' rel='bookmark' title='Xcelsius 2008 SP 3 Fix Pack 3 Now Available!'>Xcelsius 2008 SP 3 Fix Pack 3 Now Available!</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/' rel='bookmark' title='Introduction to SAP BusinessObjects Mobile'>Introduction to SAP BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2010/06/xcelsius-crystal-dashboard-design-xcelsius-2008-fix-pack-3-2-now-available/' rel='bookmark' title='&lt;del&gt;Xcelsius&lt;/del&gt; … &lt;del&gt;Crystal Dashboard Design&lt;/del&gt; … Xcelsius 2008 Fix Pack 3.2 Now Available!'><del>Xcelsius</del> … <del>Crystal Dashboard Design</del> … Xcelsius 2008 Fix Pack 3.2 Now Available!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Last week I got a frantic email from a client who was having trouble using InfoView. Every time he tried to view a WebIntelligence report, he would get the error &#8220;The request sent by the client was syntactically incorrect (Invalid path /AnalyticalReporting/WebiView was requested).&#8221;</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-09-10-51-58-7521584.png" rel="wp-prettyPhoto[g2970]"><img class="alignnone  wp-image-2971" title="IE9 InfoView Error" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-09-10-51-58-7521584.png" alt="" width="547" height="344" /></a></p>
<p>He had just gotten a new Windows 7 PC with <strong>Internet Explorer 9</strong> installed &#8212; and that was exactly the problem. IE9 wasn&#8217;t supported on their version of BusinessObjects. Most clients don&#8217;t realize how short the list of supported browsers actually is. Until recently, only IE7, IE8, and Firefox 3.x were supported on Windows. Users can experience similar issues with other unsupported browsers, like the latest version of Firefox or Chrome.</p>
<p>So what are your options as an Internet Explorer 9 (or Firefox 8+) user?</p>
<h3>Upgrade BusinessObjects to Service Pack 5</h3>
<p>Thankfully, XI 3.1 Service Pack 5 has been released which adds support for Internet Explorer 9. If upgrading is a possibility, we strongly recommend it &#8212; not only do you get the latest browser support but also <a href="http://service.sap.com/~sapidb/011000358700001364272011E/xi31_sp5_Release_Notes_en.pdf" target="_blank">a laundry list of fixes</a>.</p>
<p>Service Pack 5 also promises ongoing support for Firefox. The <a href="http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/006f199f-b507-2f10-4799-85ac5bcd7bc0?QuickLink=index&amp;overridelayout=true&amp;53824530192894" target="_blank">Supported Platforms Guide</a> lists Firefox 8 as officially supported, but also says that all future Firefox releases will be supported with minimal testing about two weeks after the release by Mozilla.</p>
<p>If you&#8217;ve already moved on to BusinessObjects 4.0, you will have to wait for Feature Pack 3, due to enter ramp-up next week.</p>
<h3>Install Firefox</h3>
<p>If upgrading isn&#8217;t an option, then the next choice is to install a supported browser. And since downgrading Internet Explorer is not really an option either, that leaves Firefox. Check the <a href="http://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/e01d4e05-6ea5-2c10-1bb6-a8904ca76411" target="_blank">Supported Platforms Guide for your release</a> to see which version of Firefox will work for you. It will most likely be Firefox 3.6, which is <a href="http://www.mozilla.org/en-US/firefox/all-older.html" target="_blank">still available for download on Mozilla&#8217;s site</a>.</p>
<h3>Use a Workaround</h3>
<p>If neither of the options above will work for you, there is a workaround which involves modifying some of the BusinessObjects webapps. Obviously, this is a try-at-your-own-risk workaround that we don&#8217;t recommend, but the option is there if you have no other choice. A user on BOB provides a great description of the <a href="http://www.forumtopics.com/busobj/viewtopic.php?t=170250&amp;postdays=0&amp;postorder=asc&amp;start=43" target="_blank">workaround</a> and how to implement it.</p>
<p>Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2010/10/xcelsius-2008-sp-3-fix-pack-3-now-available/' rel='bookmark' title='Xcelsius 2008 SP 3 Fix Pack 3 Now Available!'>Xcelsius 2008 SP 3 Fix Pack 3 Now Available!</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/intro-to-businessobjects-mobile/' rel='bookmark' title='Introduction to SAP BusinessObjects Mobile'>Introduction to SAP BusinessObjects Mobile</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2010/06/xcelsius-crystal-dashboard-design-xcelsius-2008-fix-pack-3-2-now-available/' rel='bookmark' title='&lt;del&gt;Xcelsius&lt;/del&gt; … &lt;del&gt;Crystal Dashboard Design&lt;/del&gt; … Xcelsius 2008 Fix Pack 3.2 Now Available!'><del>Xcelsius</del> … <del>Crystal Dashboard Design</del> … Xcelsius 2008 Fix Pack 3.2 Now Available!</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alteksolutions?a=kX967KQLIl0:0LubTr4hJH0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=kX967KQLIl0:0LubTr4hJH0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=kX967KQLIl0:0LubTr4hJH0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=kX967KQLIl0:0LubTr4hJH0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=kX967KQLIl0:0LubTr4hJH0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=kX967KQLIl0:0LubTr4hJH0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/alteksolutions/~4/kX967KQLIl0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alteksolutions.com/wp/index.php/2012/03/using-ie9-with-bobj/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://alteksolutions.com/wp/index.php/2012/03/using-ie9-with-bobj/</feedburner:origLink></item>
		<item>
		<title>RangeFinder in the Workplace: Insurance Edition</title>
		<link>http://feedproxy.google.com/~r/alteksolutions/~3/KGuUXOmqrR0/</link>
		<comments>http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-insurance-edition/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 09:00:13 +0000</pubDate>
		<dc:creator>Mike Allison</dc:creator>
				<category><![CDATA[Insurance]]></category>
		<category><![CDATA[Performance Management]]></category>
		<category><![CDATA[Xcelsius (Crystal Dashboard Design)]]></category>
		<category><![CDATA[Crystal Dashboard Design]]></category>
		<category><![CDATA[Dashboards]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[insurance]]></category>
		<category><![CDATA[RangeFinder]]></category>
		<category><![CDATA[sap businessobjects]]></category>
		<category><![CDATA[Xcelsius 2008]]></category>

		<guid isPermaLink="false">http://alteksolutions.com/wp/?p=2945</guid>
		<description><![CDATA[With the release of our first Xcelsius/Dashboard Design Add-on component, we decided to put together a multiple part series of blog posts that could showcase how RangeFinder can be utilized within specific business sectors. The first edition of the series is taking aim at the insurance industry and which KPI's can be visualized by RangeFinder to provide exceptional value to end users.
Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-manufacturing-edition/' rel='bookmark' title='RangeFinder in the Workplace: Manufacturing Edition'>RangeFinder in the Workplace: Manufacturing Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-sales-and-marketing-edition/' rel='bookmark' title='RangeFinder in the Workplace: Sales and Marketing Edition'>RangeFinder in the Workplace: Sales and Marketing Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/01/rangefinder-plugin-for-sap-businessobjects-dashboards/' rel='bookmark' title='RangeFinder Plugin for SAP BusinessObjects Dashboards Released'>RangeFinder Plugin for SAP BusinessObjects Dashboards Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>With the release of <a href="http://www.alteksolutions.com/corporate/">our</a> first Xcelsius/Dashboard Design Add-on component, we decided to put together a multiple part series of blog posts that will showcase how <a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a> can be utilized within specific business sectors. The first edition of the series is taking aim at the <a href="http://www.alteksolutions.com/solutions/industry/insurance.asp">insurance</a> industry and which KPI&#8217;s can be visualized by <a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a> to provide exceptional value to end users.</p>
<p>The <a href="http://www.alteksolutions.com/solutions/industry/insurance.asp">insurance</a> industry is data driven and people powered which is why having access to the correct data to make informed decisions is key. <a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a> is the perfect component to identify how KPI&#8217;s compare to what is typical for a specific metric broken out by any dimension or time period. Let&#8217;s take a look at two KPI&#8217;s that we have implemented for a client in the insurance industry.</p>
<h3><strong>RangeFinder KPI&#8217;s In Action</strong></h3>
<p>In the two <a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a> components below we are displaying two different metrics that show different things based on what information is selected in the dashboard. For both components, the county selection will show the value that pertains to that county in comparison to all other counties within the state in the orange indicator box.</p>
<p>As you see in the screenshot, based on the date range specified, the orange indicator shows how Allegany County compares to all other counties for both Avg Report Lag and Average Length of Claims. It shows that Report lag per claim is well above the typical range for all counties for that date range and Length of Claim is well within the typical Range for all counties. As the county selection changes, the value in the orange indicator box will change as well to quickly show the end user how that county stacks up against the rest.</p>
<div id="attachment_2946" class="wp-caption alignnone" style="width: 310px"><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/RF_KPIs.png" rel="wp-prettyPhoto[g2945]"><img class="size-medium wp-image-2946" title="RangeFinder in Action!" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/RF_KPIs-300x223.png" alt="RangeFinder in Action!" width="300" height="223" /></a><p class="wp-caption-text">RangeFinder in Action!</p></div>
<p><strong>Other Insurance KPI&#8217;s that can be visualized by RangeFinder</strong></p>
<ul>
<li>Insurance Sales KPI&#8217;s</li>
<ul>
<li>% of Renewed policies to the number of policies sold</li>
<li>% of policy lapses or missed payments</li>
<li>% of upgraded policies</li>
<li>Average # of policies per household</li>
<li>Cross-sell rate per agent</li>
</ul>
<li>Insurance Policy &amp; Premium KPI&#8217;s</li>
<ul>
<li>Average insurance policy size of policies closed within measurement period</li>
<li># of new insurance policies closed within measurement period</li>
<li>Net written premium on policies</li>
<li>% of policies that are renewed / not renewed</li>
<li>Premium revenue by geography / product</li>
<li># of in-force policies to headcount</li>
</ul>
<li>Insurance Claims</li>
<ul>
<li>% of claims over cap</li>
<li>% fraudulent insurance claims / activities</li>
<li>Loss ration %</li>
<li>% increase in average claim payment per case</li>
<li>Legal cost incurred as % of total cost</li>
<li>Average claim settlement time</li>
<li>Claim paid amount as of a % of first year premium / renewals</li>
<li># of open insurance claims</li>
<li>Claim reserves to meet current and future claim payments</li>
<li>Average cost of lost time claim</li>
<li>% of lost time claims that are represented</li>
<li># of claims per $ of payroll</li>
</ul>
<li>And many, many more!!!</li>
</ul>
<h3>Want to try RangeFinder?</h3>
<p>Download a fully-functional watermarked copy of the software <a href="http://www.alteksolutions.com/software/plugins/rangefinder/trial.asp">free</a> for your evaluation to discover how <a href="http://www.alteksolutions.com/software/plugins/rangefinder/">RangeFinder</a> impacts the way you present and visualize information.</p>
<p>The .zip file contains everything you need to get started:</p>
<ul>
<li>Xcelsius Add-on file (.xlx)</li>
<li>User Guide</li>
<li>Two sample Xcelsius models</li>
</ul>
<p>Get the 30 day free trial <a href="http://www.alteksolutions.com/software/plugins/rangefinder/trial.asp" target="_blank">here</a>!</p>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-manufacturing-edition/' rel='bookmark' title='RangeFinder in the Workplace: Manufacturing Edition'>RangeFinder in the Workplace: Manufacturing Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-sales-and-marketing-edition/' rel='bookmark' title='RangeFinder in the Workplace: Sales and Marketing Edition'>RangeFinder in the Workplace: Sales and Marketing Edition</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/01/rangefinder-plugin-for-sap-businessobjects-dashboards/' rel='bookmark' title='RangeFinder Plugin for SAP BusinessObjects Dashboards Released'>RangeFinder Plugin for SAP BusinessObjects Dashboards Released</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alteksolutions?a=KGuUXOmqrR0:_7L_0OfSYPw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=KGuUXOmqrR0:_7L_0OfSYPw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=KGuUXOmqrR0:_7L_0OfSYPw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=KGuUXOmqrR0:_7L_0OfSYPw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=KGuUXOmqrR0:_7L_0OfSYPw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=KGuUXOmqrR0:_7L_0OfSYPw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/alteksolutions/~4/KGuUXOmqrR0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-insurance-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://alteksolutions.com/wp/index.php/2012/03/rangefinder-in-the-workplace-insurance-edition/</feedburner:origLink></item>
		<item>
		<title>Importing Content in BusinessObjects 4.0</title>
		<link>http://feedproxy.google.com/~r/alteksolutions/~3/qrCErjc3TBo/</link>
		<comments>http://alteksolutions.com/wp/index.php/2012/03/importing-content-in-businessobjects-4-0/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 09:00:16 +0000</pubDate>
		<dc:creator>Ryan Muldowney</dc:creator>
				<category><![CDATA[BI Platform]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[sap businessobjects]]></category>
		<category><![CDATA[SAP BusinessObjects 4.0]]></category>

		<guid isPermaLink="false">http://alteksolutions.com/wp/?p=2920</guid>
		<description><![CDATA[SAP BusinessObjects 4.0 introduces a new tool for importing content called the Upgrade Management Tool. This replaces the old Import Wizard from previous versions and takes a huge step forward in usability. Using this tool, you can do a Complete Upgrade to import all of the content from an existing BusinessObjects system, or an Incremental [...]
Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2010/05/unlocking-your-bi-content-with-opendocument/' rel='bookmark' title='Unlocking Your BI Content with OpenDocument'>Unlocking Your BI Content with OpenDocument</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/' rel='bookmark' title='Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images'>Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2010/09/comprehensive-health-check/' rel='bookmark' title='Maintain Peak Performance With a Comprehensive SAP BusinessObjects Health Check'>Maintain Peak Performance With a Comprehensive SAP BusinessObjects Health Check</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>SAP BusinessObjects 4.0 introduces a new tool for importing content called the <strong>Upgrade Management Tool</strong>. This replaces the old <strong>Import Wizard</strong> from previous versions and takes a huge step forward in usability. Using this tool, you can do a Complete Upgrade to import all of the content from an existing BusinessObjects system, or an Incremental Upgrade which allows you to choose the objects to import.</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-02-09-13-43-4260634.png" rel="wp-prettyPhoto[g2920]"><img class="wp-image-2921 alignnone" style="border-style: initial; border-color: initial;" title="Choosing Upgrade Type" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-02-09-13-43-4260634.png" alt="You can choose between a Complete or Incremental upgrade" width="479" height="359" /></a></p>
<p>Once you&#8217;ve chosen which type of upgrade you&#8217;d like to perform, you are prompted to choose the Source and Destination systems. These can be either live systems or BIAR (BI Archive) files. If you choose a Live source system, its version must be XI Release 2 SP2 or higher.</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-02-09-14-05-5560634.png" rel="wp-prettyPhoto[g2920]"><img class="alignnone  wp-image-2922" title="Choosing Source and Destination Systems" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-02-09-14-05-5560634.png" alt="Log on to both the source and destination BusinessObjects systems" width="479" height="359" /></a></p>
<p>The Upgrade Management Tool will then show you a summary of all the objects that will be imported.  Remember that Desktop Intelligence reports are no longer supported in BusinessObjects 4.0, so they will not be imported. (You can use the Report Conversion Tool to upgrade those separately, but that&#8217;s another blog post.)</p>
<p>Click Start and the content import will begin &#8212; it&#8217;s that simple!</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-02-09-18-24-8800634.png" rel="wp-prettyPhoto[g2920]"><img class="alignnone  wp-image-2923" title="Upgrade Summary" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-02-09-18-24-8800634.png" alt="The wizard shows you all of the objects that will be imported." width="479" height="359" /></a></p>
<p>You can also do an Incremental Upgrade using this tool which allows you to choose the objects you want to import. The tool automatically finds and imports all dependencies for the objects you select. For example, if you choose to import a report, the tool will also import its universe and connection. After you log into the Source and Destination systems, you can choose your desired objects.</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-02-09-20-00-6790634.png" rel="wp-prettyPhoto[g2920]"><img class="alignnone  wp-image-2924" title="Object Selection" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-02-09-20-00-6790634.png" alt="An incremental upgrade allows you to choose the objects you would like to import." width="479" height="359" /></a></p>
<p>Once you make your selection, you are shown a Summary screen where you can see the objects you&#8217;ve selected along with their dependencies.  In this case I chose a set of Crystal Reports, and all of their associated &#8220;Repository Objects&#8221; were automatically selected for me.</p>
<p><a href="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-02-09-22-47-8080634.png" rel="wp-prettyPhoto[g2920]"><img class="alignnone  wp-image-2925" title="Incremental Upgrade Summary" src="http://alteksolutions.com/wp/wp-content/uploads/2012/03/screenshot2012-03-02-09-22-47-8080634.png" alt="This summary screen shows your selected objects along with their dependencies." width="479" height="359" /></a></p>
<p>Upgrading to BusinessObjects 4.0 can be a daunting task, but things like the Upgrade Management Tool make life a little easier.</p>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://alteksolutions.com/wp/index.php/2010/05/unlocking-your-bi-content-with-opendocument/' rel='bookmark' title='Unlocking Your BI Content with OpenDocument'>Unlocking Your BI Content with OpenDocument</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2012/04/advanced-businessobjects-mobile-reporting-tactics-embedding-images/' rel='bookmark' title='Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images'>Advanced BusinessObjects Mobile Reporting Tactics: Embedding Images</a></li>
<li><a href='http://alteksolutions.com/wp/index.php/2010/09/comprehensive-health-check/' rel='bookmark' title='Maintain Peak Performance With a Comprehensive SAP BusinessObjects Health Check'>Maintain Peak Performance With a Comprehensive SAP BusinessObjects Health Check</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alteksolutions?a=qrCErjc3TBo:sBnr_0unI6E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=qrCErjc3TBo:sBnr_0unI6E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=qrCErjc3TBo:sBnr_0unI6E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=qrCErjc3TBo:sBnr_0unI6E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/alteksolutions?i=qrCErjc3TBo:sBnr_0unI6E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alteksolutions?a=qrCErjc3TBo:sBnr_0unI6E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/alteksolutions?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/alteksolutions/~4/qrCErjc3TBo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alteksolutions.com/wp/index.php/2012/03/importing-content-in-businessobjects-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://alteksolutions.com/wp/index.php/2012/03/importing-content-in-businessobjects-4-0/</feedburner:origLink></item>
	</channel>
</rss>

