<?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>Business Intelligence and Data Warehousing</title>
	<atom:link href="http://wpselect.com/bidw/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpselect.com/bidw</link>
	<description>Business Objects &#124; Informatica &#124; Oracle &#124; SQL</description>
	<lastBuildDate>Tue, 12 Feb 2013 18:03:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>The Challenge of Dashboard BI Projects</title>
		<link>http://wpselect.com/bidw/the-challenge-of-dashboard-bi-projects/</link>
		<comments>http://wpselect.com/bidw/the-challenge-of-dashboard-bi-projects/#comments</comments>
		<pubDate>Tue, 12 Feb 2013 18:03:03 +0000</pubDate>
		<dc:creator>John Levandowski</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[business process]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[fact]]></category>
		<category><![CDATA[requirements]]></category>

		<guid isPermaLink="false">http://wpselect.com/bidw/?p=2567</guid>
		<description><![CDATA[<p>If the goal of your business intelligence project is to deliver a dashboard, you should have warning bells going off in your head. What is a Dashboard An easy to read graphical presentation of the current status and historical trends of an organization’s key performance indicators (KPIs) to enable instantaneous and informed decisions to be made at a glance. Business &#8230;</p><p>The post <a href="http://wpselect.com/bidw/the-challenge-of-dashboard-bi-projects/">The Challenge of Dashboard BI Projects</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If the goal of your business intelligence project is to deliver a dashboard, you should have warning bells going off in your head.</p>
<h2>What is a Dashboard</h2>
<p>An easy to read graphical presentation of the current status and historical trends of an organization’s key performance indicators (KPIs) to enable instantaneous and informed decisions to be made at a glance.</p>
<h2>Business Processes and KPIs</h2>
<p>The key performance indicators (KPIs) of your dashboard will result from multiple business processes.</p>
<p>Examples of KPIs are:</p>
<ul>
<li>New Customers Acquired</li>
<li>Revenue by Segment</li>
<li>Cycle Time</li>
<li>Inventory Levels</li>
</ul>
<p>The above KPIs result from the following business processes:</p>
<ul>
<li>Acquire Customer</li>
<li>Sell Product</li>
<li>Manufacture Product</li>
<li>Maintain Product Inventory</li>
</ul>
<p><img class="alignright size-full wp-image-2569" title="Dashboard" alt="Dashboard" src="http://wpselect.com/bidw/files/2013/02/dashboard.png" width="300" height="236" />If your business intelligence project is to deliver this dashboard, you will need to completely build the analytic foundation for 4 business processes in your data warehouse. If this is your first BI project, this will be a real challenge. A common recommendation is to build your data warehouse by focusing on 1 business process at a time so that you have frequent deliverables and can show progress.</p>
<p>A common response to this warning is that you are only going to build summary data for these business processes so that it will be much easier and faster to build. Continue reading for a discussion on grain and atomic data.</p>
<h2>Dashboards and Grain</h2>
<p>If you decide to only build summary data for your business processes to support your dashboard application, you are missing out on a fundamental tenet of <a href="http://wpselect.com/bidw/what-is-dimensional-modeling/">dimensional modeling</a>.</p>
<blockquote><p>You should build your fact table at the most atomic level of data possible</p></blockquote>
<p>With summary data, the executives at your organization are undoubtedly going to ask for more details. Without atomic data, you will not be able to answer these questions. Therefore I highly recommend that you do not build your fact tables with summary data only. Summary data can be created for performance reasons, but you should still have the detailed data available.</p>
<h2>When is a good time for Dashboards</h2>
<p>After you have built the foundation for multiple business processes with atomic data you can tackle building dashboards. Dashboards are unique projects in that they require different skill sets for their visual and artistic nature.</p>
<p>For more information on business intelligence project planning for success you should buy <a href="http://wpselect.com/go/dw-lifecycle-toolkit/">The Data Warehouse Lifecycle Toolkit</a>.</p>
<p>The post <a href="http://wpselect.com/bidw/the-challenge-of-dashboard-bi-projects/">The Challenge of Dashboard BI Projects</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpselect.com/bidw/the-challenge-of-dashboard-bi-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Objects Universe Row Level Security</title>
		<link>http://wpselect.com/bidw/business-objects-universe-row-level-security/</link>
		<comments>http://wpselect.com/bidw/business-objects-universe-row-level-security/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 17:10:37 +0000</pubDate>
		<dc:creator>John Levandowski</dc:creator>
				<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[information design tool]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[universe]]></category>

		<guid isPermaLink="false">http://wpselect.com/bidw/?p=2539</guid>
		<description><![CDATA[<p>If you are a business objects universe designer that needs to implement row level security in your universe, here is a simple method. The following are the steps necessary when using the business objects information design tool. Similar steps can be done in the legacy universe designer tool. Create security table The first step is to create a security table &#8230;</p><p>The post <a href="http://wpselect.com/bidw/business-objects-universe-row-level-security/">Business Objects Universe Row Level Security</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you are a business objects universe designer that needs to implement row level security in your universe, here is a simple method. The following are the steps necessary when using the business objects information design tool. Similar steps can be done in the legacy universe designer tool.</p>
<h2>Create security table</h2>
<p>The first step is to create a security table and add it to your universe data foundation. The security table has 2 fields:</p>
<ol>
<li>BOUSER &#8211; the business objects user id that the user uses to access business objects</li>
<li>DEPARTMENT &#8211; the department this user should have access to</li>
</ol>
<h2>Join the security table to the relevant dimension or fact table in your data foundation</h2>
<p><img class="alignnone size-full wp-image-2540" title="Business Objects Row Level Security Data Foundation" alt="Business Objects Row Level Security Data Foundation" src="http://wpselect.com/bidw/files/2012/11/security_data_foundation.png" width="440" height="140" /></p>
<p>In this example the user can have access to multiple departments.</p>
<h2>Create a security filter in your business objects universe business layer</h2>
<p>The SQL definition is <strong>SECURITY.BOUSER = @Variable(&#8216;BOUSER&#8217;)</strong></p>
<p>On the properties tab you will need to check <strong>Use filter as mandatory in query</strong> and choose the <strong>Filter Scope Apply on Universe</strong>. This will make this filter used on all queries using this universe.</p>
<p><img class="alignnone size-full wp-image-2541" title="Business Objects Row Level Security Universe Filter" alt="Business Objects Row Level Security Universe Filter" src="http://wpselect.com/bidw/files/2012/11/security_filter.png" width="507" height="508" /></p>
<h2>Test</h2>
<p>Here is the query that will be created when selecting the department and department name object from the universe:</p>
<pre class="brush: sql; title: ; notranslate">
SELECT
DEPARTMENT.DEPARTMENT,
DEPARTMENT.DEPARTMENT_NAME
FROM
DEPARTMENT,
SECURITY
WHERE
( SECURITY.DEPARTMENT=DEPARTMENT.DEPARTMENT )
AND
( SECURITY.BOUSER = @Variable('BOUSER') )
</pre>
<p>In the query generated above the business objects user id of the user executing the query will be substituted for the <strong>@Variable(&#8216;BOUSER&#8217;)</strong> statement. As a result, the user will only have access to the departments that have a row in the security table associated with their business objects user id.</p>
<p>Please leave a comment with your experience in implementing row level security in a business objects universe.</p>
<p>The post <a href="http://wpselect.com/bidw/business-objects-universe-row-level-security/">Business Objects Universe Row Level Security</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpselect.com/bidw/business-objects-universe-row-level-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Reasons Why Your Business Intelligence Project Will Fail</title>
		<link>http://wpselect.com/bidw/5-reasons-your-business-intelligence-project-will-fail/</link>
		<comments>http://wpselect.com/bidw/5-reasons-your-business-intelligence-project-will-fail/#comments</comments>
		<pubDate>Sat, 29 Sep 2012 15:18:09 +0000</pubDate>
		<dc:creator>John Levandowski</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[business sponsor]]></category>
		<category><![CDATA[data definitions]]></category>
		<category><![CDATA[data quality]]></category>
		<category><![CDATA[requirements]]></category>

		<guid isPermaLink="false">http://wpselect.com/bidw/?p=2509</guid>
		<description><![CDATA[<p>Like any other IT project, business intelligence projects have a high risk of failure. Here are 5 reasons why your BI project will fail. Absent or Weak Business Sponsor A strong business sponsor is the most important ingredient for a successful business intelligence sponsor. This person needs to be well-respected within your organization and be able to make decisions for &#8230;</p><p>The post <a href="http://wpselect.com/bidw/5-reasons-your-business-intelligence-project-will-fail/">5 Reasons Why Your Business Intelligence Project Will Fail</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Like any other IT project, business intelligence projects have a high risk of failure. Here are 5 reasons why your BI project will fail.</p>
<h2>Absent or Weak Business Sponsor</h2>
<p>A strong business sponsor is the most important ingredient for a successful business intelligence sponsor. This person needs to be well-respected within your organization and be able to make decisions for the organization. If the CIO is your business sponsor, you are in for a world of trouble. A CIO does not have influence over the business community and will not be well-respected when business decisions need to be made. Finding a strong business sponsor will significantly increase your projects probability of success.</p>
<h2>The BI Technology to be used was purchased Prior to Gathering Requirements</h2>
<p><img class="alignright size-full wp-image-2520" title="Failure" src="http://wpselect.com/bidw/files/2012/09/failure.jpg" alt="Failure" width="300" height="200" />Gathering requirements for a business intelligence project is one of the first steps that should influence all subsequent design and development decisions. If you have already decided on a technology platform, the technology that was chosen will influence the requirements, which may translate into business needs not being met. On future BI projects you will definitely leverage the existing technology but you should not skip this step to make sure that the technology chosen will meet the business goals.</p>
<h2>The Business does not have Time to Participate</h2>
<p>Business participation is mandatory in a business intelligence project. If the business is too busy to take part in the BI project, it is probably a good idea to postpone the project. A BI project cannot be successful without intimate participation by members of the business community in your organization. I would estimate that, at minimum, half of your project team needs to be from the business community.</p>
<h2>Poor Data Quality</h2>
<p>I have discussed the importance of <a href="http://wpselect.com/bidw/data-quality-and-business-process/">data quality</a> in an earlier post and some practical ideas on what can be done about poor data quality. Ultimately the success of your business intelligence project will rely on having quality data. It will be very difficult to develop a good framework for decision-making with underlying data of poor quality.</p>
<h2>Lack of Data Definitions</h2>
<p>Defining business terms for your organization is an important process. Without consistent and agreed upon definitions for business terms you will not be able to consistently give the same answer to the same question. This part of your BI project should be started as early as possible as there will be many meetings that need to be held to get your organization to come to consensus on data definitions. It will be very difficult to code your ETL process for consistency without first having consistent business definitions of terms.</p>
<p>I hope that this post has given you some ideas on ways to improve your next business intelligence project so that it is successful and delivers value to your organization. If you have other common reasons BI projects fail, please leave a comment.</p>
<p>The post <a href="http://wpselect.com/bidw/5-reasons-your-business-intelligence-project-will-fail/">5 Reasons Why Your Business Intelligence Project Will Fail</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpselect.com/bidw/5-reasons-your-business-intelligence-project-will-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Objects Web Intelligence Filters</title>
		<link>http://wpselect.com/bidw/business-objects-web-intelligence-filters/</link>
		<comments>http://wpselect.com/bidw/business-objects-web-intelligence-filters/#comments</comments>
		<pubDate>Tue, 28 Aug 2012 14:18:09 +0000</pubDate>
		<dc:creator>John Levandowski</dc:creator>
				<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[input control]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[web intelligence]]></category>

		<guid isPermaLink="false">http://wpselect.com/bidw/?p=2492</guid>
		<description><![CDATA[<p>If you are attempting to find out why the data showing on your business objects web intelligence document is incorrect, you may want to start by looking at filters. Once you have verified that the query (data provider) is correct and returning the correct result set, the next step is to look at the filters in your document. For instance, &#8230;</p><p>The post <a href="http://wpselect.com/bidw/business-objects-web-intelligence-filters/">Business Objects Web Intelligence Filters</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you are attempting to find out why the data showing on your business objects web intelligence document is incorrect, you may want to start by looking at filters. Once you have verified that the query (data provider) is correct and returning the correct result set, the next step is to look at the filters in your document. For instance, look at the web intelligence report block below. The query that created this report block included all accounts, but only 1 account is showing in the table.</p>
<p><img class="alignnone size-full wp-image-2494" title="Web Intelligence Data Block" src="http://wpselect.com/bidw/files/2012/08/webi_report.png" alt="Web Intelligence Data Block" width="420" height="90" /></p>
<p>To understand how to diagnosis a business objects web intelligence document, you need to understand how filters work in web intelligence. Think of filters as a funnel with the top of the funnel allowing the most data through the filter and gradually reducing the data set.</p>
<h2>Here is the hierarchy of the funnel:</h2>
<ol>
<li>Data Provider Query Filter</li>
<li>Report Filter</li>
<li>Section Filter</li>
<li>Block Filter</li>
<li>Individual Cell Formulas</li>
</ol>
<p>To visualize the filters, web intelligence provides a document structure and filters panel that shows the filters applied to your document.</p>
<h2>Here is the document structure and filters panel that produced the report data block above:</h2>
<p><img class="alignnone size-full wp-image-2495" title="Web Intelligence Filters" src="http://wpselect.com/bidw/files/2012/08/webi_filters.png" alt="Web Intelligence Filters" width="300" height="340" /></p>
<p>You can see that the document is filtered for:</p>
<ul>
<li>account level 2 equal to expense at the report level</li>
<li>account level 3 equal to personal service at the section level</li>
<li>account level 4 equal to benefit at the vertical table block level</li>
</ul>
<p>Another way that data is filtered in a web intelligence document is with input controls.</p>
<h2>View the input control below:</h2>
<p><img class="alignnone size-full wp-image-2496" title="Web Intelligence Input Controls" src="http://wpselect.com/bidw/files/2012/08/webi_input_controls.png" alt="Web Intelligence Input Controls" width="300" height="120" /></p>
<p>This input control produced the filter shaded in gray above (account level 1 equal to use of funds). Input controls can be setup to filter reports, sections, and data blocks.</p>
<p>I hope this helps you unravel the mysteries of business objects web intelligence filters. Please leave a comment with any comments or tips you may have.</p>
<p>The post <a href="http://wpselect.com/bidw/business-objects-web-intelligence-filters/">Business Objects Web Intelligence Filters</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpselect.com/bidw/business-objects-web-intelligence-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Quality and Business Process</title>
		<link>http://wpselect.com/bidw/data-quality-and-business-process/</link>
		<comments>http://wpselect.com/bidw/data-quality-and-business-process/#comments</comments>
		<pubDate>Tue, 17 Jul 2012 23:59:17 +0000</pubDate>
		<dc:creator>John Levandowski</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[business process]]></category>
		<category><![CDATA[data quality]]></category>

		<guid isPermaLink="false">http://wpselect.com/bidw/?p=2470</guid>
		<description><![CDATA[<p>So you think you have a data quality problem, or you have been told that you have a data quality problem. Let me tell you, you don&#8217;t. Even with the fanciest data quality tool, etl engine, or business intelligence application; your data quality problems are not going to go away. In Reengineering the Corporation, Hammer states: Seemingly small data quality &#8230;</p><p>The post <a href="http://wpselect.com/bidw/data-quality-and-business-process/">Data Quality and Business Process</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>So you think you have a data quality problem, or you have been told that you have a data quality problem. Let me tell you, you don&#8217;t. Even with the fanciest data quality tool, etl engine, or business intelligence application; your data quality problems are not going to go away.</p>
<h2>In <a href="http://wpselect.com/go/reengineering-the-corporation/">Reengineering the Corporation</a>, Hammer states:</h2>
<blockquote><p>Seemingly small data quality issues are, in reality, important indications of broken business processes</p></blockquote>
<p>I completely agree.</p>
<h2>In the <a href="http://wpselect.com/go/kimball-group-reader/">Kimball Group Reader</a>, Kimball responds by saying:</h2>
<blockquote><p>Not only does this insight correctly focus our attention on the source of data quality problems, but it also shows us the way to the solution</p></blockquote>
<p>So when you hear people say they have a data quality problem, you know that they have a business process problem. The challenge is what to do about fundamentally broken business processes, since you are the business intelligence / data warehouse person. This opens up a whole new world for BI professionals. You may be asked to spend significant time involved in business process improvement so that the output of the business process is quality data that can lead to improved decision-making. At minimum you need to educate executives in your organization that business intelligence can not be successful without quality data. Specifically, that poorly designed business processes result in poor data quality. Hopefully the executives at your organization will understand and focus efforts on improving business processes. Only then can a successful business intelligence project begin.</p>
<p><a href="http://wpselect.com/go/workflow-modeling/"><img class="alignright size-full wp-image-2476" title="Workflow Modeling: Tools for Process Improvement and Application Development" src="http://wpselect.com/bidw/files/2012/07/workflow_modeling.jpg" alt="Workflow Modeling: Tools for Process Improvement and Application Development" width="180" height="300" /></a>You have to be careful to do due diligence on every candidate business intelligence project so that you have confidence that you have quality data to work with. If you find that you don&#8217;t, you need to educate the sponsors of the project on the importance of quality data, and why this candidate BI project should be put on hold until the business process issues are resolved. You just have to make sure you don&#8217;t say &#8220;no&#8221; to every candidate BI project. If you do, you may be out of a job.</p>
<p>If you find that poor data quality is a constant problem at your organization you may want to acquire some skills on business process improvement so that you can help solve the problem. A great book on redesigning business processes is <a href="http://wpselect.com/go/workflow-modeling/">Workflow Modeling: Tools for Process Improvement and Application Development</a>.</p>
<p>The post <a href="http://wpselect.com/bidw/data-quality-and-business-process/">Data Quality and Business Process</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpselect.com/bidw/data-quality-and-business-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Dimensional Modeling</title>
		<link>http://wpselect.com/bidw/what-is-dimensional-modeling/</link>
		<comments>http://wpselect.com/bidw/what-is-dimensional-modeling/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 14:34:21 +0000</pubDate>
		<dc:creator>John Levandowski</dc:creator>
				<category><![CDATA[Data Modeling]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[fact]]></category>
		<category><![CDATA[star schema]]></category>

		<guid isPermaLink="false">http://wpselect.com/bidw/?p=2438</guid>
		<description><![CDATA[<p>Dimensional modeling is a data modeling technique in data warehouse design. Dimensional models use facts and dimensions to describe data for the business. Facts are typically numeric values that are additive (can be aggregated). Dimensions are descriptive elements used for grouping, labeling, and filtering facts. In the schema below: units_sold is a fact date, store, and product are dimensions all &#8230;</p><p>The post <a href="http://wpselect.com/bidw/what-is-dimensional-modeling/">What is Dimensional Modeling</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Dimensional modeling is a data modeling technique in data warehouse design. Dimensional models use facts and dimensions to describe data for the business. Facts are typically numeric values that are additive (can be aggregated). Dimensions are descriptive elements used for grouping, labeling, and filtering facts. In the schema below:</p>
<ul>
<li>units_sold is a fact</li>
<li>date, store, and product are dimensions</li>
<li>all the other data elements are attributes of a dimension</li>
</ul>
<p>Dimensional models are typically represented using a star schema.  Below is a very simple star schema.  However, star schemas are typically built for simplicity to aid in understanding.</p>
<p><img class="alignnone size-full wp-image-2452" title="Star Schema" alt="Star Schema" src="http://wpselect.com/bidw/files/2012/06/star_schema.png" width="640" height="388" /></p>
<h2>The benefits of dimensional modeling are:</h2>
<ol>
<li><strong>Understandability</strong> &#8211; The dimensional model is very understandable by the business. In addition, this model is completely based on business terms, so that the business knows what each fact, dimension, or attribute means.</li>
<li><strong>Query performance</strong> &#8211; Dimensional models are denormalized and optimized for fast data querying. Many relational database platforms recognize this model and optimize query execution plans to aid in performance.</li>
<li><strong>Extensibility</strong> &#8211; Dimensional models can easily accommodate change. Dimension tables can have more columns added to them without affection existing business intelligence applications using these tables. Fact tables are also extensible, but need more planning when adding new dimensions so that they do not disrupt existing queries that are using the fact table.</li>
</ol>
<p><a href="http://wpselect.com/go/dw-toolkit/"><img class="alignright size-full wp-image-2421" title="The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling" alt="The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling" src="http://wpselect.com/bidw/files/2012/05/dw_toolkit.jpg" width="180" height="255" /></a>One of the best books on dimensional modeling is <a href="http://wpselect.com/go/dw-toolkit/">The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling</a>.  I highly recommend that you buy a copy if you are interested in learning more about dimensional modeling.  Over the next few months, I will be discussing the process of developing a dimensional model. Feel free to bookmark this site if you are interested in following along or choose one of the follow options listed at the top of the navigation sidebar on the left side of this page.</p>
<p>The post <a href="http://wpselect.com/bidw/what-is-dimensional-modeling/">What is Dimensional Modeling</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpselect.com/bidw/what-is-dimensional-modeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Business Intelligence</title>
		<link>http://wpselect.com/bidw/what-is-business-intelligence/</link>
		<comments>http://wpselect.com/bidw/what-is-business-intelligence/#comments</comments>
		<pubDate>Fri, 11 May 2012 14:22:27 +0000</pubDate>
		<dc:creator>John Levandowski</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[forrester]]></category>

		<guid isPermaLink="false">http://wpselect.com/bidw/?p=2425</guid>
		<description><![CDATA[<p>There are many prevailing definitions of business intelligence.  Ultimately it is up to your organization to adopt the definition that makes sense to you. My favorite definition is provided by Forrester Research. Business Intelligence (BI) is a set of methodologies, processes, architectures, and technologies that transform raw data into meaningful and useful information used to enable more effective strategic, tactical, &#8230;</p><p>The post <a href="http://wpselect.com/bidw/what-is-business-intelligence/">What is Business Intelligence</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>There are many prevailing definitions of business intelligence.  Ultimately it is up to your organization to adopt the definition that makes sense to you.</p>
<h2>My favorite definition is provided by <a href="http://www.forrester.com/" target="_blank">Forrester Research</a>.</h2>
<blockquote><p>Business Intelligence (BI) is a set of methodologies, processes, architectures, and technologies that transform raw data into meaningful and useful information used to enable more effective strategic, tactical, and operational insights and decision-making.</p></blockquote>
<p>This definition of business intelligence includes data warehousing as part of business intelligence. This is the primary reason I like the Forrester definition.  I don&#8217;t believe that BI can be done in isolation without considering the data warehouse processes.</p>
<h2>Here is a list of things that business intelligence isn&#8217;t:</h2>
<ul>
<li>BI is not just a Data Warehouse</li>
<li>BI is not just Dashboards</li>
<li>BI is not just about Technology</li>
<li>BI is not just for Executives/Leadership</li>
<li>BI is not just for Large Institutions</li>
</ul>
<h2><a href="http://wpselect.com/go/dw-lifecycle-toolkit/"><img class="alignright size-full wp-image-2422" title="The Data Warehouse Lifecycle Toolkit" src="http://wpselect.com/bidw/files/2012/05/dw_lifecycle_toolkit.jpg" alt="The Data Warehouse Lifecycle Toolkit" width="180" height="257" /></a>There are many different types of business intelligence applications.  Here is my list of the 5 primary types of BI applications:</h2>
<ol>
<li>Standard Reports &#8211; Reports with the ability to enter a parameter, drill-down to lower level of detail, and link to related reports</li>
<li>Ad Hoc Query Access and Reporting &#8211; Often used as the development tool for standard reports</li>
<li>Dashboards and Scorecards &#8211; At-a-glance views of key performance indicators (KPIs)</li>
<li>Data Mining &#8211; Data exploration with the intent to find patterns or relationships that can be made useful to the organization</li>
<li>Operational Intelligence &#8211; Real-time insight into business operations</li>
</ol>
<p>A great book you should buy for more information on business intelligence is <a href="http://wpselect.com/go/dw-lifecycle-toolkit/">The Data Warehouse Lifecycle Toolkit</a>.</p>
<p>The post <a href="http://wpselect.com/bidw/what-is-business-intelligence/">What is Business Intelligence</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpselect.com/bidw/what-is-business-intelligence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Learn Informatica</title>
		<link>http://wpselect.com/bidw/how-to-learn-informatica/</link>
		<comments>http://wpselect.com/bidw/how-to-learn-informatica/#comments</comments>
		<pubDate>Tue, 01 May 2012 20:26:23 +0000</pubDate>
		<dc:creator>John Levandowski</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[informatica]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://wpselect.com/bidw/?p=2401</guid>
		<description><![CDATA[<p>A question that I often receive is: &#8220;What should I do to learn how to develop ETL mappings using Informatica PowerCenter?&#8221; Here are the steps that I would take to learn how to do extract, transform, and load with Informatica PowerCenter. I assume that you already have knowledge of SQL. If you don&#8217;t know SQL or need to learn more &#8230;</p><p>The post <a href="http://wpselect.com/bidw/how-to-learn-informatica/">How To Learn Informatica</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>A question that I often receive is:</p>
<blockquote><p>&#8220;What should I do to learn how to develop ETL mappings using Informatica PowerCenter?&#8221;</p></blockquote>
<h2>Here are the steps that I would take to learn how to do extract, transform, and load with Informatica PowerCenter.</h2>
<p>I assume that you already have knowledge of SQL. If you don&#8217;t know SQL or need to learn more about SQL, I would recommend that you buy <a href="http://wpselect.com/go/learning-sql/">Learning SQL by Alan Beaulieu</a>.</p>
<p>You also should have access to the Informatica PowerCenter tool in your environment. If not, you should get the Informatica server and client tools installed on your desktop.</p>
<p>A great place to start to learn Informatica is the <strong>Getting Started Guide</strong> found in the documentation folder of your PowerCenter client tools installation. This guide is really good at teaching you the basics. You will need to have access to create tables in a database, as the guide teaches you by loading some sample tables/data and teaches you all the basic ETL concepts using the sample data.</p>
<h2>The tutorials in the guide will teach you how to:</h2>
<ul>
<li>Create Source Definitions</li>
<li>Create Target Definitions</li>
<li>Create Target Tables</li>
<li>Create a pass-through Mapping</li>
<li>Create Sessions and Workflows</li>
<li>Use the Workflow Monitor</li>
<li>Create Aggregate Transformations</li>
<li>Create Expression Transformations</li>
<li>Create Lookup Transformations</li>
<li>Create Filter Transformations</li>
</ul>
<p><a href="http://wpselect.com/go/dw-etl-toolkit/"><img class="alignright size-full wp-image-2419" title="The Data Warehouse ETL Toolkit" src="http://wpselect.com/bidw/files/2012/05/dw_etl_toolkit.jpg" alt="The Data Warehouse ETL Toolkit" width="180" height="256" /></a>Make sure that you do all the tutorials and not just read them. You will learn the concepts better by following the tutorials step by step. All of the tutorials are very basic, but they will give you the foundation you need to develop ETL processes using Informatica PowerCenter.</p>
<p>The next guide I would skim is the <strong>Transformation Guide</strong>. This is a great reference guide to all the transformations available in Informatica PowerCenter. I would not suggest you read the guide from cover to cover, but to instead read the Working with Transformations chapter and the overview section for each Transformation. This will give you a good idea of the transformations available that you can use in your mappings, so that when you are trying to develop a mapping you will have some background on what transformations are available. When you need to do a new transformation for the first time, you can read the entire section of the Transformation Guide for that transformation for more details.</p>
<p>Next, you should actually develop your first mapping in Informatica PowerCenter.  There is no better training than actually doing it.</p>
<p>A great book you should buy for learning the Extract, Transform, Load process is <a href="http://wpselect.com/go/dw-etl-toolkit/">The Data Warehouse ETL Toolkit: Practical Techniques for Extracting, Cleaning, Conforming, and Delivering Data</a>.</p>
<p>The post <a href="http://wpselect.com/bidw/how-to-learn-informatica/">How To Learn Informatica</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpselect.com/bidw/how-to-learn-informatica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Objects Web Intelligence Mac OS X</title>
		<link>http://wpselect.com/bidw/business-objects-web-intelligence-mac-os-x/</link>
		<comments>http://wpselect.com/bidw/business-objects-web-intelligence-mac-os-x/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 19:01:11 +0000</pubDate>
		<dc:creator>John Levandowski</dc:creator>
				<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[web intelligence]]></category>

		<guid isPermaLink="false">http://wpselect.com/bidw/?p=2389</guid>
		<description><![CDATA[<p>If you use Business Objects Web Intelligence on a Mac, you are aware that it is very difficult to find a browser that is compatible. In fact, SAP will basically tell you that the Mac is not a supported environment. However, I have found a combination that will work for you. I have tested this on the following Mac environment: &#8230;</p><p>The post <a href="http://wpselect.com/bidw/business-objects-web-intelligence-mac-os-x/">Business Objects Web Intelligence Mac OS X</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you use Business Objects Web Intelligence on a Mac, you are aware that it is very difficult to find a browser that is compatible. In fact, SAP will basically tell you that the Mac is not a supported environment. However, I have found a combination that will work for you.</p>
<h2>I have tested this on the following Mac environment:</h2>
<ul>
<li>Mac OS X Lion 10.7.3</li>
<li>Java Version 1.6.0_31-b04-415</li>
</ul>
<p>There are 3 <a href="http://wpselect.com/bidw/business-objects-web-intelligence-client-differences/">different clients available to use Web Intelligence</a>. Only the Web and Java clients can be used on a Mac. The desktop client is a Windows only installation. I used the following web browsers to test Business Objects Web Intelligence on Mac OS X:</p>
<ul>
<li><a href="http://www.apple.com/safari/" target="_blank">Safari</a> 5.1.5</li>
<li><a href="http://www.mozilla.org/firefox/" target="_blank">Firefox</a> 11.0</li>
<li><a href="http://www.google.com/chrome" target="_blank">Chrome</a> 18.0.1025.163</li>
</ul>
<p><img class="alignright size-full wp-image-2460" title="Firefox" src="http://wpselect.com/bidw/files/2012/04/firefox.jpg" alt="Firefox" width="200" height="70" />Of the above web browser, <strong>Firefox</strong> is the only browser that provides a decent user experience for Web Intelligence. The major issues with the other 2 browsers is that they don&#8217;t support drag and drop to move blocks, columns, and add new objects to existing blocks. Also they don&#8217;t support creating new documents in the java client and editing data providers. The java client is not great in Firefox, but it does allow you to create new documents, and edit data providers. All other functions that you need to do should be done in the regular web client.</p>
<p>The SAP Business Objects version used for this analysis was Version 4.0 Support Package 2 Patch 13.</p>
<p>In conclusion, if you are going to use SAP Business Objects Web Intelligence on Mac OS X, you should use Firefox as your web browser. I hope this has been helpful to you. If you have any questions or helpful advice to share others about your experience using Web Intelligence on Mac OS X, please leave a comment.</p>
<p>The post <a href="http://wpselect.com/bidw/business-objects-web-intelligence-mac-os-x/">Business Objects Web Intelligence Mac OS X</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpselect.com/bidw/business-objects-web-intelligence-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Business Objects Web Intelligence Client Differences</title>
		<link>http://wpselect.com/bidw/business-objects-web-intelligence-client-differences/</link>
		<comments>http://wpselect.com/bidw/business-objects-web-intelligence-client-differences/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 17:08:05 +0000</pubDate>
		<dc:creator>John Levandowski</dc:creator>
				<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[web intelligence]]></category>

		<guid isPermaLink="false">http://johnlevandowski.com/?p=2365</guid>
		<description><![CDATA[<p>SAP Business Objects Web Intelligence has 3 different clients available: Web Java &#8211; Rich Internet Application Desktop &#8211; Desktop (Windows only) Each of the Business Objects Web Intelligence clients have unique features that are not available in the other clients. There isn&#8217;t a Business Objects Web Intelligence client that has all the features. Feature Web Java Desktop File &#62; New &#8230;</p><p>The post <a href="http://wpselect.com/bidw/business-objects-web-intelligence-client-differences/">Business Objects Web Intelligence Client Differences</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>SAP Business Objects Web Intelligence has 3 different clients available:</p>
<ol>
<li>Web</li>
<li>Java &#8211; Rich Internet Application</li>
<li>Desktop &#8211; Desktop (Windows only)</li>
</ol>
<h2>Each of the Business Objects Web Intelligence clients have unique features that are not available in the other clients.</h2>
<p>There isn&#8217;t a Business Objects Web Intelligence client that has all the features.</p>
<table>
<tbody>
<tr>
<th>Feature</th>
<th>Web</th>
<th>Java</th>
<th>Desktop</th>
</tr>
<tr>
<td>File &gt; New Document</td>
<td>NO</td>
<td>YES</td>
<td>YES</td>
</tr>
<tr>
<td>Report Element &gt; Linking &gt; Add Document Link</td>
<td>YES</td>
<td>NO</td>
<td>NO</td>
</tr>
<tr>
<td>Report Element &gt; Linking &gt; Edit Document Link</td>
<td>YES</td>
<td>NO</td>
<td>NO</td>
</tr>
<tr>
<td>Format &gt; Numbers &gt; Define Custom Number Format</td>
<td>NO</td>
<td>YES</td>
<td>YES</td>
</tr>
<tr>
<td>Format &gt; Numbers &gt; Apply Custom Number Format</td>
<td>NO</td>
<td>YES</td>
<td>YES</td>
</tr>
<tr>
<td>Data Access &gt; Data Providers &gt; New Data Provider</td>
<td>NO</td>
<td>YES</td>
<td>YES</td>
</tr>
<tr>
<td>Data Access &gt; Data Providers &gt; Edit Data Provider</td>
<td>NO</td>
<td>YES</td>
<td>YES</td>
</tr>
<tr>
<td>Analysis &gt; Conditional &gt; New Conditional Formatting Rule</td>
<td>NO</td>
<td>YES</td>
<td>YES</td>
</tr>
<tr>
<td>Web Service Publisher</td>
<td>NO</td>
<td>YES</td>
<td>YES</td>
</tr>
<tr>
<td>Data Mode</td>
<td>NO</td>
<td>YES</td>
<td>YES</td>
</tr>
<tr>
<td>Excel Data Provider</td>
<td>NO</td>
<td>NO</td>
<td>YES</td>
</tr>
<tr>
<td>Text Data Provider</td>
<td>NO</td>
<td>NO</td>
<td>YES</td>
</tr>
<tr>
<td>Web Service Data Provider</td>
<td>NO</td>
<td>NO</td>
<td>YES</td>
</tr>
</tbody>
</table>
<p>The only difference between the Web Intelligence Rich Internet Application (Java) and the Web Intelligence Desktop client is that in the Windows Desktop client you can use excel, text, and web services as a data provider.  If you don&#8217;t need these data provider sources, the java client has all the functions you need.</p>
<p>The Web client does not allow you to create new documents and data providers.  However there is one significant feature of the Web Intelligence web client in that it allows you to create document links between documents.</p>
<p><em>This analysis is with Version 4.0 Support Package 2 Patch 13 of SAP Business Objects Web Intelligence.</em></p>
<p><strong>If you know of a feature difference that I missed, please leave a comment.</strong></p>
<p>The post <a href="http://wpselect.com/bidw/business-objects-web-intelligence-client-differences/">Business Objects Web Intelligence Client Differences</a> appeared first on <a href="http://wpselect.com/bidw">Business Intelligence and Data Warehousing</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpselect.com/bidw/business-objects-web-intelligence-client-differences/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
