<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hub Designs Magazine &#187; business intelligence</title>
	<atom:link href="http://hubdesignsmagazine.com/tag/business-intelligence/feed/" rel="self" type="application/rss+xml" />
	<link>http://hubdesignsmagazine.com</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 08:38:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hubdesignsmagazine.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/bc96927426b56a88eadebbdbe11b9319?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hub Designs Magazine &#187; business intelligence</title>
		<link>http://hubdesignsmagazine.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hubdesignsmagazine.com/osd.xml" title="Hub Designs Magazine" />
	<atom:link rel='hub' href='http://hubdesignsmagazine.com/?pushpress=hub'/>
		<item>
		<title>The Importance of Context and Explicit Values (Part 3), by Rob DuMoulin</title>
		<link>http://hubdesignsmagazine.com/2011/12/11/the-importance-of-context-and-explicit-values-part-3-by-rob-dumoulin/</link>
		<comments>http://hubdesignsmagazine.com/2011/12/11/the-importance-of-context-and-explicit-values-part-3-by-rob-dumoulin/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 23:02:51 +0000</pubDate>
		<dc:creator>Rob DuMoulin</dc:creator>
				<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Master Data Management]]></category>
		<category><![CDATA[MDM]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[Data Architecture]]></category>
		<category><![CDATA[data governance]]></category>

		<guid isPermaLink="false">http://hubdesigns.wordpress.com/?p=2909</guid>
		<description><![CDATA[The final segment of Rob DuMoulin's series on the dangers of implicit knowledge and the importance of context.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=2909&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Here&#8217;s the final segment of Rob DuMoulin&#8217;s series on the dangers of implicit knowledge and the importance of context. </em></p>
<p><span id="more-2909"></span></p>
<p>In the <a title="The Importance of Context and Explicit Values (Part 1), by Rob DuMoulin" href="http://hubdesignsmagazine.com/2011/11/14/the-importance-of-context-and-explicit-values-part-1/" target="_blank">first</a> and <a title="The Importance of Context and Explicit Values (Part 2), by Rob DuMoulin" href="http://hubdesignsmagazine.com/2011/11/21/the-importance-of-context-and-explicit-values-part-2-by-rob-dumoulin/" target="_blank">second</a> segments of this series, we discussed situations where <em>implicit values</em> are woven into business processes or IT systems unknowingly or on purpose. The examples provided may seem trivial on the surface if one considers that everybody in the business had the implicit knowledge needed to make sense of the information. It is not so trivial when time passes, employees retire or leave, and there are <em>implicit values</em> scattered around the enterprise that nobody remembers anymore. Add to that the fact that implicit values, by nature, are not self-documenting and in my experience rarely externally documented. By now you should be able to identify the existence of <em>implicit values</em> in overloaded, NULL, or implied default values within your organization. More importantly, you should understand the potential consequences of each situation and be able to intelligently challenge those who perpetuate these practices. This last section provides alternatives to implicit designs and provides methods for mitigating risks within legacy systems.</p>
<p>Governance Policies are where many data quality issues get resolved or avoided. Without defined Governance, the status <em>quo</em> becomes the standard and data quality does not improve. Adding new policies may do little for directly combatting legacy system shortcomings, but it does set the stage for preventing the proliferation of <em>implicit values</em> by mandating that new interfaces to legacy systems not accept them.</p>
<p>An involved and informed Data Governance team is the best defense to limiting proliferation of <em>implicit values</em>. Introducing an enterprise-wide standard to restrict the use of optional relationships between code parent and referring child tables is a start. As stated earlier, optional relationships are ones that allow NULL child table values to exist. For example, a sales table allows a discount type code of NULL if no discount applies. To satisfy such a mandate in this situation, discount code table entries of ‘Not Provided’ and ‘No Discount’ would be added. If a NULL is received, the relationship maps to the ‘Not Provided’ entry. The Point of Sale system could now default a discount to the ‘No Discount’ code value if none was given. This solution explicitly provides a discount value in all situations and provides an easy means to identify when data transformation issues occur if a ‘Not Provided’ value sneaks in. The approach leaves open possibilities for additional entries in code tables to represent a ‘Not Applicable’ business condition or an ‘Invalid’ situation which could be set if a code value is detected during loading of the sales table that does not match a value within the domain of valid discount codes.</p>
<p>A Data Governance body worth its salt creates standards concerning definition, collection, and dissemination of metadata. In the policy planning phase, the Governance body can define the required column-level metadata collected to include values like: Default Value, Min/Max values, Domain, and Nullability. If business users define that NULL values are allowed, a follow-up discussion is required to determine the business meaning of a NULL value. Such a discussion is the opportune time to explore options to NULL values. Forcing the business data owners to define data elements to this degree provides the rules to eliminate several forms of undesired <em>implicit values </em>and it makes for better business system designs.</p>
<p>A strong Data Architecture group plays a role in Data Governance policy enforcement. Data Architecture groups influence database and application designers to use NOT NULL and default value constraints and to define relationships as ’Required’ instead of ‘Optional.’ Mandatory peer code reviews using checklists ensure designs meet enforced policies.</p>
<p>Overloading, as defined in the first segment of this series, is a costly practice that is easily avoided through proper data design techniques. Overloaded code values are avoided by creating separate child fields and separate parent code tables. Overloading of transaction metrics is handled similarly by splitting transaction values into different attributes if at the same summary level or different tables if transactions are at different summary levels. Overloaded records, like copybooks, just have no place in relational database design. If somebody tries to justify them, you have my permission to mock them in public but I am not responsible for any repercussions if the mock-ee is your boss.</p>
<p>The goal of this article was to demonstrate that using <em>implicit values</em> comes with long term consequences and this practice should be scrutinized. There are compelling arguments to use implicit design methods, but doing so should be done knowing all of the options, consequences, risks, and potential long-term costs. Resist temptations for quick-fixes when it comes to data design and focus instead on best practices.</p>
<br />Filed under: <a href='http://hubdesignsmagazine.com/category/data-governance-2/'>Data Governance</a>, <a href='http://hubdesignsmagazine.com/category/master-data-management/'>Master Data Management</a>, <a href='http://hubdesignsmagazine.com/category/mdm/'>MDM</a> Tagged: <a href='http://hubdesignsmagazine.com/tag/business-intelligence/'>business intelligence</a>, <a href='http://hubdesignsmagazine.com/tag/data-architecture/'>Data Architecture</a>, <a href='http://hubdesignsmagazine.com/tag/data-governance/'>data governance</a>, <a href='http://hubdesignsmagazine.com/tag/master-data-management/'>Master Data Management</a>, <a href='http://hubdesignsmagazine.com/tag/mdm/'>MDM</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/2909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/2909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/2909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/2909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/2909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/2909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/2909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/2909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/2909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/2909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/2909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/2909/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/2909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/2909/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=2909&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2011/12/11/the-importance-of-context-and-explicit-values-part-3-by-rob-dumoulin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>42.180100 -70.899900</georss:point>
		<geo:lat>42.180100</geo:lat>
		<geo:long>-70.899900</geo:long>
		<media:thumbnail url="http://hubdesigns.files.wordpress.com/2011/12/context-and-explicit-values.jpg?w=150" />
		<media:content url="http://hubdesigns.files.wordpress.com/2011/12/context-and-explicit-values.jpg?w=150" medium="image">
			<media:title type="html">Context and Explicit Values</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/9da7a4173bea1b2c2e0fff039905f46d?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Rob DuMoulin</media:title>
		</media:content>
	</item>
		<item>
		<title>The Importance of Context and Explicit Values (Part 2), by Rob DuMoulin</title>
		<link>http://hubdesignsmagazine.com/2011/11/21/the-importance-of-context-and-explicit-values-part-2-by-rob-dumoulin/</link>
		<comments>http://hubdesignsmagazine.com/2011/11/21/the-importance-of-context-and-explicit-values-part-2-by-rob-dumoulin/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 15:47:52 +0000</pubDate>
		<dc:creator>Rob DuMoulin</dc:creator>
				<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Master Data Management]]></category>
		<category><![CDATA[MDM]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[Data Architecture]]></category>
		<category><![CDATA[data governance]]></category>

		<guid isPermaLink="false">http://hubdesignsmagazine.com/?p=2898</guid>
		<description><![CDATA[In the next segment of Rob DuMoulin's three part series, he continues to discuss the dangers of implicit knowledge and the importance of context. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=2898&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>In the next segment of Rob DuMoulin&#8217;s three part series, he continues to discuss the dangers of implicit knowledge and the importance of context. </em></p>
<p><span id="more-2898"></span></p>
<p>The <a title="The Importance of Context and Explicit Values (Part 1), by Rob DuMoulin" href="http://hubdesignsmagazine.com/2011/11/14/the-importance-of-context-and-explicit-values-part-1/">first segment of this series</a> defined <em>implicit values</em> as ones that require additional context in order to infer an unambiguous meaning from the value. The segment went on to define how coded values are a valuable design practice that does not cause concern when each component of the implicit relationship exists within a single domain. A derivation to the coded values concept called “Overloading” was discussed as an undesirable practice where one column or record spans more than one domain. In this segment, we&#8217;ll discuss the practices of implicit defaulting and the assigning of implicit business meaning to blanks or NULL values other than the business meaning of “uh, nobody put a value here.”</p>
<p>From a user perspective, text fields containing a NULL or any number of blank spaces look the same. Although the casual business user cannot tell the difference between NULL and blanks, the computer treats them very differently and even changes retrieval performance based on the distinction.<em>[1]</em>  Suppose a data source or entry screen of a Yes/No business attribute defines that a NULL has an implicit meaning of ‘No’ because the value was not explicitly set to ‘Yes’. Since ‘No’ and NULL implicitly mean the same thing, the business cannot determine if the value was intentionally meant to be ‘No’ or if the user accidently missed data entry, but intended to select ‘Yes’. Unless somebody realizes and corrects the mistake, the value will be incorrect and nobody will ever know. Now suppose this column propagates through and ends up in an MDM system and the corporate data warehouse as Null and considered the best version of the truth. To accurately perform analyses using the column with this implied business rule, one must check for a ‘Y’ or the existence of both NULL and ‘No’. Another analysis option would be to check for a ‘Yes’ or a Not Equal to ‘Yes’ condition. In either case, a consumer of this column has to implicitly know that a NULL and ‘No’ are the same and even with this knowledge, the consumer still does not have confidence that the column was intentionally meant to be ‘No’.</p>
<p>Expand the above discussion to consider a lookup code value. The practice of allowing NULL code values is referred to as creating an ‘optional relationship’ within a parent (code table) and a child (reference table). Code tables are, by definition, explicit domains of allowable codes with each having a mutually-exclusive meaning for a record. Allowing NULL values for codes poses a similar ambiguity towards the data meaning. Did the user or source neglect to enter a value? Does the existence of NULL implicitly mean something else, like ‘Not Applicable’?</p>
<p>I can think of no positive business value to introducing ambiguity in data, ever. Moreover, there should be no compelling argument to intentionally inject ambiguity into new designs, especially in MDM or BI systems which are supposed to be reliable and pristine. When doing data integration from multiple systems, such as merging data into MDM or BI systems, the existence of NULLs and <em>implicit values</em> introduces several unnecessary challenges. MDM and BI systems are tasked with the collect of information from multiple sources with the intention of conforming it to a single Enterprise view. Adding <em>implicit values</em> to that process ensures logic will be needed in the transformation layer to conform it to the “Best Version of the Truth”. Once in the MDM Hub, more logic is necessary to transform the data back to its implicit form for each of the consuming systems.</p>
<p style="text-align:center;">“Oh what a tangled web we weave when first we try to cut corners and be implicit.”</p>
<p>In the last part of this three-part series, we will review the revelations thus far and discuss ways to both manage implicit legacy conditions and implement policies to keep from creating any additional ones.</p>
<div>
<hr align="left" size="1" width="33%" />
<div>
<p><em>[1]</em> For example, Oracle does not index null values, so if one has a dataset that is predominantly nulls for a certain column, a query for a non-null value will perform quickly using the index, whereas a query for a null value would result in a table scan and would not use the index.</p>
</div>
</div>
<br />Filed under: <a href='http://hubdesignsmagazine.com/category/data-governance-2/'>Data Governance</a>, <a href='http://hubdesignsmagazine.com/category/master-data-management/'>Master Data Management</a>, <a href='http://hubdesignsmagazine.com/category/mdm/'>MDM</a> Tagged: <a href='http://hubdesignsmagazine.com/tag/business-intelligence/'>business intelligence</a>, <a href='http://hubdesignsmagazine.com/tag/data-architecture/'>Data Architecture</a>, <a href='http://hubdesignsmagazine.com/tag/data-governance/'>data governance</a>, <a href='http://hubdesignsmagazine.com/tag/master-data-management/'>Master Data Management</a>, <a href='http://hubdesignsmagazine.com/tag/mdm/'>MDM</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/2898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/2898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/2898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/2898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/2898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/2898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/2898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/2898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/2898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/2898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/2898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/2898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/2898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/2898/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=2898&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2011/11/21/the-importance-of-context-and-explicit-values-part-2-by-rob-dumoulin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>42.180100 -70.899900</georss:point>
		<geo:lat>42.180100</geo:lat>
		<geo:long>-70.899900</geo:long>
		<media:thumbnail url="http://hubdesigns.files.wordpress.com/2011/11/nullvalues.jpg?w=150" />
		<media:content url="http://hubdesigns.files.wordpress.com/2011/11/nullvalues.jpg?w=150" medium="image">
			<media:title type="html">Null Values</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/9da7a4173bea1b2c2e0fff039905f46d?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Rob DuMoulin</media:title>
		</media:content>
	</item>
		<item>
		<title>The Importance of Context and Explicit Values (Part 1), by Rob DuMoulin</title>
		<link>http://hubdesignsmagazine.com/2011/11/14/the-importance-of-context-and-explicit-values-part-1/</link>
		<comments>http://hubdesignsmagazine.com/2011/11/14/the-importance-of-context-and-explicit-values-part-1/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 15:56:38 +0000</pubDate>
		<dc:creator>Rob DuMoulin</dc:creator>
				<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Master Data Management]]></category>
		<category><![CDATA[MDM]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[Data Architecture]]></category>
		<category><![CDATA[data governance]]></category>

		<guid isPermaLink="false">http://hubdesignsmagazine.com/?p=2891</guid>
		<description><![CDATA[First in a series by Rob DuMoulin, an independent consultant and member of the Hub Designs MDM Think Tank<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=2891&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>“I shot a cat wearing green pajamas.”</p>
<p>Before you report me for animal cruelty, did you paint a mental image of me or the cat in pajamas? <span id="more-2891"></span> How do you know I wasn&#8217;t referring to the phrase used in the 1920’s to describe a person at the top of their game, <em>Cat’s Pajamas</em>? Would your opinion of me change if you had implicit knowledge that I was a professional photographer specializing in novelty pet shoots? How about if you knew I photographed vintage sports while wearing bed clothes or made analogies as if cars were dressed? Maybe you implicitly know I am a caretaker that lives at a zoo who carries a tranquilizer gun for safety or that I am a guide for a big-game safari hunting club? Do I need to go on? A simple factual statement like this is common in tabloid press because without proper context or additional implicit information, it is easy to reach invalid conclusions.</p>
<p>Computers are good at many things, but unless they are programmed to be learning machines, computers are not good at inferring context.  Moreover, computers don&#8217;t need to infer context if system designers and data owners understand how ambiguity affects their MDM and Data Governance effectiveness.</p>
<p>Do your business users have all the information they need to absolutely reach valid conclusions in every situation? If you said ‘Yes’ and truly understand what the term ‘<em>implicit values’</em> means, you don’t need to continue reading.</p>
<p>Looks like all of you are still here. For the record, I was not the one that was wearing pajamas.</p>
<p>In Data Architecture terms, an <em>implicit value</em> is one that is conveyed indirectly by applying information found elsewhere. The antonym of an <em>implicit value</em> is an explicit one, which is a value with a self-contained purpose that exists in a single domain (which means that all values are of the same type and have the same business rules applied to them). These topics will be further discussed in this article. In practice, explicit definitions are desired over implicit ones, but there are exceptions.</p>
<p>This article will present the various scenarios, reasons, risks, and alternatives to having certain types of <em>implicit values</em> in your design and why there is literally no reason to use certain types of implicit values in MDM or BI architectures. Three classes of implicit values will be presented: Coded Values, Overloading, and Null/Default values.</p>
<p>Using coded values is a widely accepted and valuable relational modeling practice used to classify a value within a single domain as defined by a separate code value. For example, a GL dollar amount can be assigned to one of many GL Line Types. Two columns consisting of the GL dollar amount and the GL Line Type Code are implicitly linked together because each has no context without the other. This is an acceptable design practice because each column exists in one and only one domain: GL dollar amounts or GL Line Type Codes.</p>
<p>Overloaded columns or records, on the other hand, exist when one of the columns can be of a different domain based on the value of another. If the GL amount from the previous example represented a dollar amount for one GL line type and an item count for a different GL line type, the GL amount column would be considered overloaded.</p>
<p>This practice was done quite often in the past using COBOL Copybooks. Copybooks exist under the premise that a variable record type was an efficient way to model information within a 3GL coding environment. With the advent and advances of relational databases (and normalization standards), the copybook approach does not translate well into database tables (thank goodness).</p>
<p>One disadvantage of using overloaded columns is that the characteristics of a column are dictated by the superset of all the domains the column represents. This removes one of the benefits of defining a domain to explicitly enforce data quality, integrity, and definition.  For example, if an overloaded column implicitly stores either the nine characters of a Social Security Number or an account holder’s alpha-numeric 14 character Member ID, the column must be at least 14 characters in length and allow for numbers and characters. This makes it more difficult to explicitly enforce SSN formatting rules and display options because it needs some outside code or test to put the value into context.</p>
<p>Overloading inherently restricts a record into referencing only one type of value, which on the surface may seem like a noble goal because it guarantees mutual exclusivity. In some business cases this may never change, but in others, the intent may be short-sighted when business rules change. For instance, an overloaded column of division code and line of business code created under the premise that a record would align to only one of these classifications breaks if products realign to span multiple LOBs.</p>
<p>Whether the reason for using this approach was to upgrade older systems cheaply, or because a designer believed at the time that it was an innovative solution to a problem, the results are the same. Overloading makes data management more difficult, data quality harder to enforce, adds risk of incorrect use of data, and longer-term data changes become more expensive. Despite the brow-beating (or possibly because of the lack of it), designers and developers still overload columns in ERP, CRM, and custom-developed systems. Their existence in legacy systems may not be undoable without costly rework, but they have no place in good MDM or BI design (more on this later).</p>
<p>In the next installment of this series, we’ll discuss the use of NULLs and default values.</p>
<br />Filed under: <a href='http://hubdesignsmagazine.com/category/data-governance-2/'>Data Governance</a>, <a href='http://hubdesignsmagazine.com/category/master-data-management/'>Master Data Management</a>, <a href='http://hubdesignsmagazine.com/category/mdm/'>MDM</a> Tagged: <a href='http://hubdesignsmagazine.com/tag/business-intelligence/'>business intelligence</a>, <a href='http://hubdesignsmagazine.com/tag/data-architecture/'>Data Architecture</a>, <a href='http://hubdesignsmagazine.com/tag/data-governance/'>data governance</a>, <a href='http://hubdesignsmagazine.com/tag/master-data-management/'>Master Data Management</a>, <a href='http://hubdesignsmagazine.com/tag/mdm/'>MDM</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/2891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/2891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/2891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/2891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/2891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/2891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/2891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/2891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/2891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/2891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/2891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/2891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/2891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/2891/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=2891&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2011/11/14/the-importance-of-context-and-explicit-values-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>42.180100 -70.899900</georss:point>
		<geo:lat>42.180100</geo:lat>
		<geo:long>-70.899900</geo:long>
		<media:thumbnail url="http://hubdesigns.files.wordpress.com/2011/11/catingreenpajamas.png?w=150" />
		<media:content url="http://hubdesigns.files.wordpress.com/2011/11/catingreenpajamas.png?w=150" medium="image">
			<media:title type="html">CatInGreenPajamas</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/9da7a4173bea1b2c2e0fff039905f46d?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Rob DuMoulin</media:title>
		</media:content>
	</item>
		<item>
		<title>Information, Intelligence and Process (Part 4) by Julie Hunt</title>
		<link>http://hubdesignsmagazine.com/2011/05/19/information-intelligence-and-process-part-4-by-julie-hunt/</link>
		<comments>http://hubdesignsmagazine.com/2011/05/19/information-intelligence-and-process-part-4-by-julie-hunt/#comments</comments>
		<pubDate>Thu, 19 May 2011 19:32:07 +0000</pubDate>
		<dc:creator>Dan Power</dc:creator>
				<category><![CDATA[Business Process Management]]></category>
		<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Data Quality]]></category>
		<category><![CDATA[Master Data Management]]></category>
		<category><![CDATA[MDM]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[data governance]]></category>
		<category><![CDATA[data integration]]></category>

		<guid isPermaLink="false">http://hubdesignsmagazine.com/?p=2523</guid>
		<description><![CDATA[Here&#8217;s the final article in this great series by Julie Hunt, an accomplished software industry analyst.  Convergence Clarifies Benefits and Value In a recent Gartner report covering predictions for data integration and MDM: Through 2015, 66% of organizations that initiate an MDM program will struggle to demonstrate the business value of it. It’s probably not a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=2523&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the final article in this great series by <a title="Julie Hunt" href="http://hubdesigns.com/tt_members.html#julie_hunt" target="_blank">Julie Hunt</a>, an accomplished software industry analyst. <span id="more-2523"></span> </p>
<p><strong>Convergence Clarifies Benefits and Value</strong></p>
<p>In a <a title="Recent Gartner Report" href="http://data-integration-blog.apatar.com/gartner-makes-its-predictions-for-data-integration.html" target="_blank">recent Gartner report</a> covering predictions for data integration and MDM:</p>
<p style="padding-left:30px;"><em>Through 2015, 66% of organizations that initiate an MDM program will struggle to demonstrate the business value of it.</em></p>
<p>It’s probably not a stretch to extend this “struggle for value” to BPM and BI / analytics. But through the convergence of MDM with BI / analytics and BPM, an analyst like Sandy Kemsley sees increased business value, in this <a title="Loraine Lawson interview" href="http://www.itbusinessedge.com/cm/community/features/interviews/blog/the-potential-impact-of-bpm-and-mdm-integration/?cs=44148" target="_blank">Loraine Lawson interview</a>:</p>
<p style="padding-left:30px;"><em><strong>Lawson: </strong>It&#8217;s become more important with MDM to identify pain points and a real business case. Yet MDM is still pretty IT-centered. Does connecting it to business process management (BPM) allow it to be more business-focused as a project?</em></p>
<p style="padding-left:30px;"><em><strong>Kemsley: </strong>Absolutely – connecting it to BPM, and also connecting it to business intelligence and analytics, because that&#8217;s one of the things that many business users are interacting directly with (analytics), whether it&#8217;s just simple reporting or dashboards or a more complex drill-down. You can get better analytics if you have consistent data models and those consistent data models are going to be helped by MDM, that&#8217;s one of the key business benefits. When you want to have a report that gathers data from a number of different systems, it&#8217;s not going to be some huge, big, long project because somebody has to figure out what data maps onto what other data. It&#8217;s going to be a much more straightforward thing because while the data may not all be in one place, at least it will be in a consistent format so that you can easily bring it together.</em></p>
<p>Individually these solutions can achieve some value and success for an enterprise, but at the cost of much duplicated effort and resources.</p>
<p>In convergence, with initiatives for business improvement and better decision-making, an integration of BI/analytics, BPM, data governance <span style="text-decoration:underline;">and</span> MDM has definite synergistic outcomes that can greatly increase business value and reduce wasted effort.</p>
<p>Integrating business insights into process execution will significantly improve the quality of decisions and lead to continuous process optimization. And process events kicking off BI and analytics for real-time decision-making increases beneficial outcomes.</p>
<p>All of these solutions should be about solving frequently complex business problems and supporting the work to be done in the enterprise. Each solution brings a significant piece of the “big picture”: better decisions for the business with reliable data feeding both intelligence and process. Ultimately the biggest payoff is how this convergence feeds directly into business agility and continuous change to constantly fine tune sustainable competitiveness.</p>
<p><strong>About the author</strong>: Julie Hunt is an accomplished software industry analyst, providing strategic market and competitive insights. Her 20+ years as a software professional range from the technical side to customer-centric work in solutions consulting, sales and marketing. Julie shares her take on the software industry via her blog <a style="font-style:italic;" title="Julie Hunt Consulting Highly Competitive" href="http://jhcblog.juliehuntconsulting.com" target="_blank">Highly Competitive</a><em> </em>and on Twitter: <a title="Julie Hunt on Twitter" href="http://twitter.com/juliebhunt" target="_blank">@juliebhunt</a>. For more information: <em><a title="Julie Hunt Consulting – Strategic Product &amp; Market Intelligence Services" href="http://www.juliehuntconsulting.com" target="_blank">Julie Hunt Consulting – Strategic Product &amp; Market Intelligence Services</a>.</em></p>
<br />Filed under: <a href='http://hubdesignsmagazine.com/category/business-process-management/'>Business Process Management</a>, <a href='http://hubdesignsmagazine.com/category/data-governance-2/'>Data Governance</a>, <a href='http://hubdesignsmagazine.com/category/data-quality/'>Data Quality</a>, <a href='http://hubdesignsmagazine.com/category/master-data-management/'>Master Data Management</a>, <a href='http://hubdesignsmagazine.com/category/mdm/'>MDM</a>, <a href='http://hubdesignsmagazine.com/category/strategy/'>Strategy</a> Tagged: <a href='http://hubdesignsmagazine.com/tag/business-intelligence/'>business intelligence</a>, <a href='http://hubdesignsmagazine.com/tag/business-process-management/'>Business Process Management</a>, <a href='http://hubdesignsmagazine.com/tag/data-governance/'>data governance</a>, <a href='http://hubdesignsmagazine.com/tag/data-integration/'>data integration</a>, <a href='http://hubdesignsmagazine.com/tag/data-quality/'>Data Quality</a>, <a href='http://hubdesignsmagazine.com/tag/master-data-management/'>Master Data Management</a>, <a href='http://hubdesignsmagazine.com/tag/mdm/'>MDM</a>, <a href='http://hubdesignsmagazine.com/tag/strategy/'>Strategy</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/2523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/2523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/2523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/2523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/2523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/2523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/2523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/2523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/2523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/2523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/2523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/2523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/2523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/2523/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=2523&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2011/05/19/information-intelligence-and-process-part-4-by-julie-hunt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-25.956251 28.130478</georss:point>
		<geo:lat>-25.956251</geo:lat>
		<geo:long>28.130478</geo:long>
		<media:thumbnail url="http://hubdesigns.files.wordpress.com/2011/05/mountains-of-data.png?w=150" />
		<media:content url="http://hubdesigns.files.wordpress.com/2011/05/mountains-of-data.png?w=150" medium="image">
			<media:title type="html">Mountains of Data</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/4796961e8864535faa5a2bf53c595020?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Dan Power</media:title>
		</media:content>
	</item>
		<item>
		<title>Information, Intelligence and Process (Part 3) by Julie Hunt</title>
		<link>http://hubdesignsmagazine.com/2011/05/18/information-intelligence-and-process-part-3-by-julie-hunt/</link>
		<comments>http://hubdesignsmagazine.com/2011/05/18/information-intelligence-and-process-part-3-by-julie-hunt/#comments</comments>
		<pubDate>Wed, 18 May 2011 21:44:29 +0000</pubDate>
		<dc:creator>Dan Power</dc:creator>
				<category><![CDATA[Business Process Management]]></category>
		<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Data Quality]]></category>
		<category><![CDATA[Master Data Management]]></category>
		<category><![CDATA[MDM]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[data governance]]></category>
		<category><![CDATA[data integration]]></category>

		<guid isPermaLink="false">http://hubdesignsmagazine.com/?p=2516</guid>
		<description><![CDATA[Here&#8217;s the next article in the series by Julie Hunt, an accomplished software industry analyst.  Intelligence, People and Process Master data management (MDM) is a good reflection of how an enterprise uses data, information – and content &#8211; for business purposes. The creation and management of master data touches more than the information itself. By creating [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=2516&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the next article in the series by <a title="Julie Hunt" href="http://hubdesigns.com/tt_members.html#julie_hunt" target="_blank">Julie Hunt</a>, an accomplished software industry analyst. <span id="more-2516"></span><br />
<strong>Intelligence, People and Process</strong></p>
<p>Master data management (MDM) is a good reflection of how an enterprise uses data, information – and content &#8211; for business purposes. The creation and management of master data touches more than the information itself. By creating data repositories and processes that reflect business functions, an enterprise should develop access to the information that is so crucial to effectively and efficiently achieving its business goals. It’s extremely important to analyze, manage and provide access to all forms of information – structured and semi-structured data, as well as “unstructured” content.</p>
<p>For BI and analytics solutions to provide real intelligence, they must be based on accurate and timely data. BI outputs are based on data aggregations, until recently, from structured data in data warehouses, with delivery in the form of reports or dashboards to enterprise users. Analytics add the dimension of mathematics and formulas, with variants addressing forecasting and prediction.</p>
<p>Neil Raden <a title="Neil Raden Responds" href="http://www.ebizq.net/blogs/ebizq_forum/2010/11/how-does-master-data-management-change-bi.php" target="_blank">responds</a> to the ebizQ question: <em>How does master data management change BI?:</em></p>
<blockquote><p><em>…to describe </em><em>how organizations collect data as part of a process, but manage to make it infinitely more valuable by using it for other purposes.</em><em> </em></p>
<p><em>What does this have to do with BI and MDM? In our research, we have found that most knowledge workers shun BI for two reasons (not performance or ease-of-use): <span style="text-decoration:underline;">relevance and understanding</span>. MDM adds nothing to address these concerns because its representational framework, a relational schema, is inadequate. It&#8217;s a representation of a model. An ontology is a model. Until MDM rejects the relational model as its underlying schema, it will be unable to add the rich meaning, relationships and even reasoning that an ontology can do.</em></p>
<p><em>So, the point is, if you&#8217;re going to go to the massive effort and expense of an MDM solution, take some advice from 21 years ago… <span style="text-decoration:underline;">Make the data useful for people</span>, not just governors and black belts. </em></p></blockquote>
<p>One newer area of interest for BI and analytic solutions is the inclusion of collaborative activities to add contextual and qualitative layers to the output of BI processes. To achieve authentic intelligence, contextual / qualitative layers can provide a strong basis to test, fine tune and filter the artifacts of analytics.</p>
<p>Analytics can benefit greatly from human filters that bring experience, knowledge and creative thinking. Context has a big role here: context for sources, context for outcomes, context for usage with other data points, to achieve the optimal intelligence for “making better business decisions”.</p>
<p>The possibilities for new applications of analytics increase with collaboration. Inviting in many-to-many interactions also opens up processes to new ideas from participants. <a title="Gartner found" href="http://www.gartner.com/technology/media-products/reprints/sas/vol7/article1/article1.html" target="_blank">Gartner found</a> that social venues and collaboration help to track and capture outcomes of the decisions made based on BI / analytics:</p>
<p style="padding-left:30px;"><em>Gartner&#8217;s user surveys show that improved decision making is the key driver of BI purchases. However, most BI deployments emphasize information delivery and analysis to support fact-based decision making, but fail to link BI content with the decision itself, the decision outcome, or with the related collaboration and other decision inputs. This makes it impossible to capture decision-making best practices. Solutions are emerging that tie BI with social software and collaborative tools for higher-quality, more transparent decisions that will increase the value derived from BI applications.</em></p>
<p><em></em>With convergence, employees in the enterprise should operate more effectively, where improved data governance/MDM lead to better BI, where collaborative processes also enhance and validate BI, where a collaboration setting for BPM works to deliver more of the information that the enterprise needs.</p>
<p>A possible approach to marrying collaboration, data and intelligence to business processes, and, more importantly, to the way people work, can be seen in Tibco’s re-working of tibbr. Dennis Howlett <a title="Dennis Howlett provides this description of tibbr" href="http://www.zdnet.com/blog/howlett/tibco-launches-tibbr-enough-to-make-enterprise-20-viable/2800" target="_blank">provides this description</a> of tibbr:</p>
<p style="padding-left:30px;"><em>It intelligently marries people, process and context, delivering <strong>information </strong>the way people want to consume</em></p>
<p>Tibco connects tibbr to business processes and event-triggering that are then exposed in tibbr for taking action. While tibbr is built more for real-time information streams than archives of content and information, tibbr and Tibco have created a platform with a lot of potential for improving overall information findability that adheres to context and worker roles.</p>
<p>It connects to process, people/workers, collaboration venues, data and information streams, centralizing all event streams into one dashboard. Information can be organized by subject or topic, rather than by people. tibbr enables users to create, contribute to, and subscribe to the real-time event streams that matter most to them.</p>
<p><strong>About the author</strong>: Julie Hunt is an accomplished software industry analyst, providing strategic market and competitive insights. Her 20+ years as a software professional range from the technical side to customer-centric work in solutions consulting, sales and marketing. Julie shares her take on the software industry via her blog <a style="font-style:italic;" title="Julie Hunt Consulting Highly Competitive" href="http://jhcblog.juliehuntconsulting.com" target="_blank">Highly Competitive</a><em> </em>and on Twitter: <a title="Julie Hunt on Twitter" href="http://twitter.com/juliebhunt" target="_blank">@juliebhunt</a>. For more information: <em><a title="Julie Hunt Consulting – Strategic Product &amp; Market Intelligence Services" href="http://www.juliehuntconsulting.com" target="_blank">Julie Hunt Consulting – Strategic Product &amp; Market Intelligence Services</a>.</em></p>
<br />Filed under: <a href='http://hubdesignsmagazine.com/category/business-process-management/'>Business Process Management</a>, <a href='http://hubdesignsmagazine.com/category/data-governance-2/'>Data Governance</a>, <a href='http://hubdesignsmagazine.com/category/data-quality/'>Data Quality</a>, <a href='http://hubdesignsmagazine.com/category/master-data-management/'>Master Data Management</a>, <a href='http://hubdesignsmagazine.com/category/mdm/'>MDM</a>, <a href='http://hubdesignsmagazine.com/category/strategy/'>Strategy</a> Tagged: <a href='http://hubdesignsmagazine.com/tag/business-intelligence/'>business intelligence</a>, <a href='http://hubdesignsmagazine.com/tag/data-governance/'>data governance</a>, <a href='http://hubdesignsmagazine.com/tag/data-integration/'>data integration</a>, <a href='http://hubdesignsmagazine.com/tag/data-quality/'>Data Quality</a>, <a href='http://hubdesignsmagazine.com/tag/master-data-management/'>Master Data Management</a>, <a href='http://hubdesignsmagazine.com/tag/mdm/'>MDM</a>, <a href='http://hubdesignsmagazine.com/tag/strategy/'>Strategy</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/2516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/2516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/2516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/2516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/2516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/2516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/2516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/2516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/2516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/2516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/2516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/2516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/2516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/2516/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=2516&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2011/05/18/information-intelligence-and-process-part-3-by-julie-hunt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-25.956227 28.130556</georss:point>
		<geo:lat>-25.956227</geo:lat>
		<geo:long>28.130556</geo:long>
		<media:thumbnail url="http://hubdesigns.files.wordpress.com/2011/05/intelligence.png?w=150" />
		<media:content url="http://hubdesigns.files.wordpress.com/2011/05/intelligence.png?w=150" medium="image">
			<media:title type="html">Intelligence</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/4796961e8864535faa5a2bf53c595020?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Dan Power</media:title>
		</media:content>
	</item>
		<item>
		<title>Calendar and MDM</title>
		<link>http://hubdesignsmagazine.com/2009/11/19/calendar-and-mdm/</link>
		<comments>http://hubdesignsmagazine.com/2009/11/19/calendar-and-mdm/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:03:07 +0000</pubDate>
		<dc:creator>Rob DuMoulin</dc:creator>
				<category><![CDATA[Master Data Management]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[MDM]]></category>

		<guid isPermaLink="false">http://blog.hubdesigns.com/?p=1166</guid>
		<description><![CDATA[The Hub Designs Blog welcomes a guest post by Rob DuMoulin, an information architect with more than 26 years of IT experience, specializing in master data management, database administration and design, and business intelligence. Most business intelligence architects are well versed in the value of the time dimension. With query performance and the need to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=1166&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>The Hub Designs Blog welcomes a guest post by Rob DuMoulin, an information architect with more than 26 years of IT experience, specializing in master data management, database administration and design, and business intelligence.</em></p>
<p>Most business intelligence architects are well versed in the value of the time dimension.</p>
<p>With query performance and the need to support complex analyses being the two most important considerations in BI, a flattened set of time dimensions provides a multitude of options to represent and standardize time with limited overhead.</p>
<p>It’s easy to see the value of having a flexible, consistent, and integrated representation of time when thinking of business activities. Aspects such as when a transaction or activity occurs in relationship to other transactions, activities, or even pre-defined thresholds form the basis of Business Process Management activities. And accounting departments group transactions into time periods every financial reporting period.</p>
<p>So, how valuable can this same time dimensions be to a Master Data Management solution? If you are well versed in MDM at this point, you’re probably saying &#8220;What you’ve talked about so far is useful for relating transactions but it doesn&#8217;t tie back to mastering business objects like customers, products, or locations&#8221;.</p>
<p>But remember that mastering those objects does require standardization during information acquisition and publishing and that the various inputs and outputs to an MDM system are often diverse. Also, don&#8217;t underestimate the value of mastering &#8220;Time Tables&#8221; themselves as a component in your MDM universe.</p>
<p>First, let&#8217;s define just what we mean by a set of time tables before we apply them to MDM. A typical implementation would have two distinct groups of tables to represent time: day, and time-of-day. At the lowest level of the day group is a day-level table with every imaginable way the business can identify a day, such as: by its day of year, week, month, quarter, advertising week (for retail), same day last year (in some special context), or special tags like holiday, weekend, season, positional sunrise/sunset times, or even astrological sign and full moon cycles. And that just covers the calendar view of the business. There is an equally important and extensive set of calendar hierarchies and attributes associated with the business fiscal reporting needs. Add to that every way you want to represent attributes like day of the week or month of the year (number, 3-letter abbreviation, full name) and ending up with over 100 attributes in the day-level table is not uncommon.</p>
<p>Related to the day-level table are hierarchy tables at levels such as: month, quarter, year (and their fiscal counterparts). Each of the hierarchy tables contains all the attributes that define that level and higher levels. For example, the calendar month table would contain attributes defining month of year, month of quarter, and month overall, in addition to quarter and year and all the ways to call the month. Primary keys for the higher level hierarchy tables, like month, would have child entries in the lower level tables, like day, for every entry that rolls into the higher level.</p>
<p>The same holds true for time of day, with hierarchies like hour, minute of hour, shift, peak time, off-peak time, and others.</p>
<p>Because all the higher-level attributes are repeated in the lower-levels, there is typically not a compelling need to join the two tables. The relationships are there for flexibility. Having the various hierarchy tables as stand-alone entities allows you to attach them to business tables at all of the levels you collect or report time values. These tables and hierarchy relationships allow you to easily merge data of different time grains.</p>
<p>The best thing about time is that time is constant. There are always sixty seconds to the minute, sixty minutes to the hour, twenty-four hours to the day (excluding Daylight Savings Time adjustments), seven days to the week, the number of days to the month is fixed, the number of days in a year is predictable. Except for adjustments to fiscal calendars and special events, most of the information related to time hierarchies is static.</p>
<p><a href="http://hubdesigns.files.wordpress.com/2009/11/calendar.png"><img class="aligncenter size-full wp-image-1168" title="Calendar" src="http://hubdesigns.files.wordpress.com/2009/11/calendar.png?w=600" alt=""   /></a></p>
<p>BI uses these techniques to conform information allowing it to readily apply to many views of the business&#8230; which sounds a lot like the same business issues we try to solve when integrating data within an MDM solution.</p>
<p>Introducing a robust set of Master Time dimensions into an MDM architecture opens up flexibility in how you consolidate information and also how you can apply it to many business purposes. It’s a natural expansion of MDM to include a master version of the corporate calendar (particularly the fiscal calendar) using a common set of time-related identifiers complete with any time references relevant to business operations.</p>
<p>Please let us know what you think of mastering the Time dimension or other types of corporate reference data in the MDM hub by leaving a comment here.</p>
<br />Posted in Master Data Management, Strategy Tagged: business intelligence, Master Data Management, MDM <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/1166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/1166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/1166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/1166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/1166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/1166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/1166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/1166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/1166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/1166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/1166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/1166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/1166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/1166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=1166&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2009/11/19/calendar-and-mdm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>42.180100 -70.899900</georss:point>
		<geo:lat>42.180100</geo:lat>
		<geo:long>-70.899900</geo:long>
		<media:content url="http://1.gravatar.com/avatar/9da7a4173bea1b2c2e0fff039905f46d?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Rob DuMoulin</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2009/11/calendar.png" medium="image">
			<media:title type="html">Calendar</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Just Call Oracle&#8221;</title>
		<link>http://hubdesignsmagazine.com/2009/10/13/just-call-oracle/</link>
		<comments>http://hubdesignsmagazine.com/2009/10/13/just-call-oracle/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:54:13 +0000</pubDate>
		<dc:creator>Dan Power</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://blog.hubdesigns.com/?p=1134</guid>
		<description><![CDATA[Oracle showed a funny video today in Thomas Kurian&#8217;s keynote address on Day 2 of Oracle OpenWorld. Using a fictional company with lots of systems and applications issues, Thomas walked everyone through how Oracle would solve a lot of those problems. There were some great customer cameos from companies like Ingersoll-Rand and Office Depot. It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=1134&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oracle showed a funny video today in Thomas Kurian&#8217;s keynote address on Day 2 of Oracle OpenWorld.</p>
<p>Using a fictional company with lots of systems and applications issues, Thomas walked everyone through how Oracle would solve a lot of those problems.</p>
<p>There were some great customer cameos from companies like Ingersoll-Rand and Office Depot. It was a little on the sales-y side, as Oracle keynotes can sometimes be, but it was well done and wasn&#8217;t over the top.</p>
<p>This session was a good reminder of the breadth and depth of Oracle&#8217;s offerings in the technology and applications space, and frankly it made my head hurt. I&#8217;m glad that Hub Designs specializes in master data management &#8211; the Oracle universe has gotten so big, it&#8217;s a little overwhelming for most people.</p>
<p>I&#8217;ll write more later today on the MDM track sessions.</p>
<br />Posted in Off Topic Tagged: BPEL, business intelligence, ERP, Oracle <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/1134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/1134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/1134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/1134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/1134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/1134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/1134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/1134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/1134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/1134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/1134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/1134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/1134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/1134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=1134&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2009/10/13/just-call-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4796961e8864535faa5a2bf53c595020?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Dan Power</media:title>
		</media:content>
	</item>
		<item>
		<title>MDM and Operational Business Intelligence</title>
		<link>http://hubdesignsmagazine.com/2009/02/10/mdm-and-operational-business-intelligence/</link>
		<comments>http://hubdesignsmagazine.com/2009/02/10/mdm-and-operational-business-intelligence/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 16:29:10 +0000</pubDate>
		<dc:creator>Joan Lawson</dc:creator>
				<category><![CDATA[Customer Data Integration]]></category>
		<category><![CDATA[Master Data Management]]></category>
		<category><![CDATA[BAM]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[Business Activity Monitoring]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[CDI]]></category>
		<category><![CDATA[key metrics]]></category>
		<category><![CDATA[MDM]]></category>
		<category><![CDATA[Operational BI]]></category>
		<category><![CDATA[real-time]]></category>

		<guid isPermaLink="false">http://blog.hubdesigns.com/?p=834</guid>
		<description><![CDATA[digg this &#124; del.icio.us &#124; Reddit &#124; Stumble It! Editor&#8217;s Note: Another in the series of &#8220;MDM and &#8230;&#8221; guest posts by Joan Lawson, an enterprise architect who I&#8217;ve known since 2003. For more details on Joan, please see her LinkedIn profile &#8212; Dan Power There&#8217;s been a resurgence lately of writing about Operational Business [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=834&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://hubdesigns.files.wordpress.com/2009/01/digg.png?w=600" alt="digg"/> <a href="http://digg.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2009%2F02%2F10%2Fmdm%2Dand%2Doperational%2Dbusiness%2Dintelligence%2F&amp;title=MDM+and+Operational+Business+Intelligence&amp;media=news&amp;topic=business_finance">digg this</a> | <img src="http://hubdesigns.files.wordpress.com/2009/01/delicious.png?w=600" alt="del.icio.us"/> <a href="http://del.icio.us/post?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2009%2F02%2F10%2Fmdm%2Dand%2Doperational%2Dbusiness%2Dintelligence%2F&amp;title=MDM+and+Operational+Business+Intelligence"> del.icio.us</a> | <img src="http://hubdesigns.files.wordpress.com/2009/01/blog_head.png?w=600" alt="reddit"/> <a href="http://reddit.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2009%2F02%2F10%2Fmdm%2Dand%2Doperational%2Dbusiness%2Dintelligence%2F&amp;title=MDM+and+Operational+Business+Intelligence">Reddit</a> | <img src="http://hubdesigns.files.wordpress.com/2009/01/stumbleit.gif?w=600" alt="StumbleUpon"/> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2009%2F02%2F10%2Fmdm%2Dand%2Doperational%2Dbusiness%2Dintelligence%2F&amp;title=MDM+and+Operational+Business+Intelligence">Stumble It!</a></p>
<p><a href="http://www.linkedin.com/in/joanlawson"><img class="alignleft" title="Joan Lawson" src="http://media.linkedin.com/mpr/mpr/shrink_80_80/p/1/000/000/14d/3939e4f.jpg" alt="" width="80" height="80" /></a><em>Editor&#8217;s Note: Another in the series of &#8220;MDM and &#8230;&#8221; guest posts by Joan Lawson, an enterprise architect who I&#8217;ve known since 2003. </p>
<p>For more details on Joan, please see her </em><a title="Joan Lawson on LinkedIn" href="http://www.linkedin.com/in/joanlawson" target="_blank"><em>LinkedIn profile</em></a><em> &#8212; Dan Power</em></p>
<p>There&#8217;s been a resurgence lately of writing about Operational Business Intelligence. </p>
<p>It’s a valuable concept. Operational BI gives people in the enterprise an up-to-date view of performance against the key metrics that drive the success of the organization, so they’re better informed and can more readily determine corrective actions when needed. </p>
<p>All the vendors and analysts identify success criteria to include Business Activity Monitoring (BAM) engines, business rules, and high end presentation capabilities. </p>
<p>But they’re missing the #1 criteria for success&#8230; high quality master data.</p>
<p>In Operational BI, the real time transactional data will most likely be sourced from two or more business applications. </p>
<p>The historical source of data, for comparison’s sake, can be the data warehouse. </p>
<p>But for the master data, where is the “source of truth”? If you’re going to fast track your business monitoring, be sure to include an architecture for real-time master data management to provide top quality dimensional data. </p>
<p>Please let us know your thoughts by commenting here or on the <a title="MDM Community" href="http://tinyurl.com/6l5z8p" target="_blank">MDM Community</a> on your experiences in using MDM in concert with Operational Business Intelligence. </p>
<br />Posted in Customer Data Integration, Master Data Management Tagged: BAM, BI, Business Activity Monitoring, business intelligence, CDI, Customer Data Integration, key metrics, Master Data Management, MDM, Operational BI, real-time <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/834/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=834&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2009/02/10/mdm-and-operational-business-intelligence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/171071bd2141a148bc789bf0b1d40b12?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Joan</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2009/01/digg.png" medium="image">
			<media:title type="html">digg</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2009/01/delicious.png" medium="image">
			<media:title type="html">del.icio.us</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2009/01/blog_head.png" medium="image">
			<media:title type="html">reddit</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2009/01/stumbleit.gif" medium="image">
			<media:title type="html">StumbleUpon</media:title>
		</media:content>

		<media:content url="http://media.linkedin.com/mpr/mpr/shrink_80_80/p/1/000/000/14d/3939e4f.jpg" medium="image">
			<media:title type="html">Joan Lawson</media:title>
		</media:content>
	</item>
		<item>
		<title>Keynote at Oracle BI SIG Conference</title>
		<link>http://hubdesignsmagazine.com/2008/10/31/keynote-at-oracle-bi-sig-conference/</link>
		<comments>http://hubdesignsmagazine.com/2008/10/31/keynote-at-oracle-bi-sig-conference/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 16:51:05 +0000</pubDate>
		<dc:creator>Dan Power</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Customer Data Integration]]></category>
		<category><![CDATA[Data Quality]]></category>
		<category><![CDATA[Governance]]></category>
		<category><![CDATA[Master Data Management]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[CDI]]></category>
		<category><![CDATA[Desktop Conference]]></category>
		<category><![CDATA[MDM]]></category>
		<category><![CDATA[OAUG]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Applications Users Group]]></category>
		<category><![CDATA[Oracle BI SIG]]></category>

		<guid isPermaLink="false">http://hubdesigns.wordpress.com/?p=331</guid>
		<description><![CDATA[digg this &#124; del.icio.us &#124; Reddit &#124; Stumble It! The Oracle Business Intelligence Special Interest Group, which is part of the Oracle Applications User Group, is hosting Desktop Conference 2008, its annual online conference, in mid-November.   Here&#8217;s a brief description:  &#8220;Join the Oracle Business Intelligence community in the only global, online business intelligence conference that addresses [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=331&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://hubdesigns.files.wordpress.com/2008/03/digg.png?w=600" alt="digg" /> <a href="http://digg.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F10%2F31%2Fkeynote%2Dat%2Doracle%2Dbi%2Dsig%2Dconference&amp;title=Keynote+at+Oracle+BI+SIG+Conference&amp;media=news&amp;topic=business_finance">digg this</a> | <img src="http://hubdesigns.files.wordpress.com/2008/03/delicious.png?w=600" alt="del.icio.us" /> <a href="http://del.icio.us/post?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F10%2F31%2Fkeynote%2Dat%2Doracle%2Dbi%2Dsig%2Dconference&amp;title=Keynote+at+Oracle+BI+SIG+Conference"> del.icio.us</a> | <img src="http://hubdesigns.files.wordpress.com/2008/03/blog_head.png?w=600" alt="reddit" /> <a href="http://reddit.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F10%2F31%2Fkeynote%2Dat%2Doracle%2Dbi%2Dsig%2Dconference&amp;title=Keynote+at+Oracle+BI+SIG+Conference">Reddit</a> | <img src="http://hubdesigns.files.wordpress.com/2008/03/stumbleit.gif?w=600" alt="StumbleUpon" /> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F10%2F31%2Fkeynote%2Dat%2Doracle%2Dbi%2Dsig%2Dconference&amp;title=Keynote+at+Oracle+BI+SIG+Conference">Stumble It!</a></p>
<p>The <a title="Oracle BI SIG" href="http://oraclebisig.org/" target="_blank">Oracle Business Intelligence Special Interest Group</a>, which is part of the <a title="OAUG" href="http://www.oaug.org" target="_blank">Oracle Applications User Group</a>, is hosting <em>Desktop Conference 2008</em>, its annual online conference, in mid-November.  </p>
<p>Here&#8217;s a brief description: </p>
<blockquote><p>&#8220;Join the Oracle Business Intelligence community in the only global, online business intelligence conference that addresses business intelligence and data warehousing topics related to the Oracle technology stack.&#8221;</p></blockquote>
<p>The SIG president, <a title="Faun deHenry" href="http://www.linkedin.com/in/faundehenry" target="_blank">Faun deHenry</a> of <a title="FMT Systems" href="http://www.fmtsystems.com" target="_blank">FMT Systems</a>, asked me to do one of the keynote sessions. </p>
<p>It&#8217;s titled &#8220;Master Data Management 101&#8243; and will be covering: </p>
<ul>
<li>what is Master Data Management (MDM)? </li>
<li>some useful MDM and Data Governance best practices</li>
<li>what works and what doesn’t</li>
<li>importance of a holistic approach to MDM</li>
<li>how to get the political aspects right</li>
<li>the relationship between MDM and Business Intelligence</li>
</ul>
<p>The session will be held online on Wed. November 12th at 2:45 pm Eastern, 11:45 am Pacific. Click <a title="Desktop Conference 2008 Agenda" href="http://desktopconference.org/node/56" target="_blank">here</a> to see the agenda and <a title="Desktop Conference 2008 Registration" href="http://desktopconference.org/catalog/9/dc_08_registration" target="_blank">here</a> to register.</p>
<br />Posted in Best Practices, Customer Data Integration, Data Quality, Governance, Master Data Management, Politics, Strategy Tagged: BI, business intelligence, CDI, Customer Data Integration, Desktop Conference, Master Data Management, MDM, OAUG, Oracle, Oracle Applications Users Group, Oracle BI SIG <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/331/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=331&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2008/10/31/keynote-at-oracle-bi-sig-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4796961e8864535faa5a2bf53c595020?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Dan Power</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/digg.png" medium="image">
			<media:title type="html">digg</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/delicious.png" medium="image">
			<media:title type="html">del.icio.us</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/blog_head.png" medium="image">
			<media:title type="html">reddit</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/stumbleit.gif" medium="image">
			<media:title type="html">StumbleUpon</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting to the Single View</title>
		<link>http://hubdesignsmagazine.com/2008/09/10/getting-to-the-single-view/</link>
		<comments>http://hubdesignsmagazine.com/2008/09/10/getting-to-the-single-view/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:54:15 +0000</pubDate>
		<dc:creator>Dan Power</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Customer Data Integration]]></category>
		<category><![CDATA[Data Quality]]></category>
		<category><![CDATA[Governance]]></category>
		<category><![CDATA[Master Data Management]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[CDI]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[data governance]]></category>
		<category><![CDATA[data warehousing]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[MDM]]></category>

		<guid isPermaLink="false">http://hubdesigns.wordpress.com/?p=242</guid>
		<description><![CDATA[digg this &#124; del.icio.us &#124; Reddit &#124; Stumble It! If not Master Data Management, what?  Enterprise Resource Planning (ERP) &#8211; the &#8220;back office&#8221; &#8211; has been around forever, and the &#8220;customer master&#8221; function in most ERPs is adequate, but due to acquisitions, many companies have more than one ERP system, and some companies let major business units [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=242&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://hubdesigns.files.wordpress.com/2008/03/digg.png?w=600" alt="digg"/> <a href="http://digg.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F09%2F10%2Fgetting%2Dto%2Dthe%2Dsingle%2Dview%2F&amp;title=Getting+to+the+Single+View&amp;media=news&amp;topic=business_finance">digg this</a> | <img src="http://hubdesigns.files.wordpress.com/2008/03/delicious.png?w=600" alt="del.icio.us"/> <a href="http://del.icio.us/post?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F09%2F10%2Fgetting%2Dto%2Dthe%2Dsingle%2Dview%2F&amp;title=Getting+to+the+Single+View"> del.icio.us</a> | <img src="http://hubdesigns.files.wordpress.com/2008/03/blog_head.png?w=600" alt="reddit"/> <a href="http://reddit.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F09%2F10%2Fgetting%2Dto%2Dthe%2Dsingle%2Dview%2F&amp;title=Getting+to+the+Single+View">Reddit</a> | <img src="http://hubdesigns.files.wordpress.com/2008/03/stumbleit.gif?w=600" alt="StumbleUpon"/> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F09%2F10%2Fgetting%2Dto%2Dthe%2Dsingle%2Dview%2F&amp;title=Getting+to+the+Single+View">Stumble It!</a></p>
<p>If not Master Data Management, what? </p>
<p>Enterprise Resource Planning (ERP) &#8211; the &#8220;back office&#8221; &#8211; has been around forever, and the &#8220;customer master&#8221; function in most ERPs is adequate, but due to acquisitions, many companies have more than one ERP system, and some companies let major business units build their own separate technology architecture. </p>
<p>Customer Relationship Management (CRM) &#8211; the &#8220;front office&#8221; &#8211; was supposed to be a &#8220;silver bullet&#8221;, bringing businesses closer to their customers, delivering 1-to-1 marketing, and increasing sales. </p>
<p>And data warehousing and business intelligence were supposed to deliver performance management and analytics, enabling better decision-making and deep analyses, but have sometimes proven to be difficult to deliver and extend. </p>
<p>But to varying extents, all of the technologies failed to deliver on all of their promises. </p>
<p>So circa 2004, along came Customer Data Integration (CDI) and Master Data Management (MDM). I call it the &#8220;hole in the donut&#8221;.  MDM takes information from source systems like CRM and ERP, and eventually passes it on to downstream applications like data warehousing and business intelligence. But a lot of magic happens in that &#8220;hole in the donut&#8221;. </p>
<p>Information is <strong>consolidated</strong> into an MDM hub, usually using service-oriented architecture based integration technology. It&#8217;s <strong>cleansed</strong> using data quality software and <strong>completed</strong> or enriched with third party information.  And it&#8217;s managed by a data governance organization. For more details on the end-to-end MDM process, see our earlier post on the &#8220;<a title="Five Essential Elements of MDM" href="http://blog.hubdesigns.com/2007/08/28/five-essential-elements-of-mdm-and-cdi/" target="_blank">Five Essential Elements of MDM</a>&#8220;. </p>
<p>So that would give you the Single View of the Customer (or Product, or Supplier, or whatever data domain you were mastering). </p>
<p>And from there, most companies would, in fact, flow the consolidated / cleansed / completed information into a data warehouse or business intelligence application. </p>
<p>But if your MDM hub is missing, and you don&#8217;t have the data governance <a title="Building a data governance organization" href="http://blog.hubdesigns.com/2008/06/30/building-a-data-governance-organization/" target="_blank">organization</a> or <a title="Data Governance Critical to MDM Success" href="http://blog.hubdesigns.com/2008/03/25/data-governance-critical-to-mdm-success/" target="_blank">processes</a>, all of the above is going to be much more difficult, if not impossible. </p>
<p>Organizations are waking up to this, realizing that they&#8217;ve got &#8220;the donut&#8221; i.e. key pieces of the puzzle (plenty of source systems, decent integration technology, tons of third party data) but no data quality tools and no central MDM hub. </p>
<p>If you want the Single View (the &#8220;whole donut&#8221;), you need to invest in those missing pieces.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hubdesigns.wordpress.com/242/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hubdesigns.wordpress.com/242/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=242&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2008/09/10/getting-to-the-single-view/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4796961e8864535faa5a2bf53c595020?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Dan Power</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/digg.png" medium="image">
			<media:title type="html">digg</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/delicious.png" medium="image">
			<media:title type="html">del.icio.us</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/blog_head.png" medium="image">
			<media:title type="html">reddit</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/stumbleit.gif" medium="image">
			<media:title type="html">StumbleUpon</media:title>
		</media:content>
	</item>
		<item>
		<title>Next Week&#8217;s DIG Conference</title>
		<link>http://hubdesignsmagazine.com/2008/05/09/next-weeks-dig-conference/</link>
		<comments>http://hubdesignsmagazine.com/2008/05/09/next-weeks-dig-conference/#comments</comments>
		<pubDate>Fri, 09 May 2008 18:07:00 +0000</pubDate>
		<dc:creator>Dan Power</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Customer Data Integration]]></category>
		<category><![CDATA[Data Quality]]></category>
		<category><![CDATA[Governance]]></category>
		<category><![CDATA[Master Data Management]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[CDI]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[DIG2008]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[MDM]]></category>
		<category><![CDATA[service oriented architecture]]></category>
		<category><![CDATA[soa]]></category>

		<guid isPermaLink="false">http://hubdesigns.wordpress.com/?p=171</guid>
		<description><![CDATA[digg this &#124; del.icio.us &#124; Reddit &#124; Stumble It! I&#8217;m really looking forward to speaking at next week&#8217;s Decisions, Information and Governance conference in Las Vegas, sponsored by The Palladium Group. And I spoke earlier this week at the New England Oracle SOA Users Group, talking about Master Data Management as a foundation for Service-Oriented [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=171&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://hubdesigns.files.wordpress.com/2008/03/digg.png?w=600" alt="digg" /> <a href="http://digg.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F05%2F09%2Fnext%2Dweeks%2Ddig%2Dconference%2F&amp;title=Next+Week%92s+DIG+Conference&amp;media=news&amp;topic=business_finance">digg this</a> | <img src="http://hubdesigns.files.wordpress.com/2008/03/delicious.png?w=600" alt="del.icio.us" /> <a href="http://del.icio.us/post?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F05%2F09%2Fnext%2Dweeks%2Ddig%2Dconference%2F&amp;title=Next+Week%92s+DIG+Conference">del.icio.us</a> | <img src="http://hubdesigns.files.wordpress.com/2008/03/blog_head.png?w=600" alt="reddit" /> <a href="http://reddit.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F05%2F09%2Fnext%2Dweeks%2Ddig%2Dconference%2F&amp;title=Next+Week%92s+DIG+Conference">Reddit</a> | <img src="http://hubdesigns.files.wordpress.com/2008/03/stumbleit.gif?w=600" alt="StumbleUpon" /> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog%2Ehubdesigns%2Ecom%2F2008%2F05%2F09%2Fnext%2Dweeks%2Ddig%2Dconference%2F&amp;title=Next+Week%92s+DIG+Conference">Stumble It!</a></p>
<p>I&#8217;m really looking forward to speaking at next week&#8217;s <a title="DIG2008 Conference" href="www.thepalladiumgroup.com/DIG2008" target="_blank"><em>Decisions, Information and Governance</em> conference</a> in Las Vegas, sponsored by <a title="The Palladium Group" href="http://www.thepalladiumgroup.com" target="_blank">The Palladium Group</a>.</p>
<p>And I spoke earlier this week at the New England Oracle <a title="Definition of SOA" href="http://en.wikipedia.org/wiki/Service-oriented_architecture" target="_blank">SOA</a> Users Group, talking about <a title="MDM as a Foundation for SOA" href="http://www.oracle.com/master-data-management/mdm-foundation-for-soa-white-paper.pdf" target="_blank">Master Data Management as a foundation for Service-Oriented Architecture</a>.</p>
<p>MDM initiatives seem to be getting linked to Service-Oriented Architecture or to advanced analytics and business intelligence programs.</p>
<p>I think there can be a problem (but also an opportunity) for MDM in inserting itself between two things that used to talk directly from one to the other (an ERP system to a data warehouse) or (b) asserting itself as a predecessor task to ensure a better outcome (for example, when MDM is used to consolidate and improve the quality of enterprise data before people try to use it in analytics or business intelligence).</p>
<p>While I think it&#8217;s true that MDM is in fact needed at most large organizations, having to coordinate with an already-underway SOA initiative, or step back from a planned BI initiative and first tackle MDM, does complicate things a bit. So that&#8217;s the &#8220;problem&#8221; part.</p>
<p>The &#8220;opportunity&#8221; part is that, for organizations that have the foresight or the luck to tackle MDM first, it makes implementing SOA or achieving business intelligence success that much easier. There&#8217;s already a centralized repository of information on customers or products (or whatever domains have been mastered), and that information is proactively managed so that it&#8217;s trusted to be accurate, complete, timely and consistent.</p>
<p>Whichever situation your organization is in (tackling MDM first or building it into something else like SOA or advanced analytics), spend the time to develop a workable MDM strategy, using a holistic approach that addresses people, process, technology and information. By all means include an MDM hub in your planning, but make sure you also plan for business process management or sophisticated integration, as well as built-in or bolted-on data quality and enrichment capabilities. And be sure to build a data governance framework around your MDM initiative.</p>
<p>I&#8217;ll write a trip report after next week&#8217;s DIG conference, to let you know what I thought of the conference itself and whether I got lucky at the tables!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hubdesigns.wordpress.com/171/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hubdesigns.wordpress.com/171/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hubdesigns.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hubdesigns.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hubdesigns.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hubdesigns.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hubdesigns.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hubdesigns.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hubdesigns.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hubdesigns.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hubdesigns.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hubdesigns.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hubdesigns.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hubdesigns.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hubdesigns.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hubdesigns.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hubdesignsmagazine.com&amp;blog=1403889&amp;post=171&amp;subd=hubdesigns&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hubdesignsmagazine.com/2008/05/09/next-weeks-dig-conference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4796961e8864535faa5a2bf53c595020?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Dan Power</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/digg.png" medium="image">
			<media:title type="html">digg</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/delicious.png" medium="image">
			<media:title type="html">del.icio.us</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/blog_head.png" medium="image">
			<media:title type="html">reddit</media:title>
		</media:content>

		<media:content url="http://hubdesigns.files.wordpress.com/2008/03/stumbleit.gif" medium="image">
			<media:title type="html">StumbleUpon</media:title>
		</media:content>
	</item>
	</channel>
</rss>
