<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-108993622727359496</atom:id><lastBuildDate>Fri, 01 Nov 2024 11:50:16 +0000</lastBuildDate><category>Oracle</category><category>Data warehouse</category><category>Business Objects</category><category>Business Objects XI R2</category><category>Business Objects XI 3</category><category>PLSQL</category><category>BOBJ</category><category>BI News</category><category>Business Objects FAQs</category><category>bo</category><category>DataModeling Concepts</category><category>Databases</category><category>Server Administration</category><category>BOCP-BOE</category><category>Business Intelligence (BI)</category><category>MS SQL Sever Database</category><category>Universe Designer</category><category>Certification</category><category>Designer</category><category>REPOSITORY</category><category>SAP BI</category><category>SAP Education</category><category>Supervisor</category><category>BO Reporter/ functions</category><category>BO XI 4.0</category><category>BOXI 3.1</category><category>Business Objects Designer</category><category>Downloads</category><category>Fan / Chasm Trap</category><category>Functions</category><category>Integration and Certification</category><category>Loops</category><category>MS SQL Sever Administration</category><category>OLAP</category><category>QaaWS</category><category>SAP Business Objects</category><category>SAP BusinessObjects Business Intelligence 4.0</category><category>Star Schema</category><category>Universe Design</category><category>Web Intelligence</category><category>WebIntelligence</category><title>BOBJ Business Objects</title><description>SAP Business Objects,Tutorial,  step-by-step,business objects tutorial for beginners,business objects universe designer,business objects infoview</description><link>http://businessobjectsforum.blogspot.com/</link><managingEditor>noreply@blogger.com (Unknown)</managingEditor><generator>Blogger</generator><openSearch:totalResults>92</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-7598862497858387270</guid><pubDate>Fri, 28 Nov 2014 03:34:00 +0000</pubDate><atom:updated>2014-11-27T19:35:39.831-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business Objects</category><category domain="http://www.blogger.com/atom/ns#">Designer</category><category domain="http://www.blogger.com/atom/ns#">Loops</category><title>Resolving Loops in a Universe</title><description>Define what a Loop is&lt;br /&gt;
Detect and recognize loops in Universe&lt;br /&gt;
Using Aliases and Contexts to resolve the loops&lt;br /&gt;
Identify when in the design process you resolve loops&lt;br /&gt;
Be able to use shortcut joins and know when to use them as alternative for resolving loops.&lt;br /&gt;
Be able to resolve recursive table structure loops.&lt;br /&gt;
&lt;br /&gt;
…&lt;br /&gt;
A loop exists when the joins between tables form a continuous path&lt;br /&gt;
&lt;br /&gt;
Three automated routines can be used to resolve most loop situations in the universe structure window.&lt;br /&gt;
&lt;br /&gt;
1. Must be first Cardinality Detection&lt;br /&gt;
2. Alias Detection routine&lt;br /&gt;
3. Context Detection routine.&lt;br /&gt;
&lt;br /&gt;
Click the Detect cardinalities or you can set manually also.&lt;br /&gt;
&lt;br /&gt;
What is an Alias?&lt;br /&gt;
• An Alias is an exact duplicate of the original table with a new name. The data in the table is exactly the same.&lt;br /&gt;
&lt;br /&gt;
• The Alias is used only to resolve the loop in the structure of the universe. There is no impact on the schema of the database&lt;br /&gt;
– Easy to define&lt;br /&gt;
– Easy to maintain&lt;br /&gt;
– Easy to use&lt;br /&gt;
&lt;br /&gt;
•         A loop with a single lookup table should be resolved by an alias&lt;br /&gt;
• A lookup table can be identified by its cardinality&lt;br /&gt;
• A lookup table only has the ‘one’ end of joins attached to it&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgySwk98wPnluHKDd14YAWqo-Nk_0iONsUMSeKZzmbqaQcFJOOojnn2tEwMJo4Kef6EYeVR4NuI60ocGAu7pCovEDt1VbSTj7vnziiZdjHNorgJWSiDm7u6qV7qERnG91buYXFVNl6C0yCN/s1600-h/loop.JPG&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgySwk98wPnluHKDd14YAWqo-Nk_0iONsUMSeKZzmbqaQcFJOOojnn2tEwMJo4Kef6EYeVR4NuI60ocGAu7pCovEDt1VbSTj7vnziiZdjHNorgJWSiDm7u6qV7qERnG91buYXFVNl6C0yCN/s320/loop.JPG&quot; id=&quot;BLOGGER_PHOTO_ID_5226136270647596450&quot; style=&quot;cursor: pointer; float: right; height: 142px; margin: 0pt 0pt 10px 10px; width: 345px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Designer routines detect loops and candidates for aliases.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Break the loop by creating an alias of the lookup table for each side of the loop.&lt;br /&gt;
Some DBs require a separate alias for both sides of the loop.&lt;br /&gt;
&lt;br /&gt;
After that you can detect loop once again,&lt;br /&gt;
Alias detection routine&lt;br /&gt;
You can use automatic loop detection also,&lt;br /&gt;
&lt;br /&gt;
Click the Detect loops button, it will be identifies loops are exist or not&lt;br /&gt;
You can get the message in Loop detect window and it suggest to candidate contexts or aliases&lt;br /&gt;
&lt;br /&gt;
If it is structure multi star situation it not possible using alias.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiScVvXBCW_rv00H8Xnwt8N51dr69mvhXkzS2Lp1Nn2ezDizu4GCzyl8lM9-UPGIBvT0ExHj-F_RC1-qXQ0Hi58GfzXiJMUMBmC-9LeRk7sPuwJojcdd78pEwS5tg2vAZimzkjg7dw2DIsO/s1600-h/Multi.JPG&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiScVvXBCW_rv00H8Xnwt8N51dr69mvhXkzS2Lp1Nn2ezDizu4GCzyl8lM9-UPGIBvT0ExHj-F_RC1-qXQ0Hi58GfzXiJMUMBmC-9LeRk7sPuwJojcdd78pEwS5tg2vAZimzkjg7dw2DIsO/s320/Multi.JPG&quot; id=&quot;BLOGGER_PHOTO_ID_5226136928178319634&quot; style=&quot;cursor: pointer; float: right; height: 152px; margin: 0pt 0pt 10px 10px; width: 530px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Normalized dimensions are not amenable to loop resolution using Aliases&lt;br /&gt;
&lt;br /&gt;
• If you try to resolve the loop using Aliases:&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT47ryeUkHSwkkPzTMES5oE3ER4sR-7QV8d9WWaTPZD_UUU8m_Z09GGNc3-fEW_HAz-qtSy4t981Ig21uIa4YwWViKyJnqTFm0RxMZjc7HD6YWZLRa_s8RIBdDJS7hXTezg3leG8vqHbEY/s1600-h/multi1.JPG&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT47ryeUkHSwkkPzTMES5oE3ER4sR-7QV8d9WWaTPZD_UUU8m_Z09GGNc3-fEW_HAz-qtSy4t981Ig21uIa4YwWViKyJnqTFm0RxMZjc7HD6YWZLRa_s8RIBdDJS7hXTezg3leG8vqHbEY/s320/multi1.JPG&quot; id=&quot;BLOGGER_PHOTO_ID_5226137338697427714&quot; style=&quot;cursor: pointer; float: right; height: 180px; margin: 0pt 0pt 10px 10px; width: 482px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And also we get duplicate of objects&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN3rCD7OMn1xb4L1e-uR6UOBOnK9CetaqEA6XA9E9JwsHvqSGCpAkIrKmemFfk2-Wn0BDOehaBWVsCZ6jA7a13AoEWm1EE5cvRXvjDy2gJQoL2JDISN0brr_VkjxD7qLi_e_THvI9r8sDf/s1600-h/multi2.JPG&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN3rCD7OMn1xb4L1e-uR6UOBOnK9CetaqEA6XA9E9JwsHvqSGCpAkIrKmemFfk2-Wn0BDOehaBWVsCZ6jA7a13AoEWm1EE5cvRXvjDy2gJQoL2JDISN0brr_VkjxD7qLi_e_THvI9r8sDf/s320/multi2.JPG&quot; id=&quot;BLOGGER_PHOTO_ID_5226137739438851378&quot; style=&quot;cursor: pointer; float: right; height: 219px; margin: 0pt 0pt 10px 10px; width: 437px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This will be effective sales universe Rentals universe&lt;br /&gt;
&lt;br /&gt;
In this case we can use to resolve with contexts.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwMFaVFAst-ANwaokM7mz2IMjbaE5LKgdN2IKEqeoeNa0ET0QdLSj84swnS7z8MbxKFmq5sclVP2_PNNaSkCUlX9OFLa9dxbPrFnL0z7glg47Y-4Cwgu8Oz0OitQCCNP3Zir2TIhuTiseE/s1600-h/multi3.JPG&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwMFaVFAst-ANwaokM7mz2IMjbaE5LKgdN2IKEqeoeNa0ET0QdLSj84swnS7z8MbxKFmq5sclVP2_PNNaSkCUlX9OFLa9dxbPrFnL0z7glg47Y-4Cwgu8Oz0OitQCCNP3Zir2TIhuTiseE/s320/multi3.JPG&quot; id=&quot;BLOGGER_PHOTO_ID_5226138102506274610&quot; style=&quot;cursor: pointer; float: right; height: 180px; margin: 0pt 0pt 10px 10px; width: 424px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
after result look like this way.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0wZj9M9DaGTh3OfJkQOUFOtG10TkOEWyBQzQCZXZPFfNOrVfMxIGo_GHJsGHYdmIkmgNbqbJq7U3bbnkUx-Zrwz80pSl1l00X2Otj_M8DlBNgy4BRsIu0ULfUX3dud9k73REKVdh2TA51/s1600-h/multi4.JPG&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0wZj9M9DaGTh3OfJkQOUFOtG10TkOEWyBQzQCZXZPFfNOrVfMxIGo_GHJsGHYdmIkmgNbqbJq7U3bbnkUx-Zrwz80pSl1l00X2Otj_M8DlBNgy4BRsIu0ULfUX3dud9k73REKVdh2TA51/s320/multi4.JPG&quot; id=&quot;BLOGGER_PHOTO_ID_5226138678651045042&quot; style=&quot;cursor: pointer; float: right; height: 205px; margin: 0pt 0pt 10px 10px; width: 372px;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Detecting  and create context.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIWDjN45XPSFTUpm67XciLh_wI7UVfQqqp0lCMK2mazLSe5u1eBco25E74iu1H6e42dJES6SUb3tw89S3L1mlOyImJoq8wV3PVaM-kwLloiHxdOvjaUe17LjxiFTKiOIQPhbcdqjMY7Ne-/s1600-h/multi5.JPG&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIWDjN45XPSFTUpm67XciLh_wI7UVfQqqp0lCMK2mazLSe5u1eBco25E74iu1H6e42dJES6SUb3tw89S3L1mlOyImJoq8wV3PVaM-kwLloiHxdOvjaUe17LjxiFTKiOIQPhbcdqjMY7Ne-/s320/multi5.JPG&quot; id=&quot;BLOGGER_PHOTO_ID_5226142157542554594&quot; style=&quot;cursor: pointer;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Double click the context in the list mode window&lt;br /&gt;
&lt;br /&gt;
- give it context name&lt;br /&gt;
- if want write any description to update description this will be user&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;p:colorscheme colors=&quot;#ffffff,#000000,#808080,#000000,#00cc99,#3333cc,#333300,#333300&quot;&gt;&lt;/p:colorscheme&gt;&lt;br /&gt;
&lt;div class=&quot;O&quot; shape=&quot;_x0000_s1026&quot;&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: 78%;&quot;&gt;&lt;span lang=&quot;EN-GB&quot; style=&quot;font-family: Tahoma; font-size: 24;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</description><link>http://businessobjectsforum.blogspot.com/2008/07/resolving-loops-in-universe.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgySwk98wPnluHKDd14YAWqo-Nk_0iONsUMSeKZzmbqaQcFJOOojnn2tEwMJo4Kef6EYeVR4NuI60ocGAu7pCovEDt1VbSTj7vnziiZdjHNorgJWSiDm7u6qV7qERnG91buYXFVNl6C0yCN/s72-c/loop.JPG" height="72" width="72"/><thr:total>5</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-6562919576651566626</guid><pubDate>Fri, 28 Nov 2014 03:17:00 +0000</pubDate><atom:updated>2014-11-27T19:17:31.288-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business Objects</category><category domain="http://www.blogger.com/atom/ns#">Business Objects Designer</category><category domain="http://www.blogger.com/atom/ns#">SAP Business Objects</category><title>Introduction to Semantic Layers</title><description>&lt;strong&gt;Introduction to Semantic Layers&lt;/strong&gt;&lt;br /&gt;
The semantic layer is a metadata layer that abstracts the complexities of the data source. The end user sees only a logical grouping of available, well-named fields for use and does not have to concern them with the details of database design or need any SQL knowledge.&lt;br /&gt;
In Business Objects XI, two semantic layers are supported business views and universes. With the merging of Crystal Decisions and Business Objects, a decision was made to keep business views from Crystal Decisions and universes from Business Objects.&lt;br /&gt;
&lt;strong&gt;Why Use a Semantic Layer&lt;/strong&gt;Semantic layers offer wonderful advantages over traditional report design processes by removing the most difficult data-intensive tasks, as described in the following sections, from report design. Furthermore, it allows for reuse of components and promotes the concept of changing a component once and having the change applied to multiple reports.&lt;br /&gt;
&lt;strong&gt;Abstract the Complexities of the Database&lt;/strong&gt;With large complex data warehousing projects using many tables and complex joins, the report author might not have the requisite knowledge. If the report author is required to join the tables for the reports, he might not use the most efficient join, resulting in poor performance. Semantic layers allow for a division in labor, whereby the more technical database administrators and developers can create the joins between tables and data sources and the business users can concentrate on designing reports to satisfy their requirements.&lt;br /&gt;
&lt;strong&gt;Putting Report Design in the Hands of Business People&lt;/strong&gt;&lt;br /&gt;
As a result of this division of labor and the reuse of the Business Objects repository, business people do not have to be as technically savvy, effectively resulting in less technical skill being required to develop reports.&lt;br /&gt;
&lt;strong&gt;Support for a Wide Range of Data Sources&lt;/strong&gt;&lt;br /&gt;
Both metadata layers provide a wide range of database support, including the majority of relational database vendors. Business views also include the ability to connect to some no relational data sources; for example, a user could abstract the complexity of an XML file by encapsulating the XML with a business view.&lt;br /&gt;
&lt;strong&gt;Reuse of Metadata Components&lt;/strong&gt;&lt;br /&gt;
One major drawback to specifying the data joins in each report is that this creates a large amount of redundant work. Secondly, should the database change, there is no way to effect this change other than changing each of the individual reports. A semantic layer allows the administrator to create this join once and should this join change, the administrator only needs to change it once.&lt;br /&gt;
&lt;strong&gt;Security&lt;/strong&gt;&lt;br /&gt;
The semantic layer allows the administrator to set up security so that data is filtered based on who the user is. This can be based off of security within an entitlements database, or the Business Objects user model can be used to create the security model. This way rows and columns can be secured by users or groups.&lt;br /&gt;
The Business Objects repository also secures the semantic layers and only those users with the required permissions can access them. For example, it is generally accepted auditing practice that accounts receivable personnel should not be able to see accounts payable information and vice versa. By using the user group functionality in Business Objects Enterprise, the accounts receivable group would be given access to only the accounts receivable semantic layer.&lt;br /&gt;
&lt;strong&gt;Transportability&lt;/strong&gt;The semantic layers provide the ability to export a business view to an XML file or a universe to an .unv file. These files can then be easily imported into another Business Objects Enterprise repository. This simple form of transportability makes semantic layer swapping a simple exercise. It also simplifies the storage of source code, should the organization have a source code storage requirement.</description><link>http://businessobjectsforum.blogspot.com/2010/09/introduction-to-semantic-layers.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-2422455922580414008</guid><pubDate>Sun, 12 Feb 2012 05:22:00 +0000</pubDate><atom:updated>2012-02-11T21:22:50.457-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">bo</category><category domain="http://www.blogger.com/atom/ns#">BOBJ</category><category domain="http://www.blogger.com/atom/ns#">Business Objects FAQs</category><title>Can a Universe connect to multiple databases?</title><description>No. Universe will connect to only one database.&lt;br /&gt;&lt;br /&gt;How do you define universe parameters?&lt;br /&gt;The first step in creating a universe is to specify its parameters. These parameters include the definition of a universe, which is comprised of: the universe name, a description of the universe, a connection to an RDBMS. You enter universe parameters from the Universe Parameters dialog box. This dialog box also lets you set up database options, external strategies, graphic options, and print settings.&lt;br /&gt;&lt;br /&gt;What is a database connection?&lt;br /&gt;A connection is a set of parameters that provides access to an RDBMS. These parameters include system information such as the data account, user identification, and the path to the database. Designer provides three types of connections: secured, shared, and personal.</description><link>http://businessobjectsforum.blogspot.com/2012/02/can-universe-connect-to-multiple.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-7525432572160368266</guid><pubDate>Sun, 12 Feb 2012 05:20:00 +0000</pubDate><atom:updated>2012-02-11T21:21:08.211-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">bo</category><category domain="http://www.blogger.com/atom/ns#">BOBJ</category><category domain="http://www.blogger.com/atom/ns#">Business Objects FAQs</category><title>What is a universe?</title><description>Universe provides a semantic layer between you and the database. It consists of classes and objects named in business terms. It is basically a mapping of table and the columns in the database to classes and objects respectively in the query panel.&lt;br /&gt;Alternatively, It is logical mapping of data in business terms.&lt;br /&gt;&lt;br /&gt;In the BusinessObjects User module, universes enable end users to build queries from which they can generate and perform analysis. Universes isolate end users from the complexities of the database structure as well as the intricacies of SQL syntax.</description><link>http://businessobjectsforum.blogspot.com/2012/02/what-is-universe.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-1195270511666199504</guid><pubDate>Sun, 12 Feb 2012 05:19:00 +0000</pubDate><atom:updated>2012-02-11T21:19:59.262-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">bo</category><category domain="http://www.blogger.com/atom/ns#">BOBJ</category><category domain="http://www.blogger.com/atom/ns#">Business Objects FAQs</category><title>What is a macro?</title><description>A macro is a series of commands and functions that are stored in a Visual Basic for Applications module and can be run whenever you need to perform the task. If you perform a task repeatedly, you can automate the task with a macro. You create macros using the Visual Basic Editor.</description><link>http://businessobjectsforum.blogspot.com/2012/02/what-is-macro.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-418290493857620983</guid><pubDate>Sun, 12 Feb 2012 05:17:00 +0000</pubDate><atom:updated>2012-02-11T21:18:28.884-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">BOBJ</category><category domain="http://www.blogger.com/atom/ns#">Business Objects FAQs</category><title>What are Enterprise and Workgroup modes?</title><description>Designer lets you save universes in either enterprise or workgroup mode. Enterprise mode means that you are working in an environment with a repository. Workgroup mode means that you are working without a repository. The mode in which you save your universe determines whether other designers are able to access them. By default, a universe is saved in the mode in which you are already working. For example, if you launched a session in enterprise mode, any universe you save is automatically in that mode.</description><link>http://businessobjectsforum.blogspot.com/2012/02/what-are-enterprise-and-workgroup-modes.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-1841186337513244057</guid><pubDate>Sun, 12 Feb 2012 05:01:00 +0000</pubDate><atom:updated>2012-02-11T21:17:03.252-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">bo</category><category domain="http://www.blogger.com/atom/ns#">BOBJ</category><category domain="http://www.blogger.com/atom/ns#">Business Objects FAQs</category><title>What is ‘business objects’?</title><description>BUSINESSOBJECTS is an integrated query, reporting and analysis solution for business professionals that allow them to access the data in their corporate databases directly from their desktop and present and analyze this information in a BUSINESSOBJECTS document.&lt;br /&gt;It is an OLAP tool that high-level management can use as a part of a Decision Support Systems (DSS).&lt;br /&gt;&lt;br /&gt;BUSINESSOBJECTS makes it easy to access the data, because you work with it in business terms that are familiar to you, not technical database terms like SQL.</description><link>http://businessobjectsforum.blogspot.com/2012/02/what-is-business-objects.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-6057775207142939437</guid><pubDate>Tue, 20 Dec 2011 16:47:00 +0000</pubDate><atom:updated>2011-12-20T09:01:04.387-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Downloads</category><category domain="http://www.blogger.com/atom/ns#">SAP BusinessObjects Business Intelligence 4.0</category><title>Using functions, formulas and calculations in Web Intelligence</title><description>&lt;div&gt;&lt;font color=&quot;#000099&quot;&gt;Details for Business Objects XI 4.0 -  Using functions, formulas and calculations in Web Intelligence&lt;/font&gt;  &lt;/div&gt;&lt;div&gt;Description:&lt;/div&gt;&lt;div&gt;This guide tell about how use functions, formulas in Calculations i.e Variables how to use in Web Intelligence and syntax for functions&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_ffc_en.pdf&quot;&gt;Download &lt;/a&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/12/using-functions-formulas-and.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-8788707704314380146</guid><pubDate>Tue, 29 Nov 2011 18:59:00 +0000</pubDate><atom:updated>2011-11-29T11:00:17.968-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Server Administration</category><title>What is the Central Management Console?</title><description>&lt;a href=&quot;http://www.businessobjects-sapbo.blogspot.com&quot;&gt;What is the Central Management Console?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Central Management  Console (CMC) allows you to create and manage BusinessObjects Enterprise(BOE) users and groups. It also enables you to publish organize, and set security levels for all of your BusinessObjects Enterprise content, the CMC enables you to manage servers and create Server groups.&lt;br /&gt;&lt;br /&gt;Note: The CMC is different from the Central Configuration Manager (CCM) in that the CMC is web based. Because the CMC is web-based application, you can perform all these administrative tasks remotely.&lt;br /&gt;&lt;br /&gt;You can perform administrative tasks in the CMC such as:&lt;br /&gt;&lt;br /&gt;• Creating and managing users and groups, including their rights to folders, objects and applications.&lt;br /&gt;• Publishing, scheduling and managing Webi Reports, Crystal, Deski, OLAP files as well as third-party documents and hyperlinks.&lt;br /&gt;• Managing Universes and Universe connections.&lt;br /&gt;• Managing Performances Management applications.&lt;br /&gt;• Modifying BusinessObjects Enterprise applications.</description><link>http://businessobjectsforum.blogspot.com/2011/11/what-is-central-management-console.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-4638559455785268107</guid><pubDate>Sun, 13 Mar 2011 13:33:00 +0000</pubDate><atom:updated>2011-12-02T08:31:59.471-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">BOBJ</category><category domain="http://www.blogger.com/atom/ns#">BOXI 3.1</category><category domain="http://www.blogger.com/atom/ns#">Web Intelligence</category><category domain="http://www.blogger.com/atom/ns#">WebIntelligence</category><title>Web Intelligence SP2: Input Controls</title><description>&lt;a href=&quot;http://www.businessobjects-sapbo.blogspot.com/&quot;&gt;Web Intelligence SP2: Input Controls&lt;/a&gt;&lt;br /&gt;With the release of XI 3.1 SP2 came quite a few new features for Web Intelligence.  For the next few weeks, I will be presenting and discussing the features.  In addition, I will try to provide my opinion on how the features can be used to improve the interactions with users (of the casual and power variety).  For this post, I will be focusing on the new Input Controls available with Web Intelligence.&lt;br /&gt;&lt;br /&gt;What are Input Controls?&lt;br /&gt;The Web Intelligence input controls provide a quick and easy way for users to filter the content that is displayed within a Web Intelligence document.  The use of filtering for a user allows them to not only cut through the information to get to what is important, but also aids the user in analyzing the information before them by determining insights that were not previously visible before a filter occurred.  For example, if I am looking at a report that shows me all sales revenue by quarter and year for my many store locations then it is likely that I am not going to get to the information that I need quickly.  I could use an input control available within the report to quickly filter the displayed content down to a specific year, quarter, region, or store. You could also use an input filter applied to a measure. This would allow you to use a slider control to easily see how the measure changes over time.&lt;br /&gt;&lt;br /&gt;How do Input Controls work?&lt;br /&gt;The screenshot below shows a report that displays all of the stores from the eFashion Universe with their 2005 sales revenue values in a table format.  This report has been filtered using an Input Control.&lt;br /&gt;more details.. &lt;a href=&quot;http://weblogs.sdn.sap.com/pub/wlg/15302&quot;&gt;Web Intelligence : Input Controls&lt;/a&gt;&lt;div&gt;visit new blog &lt;a href=&quot;http://www.blogger.com/Web%20Intelligence%20SP2:%20Input%20Controls&quot;&gt;http://www.businessobjects-sapbo.blogspot.com&lt;/a&gt;&lt;/div&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/03/httpweblogssdnsapcompubwlg15302.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-9110284250170461602</guid><pubDate>Sat, 05 Mar 2011 12:02:00 +0000</pubDate><atom:updated>2011-12-02T08:32:37.648-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Server Administration</category><title>Business Objects Administration SP2</title><description>Check out this SlideShare Presentation: &lt;div style=&quot;width:425px&quot; id=&quot;__ss_2012637&quot;&gt;&lt;strong style=&quot;display:block;margin:12px 0 4px&quot;&gt;&lt;a href=&quot;http://www.businessobjects-sapbo.blogspot.com&quot;&gt;Business Objects Administration SP2&lt;/a&gt;&lt;/strong&gt;&lt;object id=&quot;__sse2012637&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=businessobjectsadministrationsp2-12532017856232-phpapp03&amp;amp;stripped_title=businessobjects-administration-sp2&amp;amp;userName=jwriddle&quot;&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;embed name=&quot;__sse2012637&quot; src=&quot;http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=businessobjectsadministrationsp2-12532017856232-phpapp03&amp;amp;stripped_title=businessobjects-administration-sp2&amp;amp;userName=jwriddle&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style=&quot;padding:5px 0 12px&quot;&gt;View more &lt;a href=&quot;http://www.slideshare.net/&quot;&gt;presentations&lt;/a&gt; from &lt;a href=&quot;http://www.slideshare.net/jwriddle&quot;&gt;Jay Riddle&lt;/a&gt;.&lt;/div&gt;&lt;div style=&quot;padding:5px 0 12px&quot;&gt;visit our new site &lt;a href=&quot;http://www.blogger.com/Web%20Intelligence%20SP2:%20Input%20Controls&quot;&gt;http://www.businessobjects-sapbo.blogspot.com&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;padding:5px 0 12px&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;script src=&quot;http://b.scorecardresearch.com/beacon.js?c1=7&amp;amp;c2=7400849&amp;amp;c3=1&amp;amp;c4=&amp;amp;c5=&amp;amp;c6=&quot;&gt;&lt;/script&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/03/business-objects-administration-sp2.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-2434285507122341192</guid><pubDate>Thu, 03 Mar 2011 06:13:00 +0000</pubDate><atom:updated>2011-12-02T08:33:17.278-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data warehouse</category><category domain="http://www.blogger.com/atom/ns#">Server Administration</category><title>BusinessObjects Topics • View topic - Degenerate dimension</title><description>&lt;a href=&quot;http://mybusinessobjects.freeforums.org/degenerate-dimension-t17.html&quot;&gt;BusinessObjects Topics • View topic - Degenerate dimension&lt;/a&gt;  &lt;a href=&quot;http://www.businessobjects-sapbo.blogspot.com&quot;&gt;Visit&lt;/a&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/03/businessobjects-topics-view-topic.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-193977876690248367</guid><pubDate>Mon, 07 Feb 2011 17:24:00 +0000</pubDate><atom:updated>2011-12-02T08:34:26.674-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data warehouse</category><category domain="http://www.blogger.com/atom/ns#">Universe Designer</category><title>Benefits of a Data Warehouse</title><description>&lt;div&gt;&lt;a href=&quot;http://businessobjects-sapbo.blogspot.com&quot;&gt;Benefits of a Data Warehouse&lt;/a&gt;&lt;/div&gt;&lt;iframe title=&quot;YouTube video player&quot; width=&quot;480&quot; height=&quot;390&quot; src=&quot;http://www.youtube.com/embed/KGHbY_Sales&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/02/benefits-of-data-warehouse.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/KGHbY_Sales/default.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-214875372219558977</guid><pubDate>Mon, 07 Feb 2011 17:21:00 +0000</pubDate><atom:updated>2011-12-02T09:14:25.906-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data warehouse</category><category domain="http://www.blogger.com/atom/ns#">Databases</category><title>What is META DATA?</title><description>what is META DATA&lt;div&gt;visit our new blog www.businessobjects-sapbo.blogspot.com&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe title=&quot;YouTube video player&quot; width=&quot;480&quot; height=&quot;390&quot; src=&quot;http://www.youtube.com/embed/HXAstVP3-y0&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/02/what-is-meta-data.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/HXAstVP3-y0/default.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-5133903308129817266</guid><pubDate>Mon, 07 Feb 2011 16:22:00 +0000</pubDate><atom:updated>2011-12-02T09:15:40.076-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Data warehouse</category><category domain="http://www.blogger.com/atom/ns#">DataModeling Concepts</category><category domain="http://www.blogger.com/atom/ns#">OLAP</category><title>What is OLAP?</title><description>What is OLAP &lt;br /&gt;Visit our new site www.businessobjects-sapbo.blogspot.com&lt;br /&gt;&lt;br /&gt;&lt;object width=&quot;640&quot; height=&quot;390&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/2ryG3Jy6eIY&amp;amp;hl=en_US&amp;amp;feature=player_embedded&amp;amp;version=3&quot;&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;embed src=&quot;http://www.youtube.com/v/2ryG3Jy6eIY&amp;amp;hl=en_US&amp;amp;feature=player_embedded&amp;amp;version=3&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;640&quot; height=&quot;390&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/02/what-is-olap.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-5660206792018369780</guid><pubDate>Mon, 07 Feb 2011 16:16:00 +0000</pubDate><atom:updated>2011-11-27T04:37:48.408-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business Objects</category><category domain="http://www.blogger.com/atom/ns#">Databases</category><category domain="http://www.blogger.com/atom/ns#">DataModeling Concepts</category><category domain="http://www.blogger.com/atom/ns#">Universe Designer</category><title>What are Dimensions and Measures?</title><description>&lt;object width=&quot;640&quot; height=&quot;390&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/qkJOace9FZg&amp;hl=en_US&amp;feature=player_embedded&amp;version=3&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/qkJOace9FZg&amp;hl=en_US&amp;feature=player_embedded&amp;version=3&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; width=&quot;640&quot; height=&quot;390&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/02/what-are-dimensions-and-measures.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-2943891150922808724</guid><pubDate>Fri, 28 Jan 2011 10:04:00 +0000</pubDate><atom:updated>2011-01-28T02:04:44.267-08:00</atom:updated><title>BusinessObjects Topics • View topic - Storage Modes in (MOLAP, ROLAP and HOLAP)</title><description>&lt;a href=&quot;http://mybusinessobjects.freeforums.org/storage-modes-in-molap-rolap-and-holap-t15.html&quot;&gt;BusinessObjects Topics • View topic - Storage Modes in (MOLAP, ROLAP and HOLAP)&lt;/a&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/01/businessobjects-topics-view-topic_28.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-2155311598260285191</guid><pubDate>Sun, 09 Jan 2011 06:50:00 +0000</pubDate><atom:updated>2011-01-08T22:52:11.590-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">BO XI 4.0</category><category domain="http://www.blogger.com/atom/ns#">BOBJ</category><category domain="http://www.blogger.com/atom/ns#">Business Objects</category><title>SAP Network Blog: Bringing new innovations to the way we learn BI in 4.0</title><description>&lt;a href=&quot;http://weblogs.sdn.sap.com/pub/wlg/22471&quot;&gt;SAP Network Blog: Bringing new innovations to the way we learn BI in 4.0&lt;/a&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/01/sap-network-blog-bringing-new.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-6994855162710773355</guid><pubDate>Sun, 02 Jan 2011 11:07:00 +0000</pubDate><atom:updated>2011-01-02T03:09:00.337-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SAP BI</category><title>Sneak Preview Demo for SAP BusinessObjects 4</title><description>&lt;object width=&quot;640&quot; height=&quot;385&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/rcs3-XGkJQQ?fs=1&amp;amp;hl=en_US&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/rcs3-XGkJQQ?fs=1&amp;amp;hl=en_US&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;640&quot; height=&quot;385&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/01/sneak-preview-demo-for-sap.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-9203900693760470937</guid><pubDate>Sun, 02 Jan 2011 10:58:00 +0000</pubDate><atom:updated>2011-01-02T03:03:59.627-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SAP BI</category><title>The Future for SAP Business Intelligence</title><description>&lt;object width=&quot;640&quot; height=&quot;385&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/tukmHIERq3M?fs=1&amp;amp;hl=en_US&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/tukmHIERq3M?fs=1&amp;amp;hl=en_US&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;640&quot; height=&quot;385&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/01/future-for-sap-business-intelligence.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-4515452611213959031</guid><pubDate>Sat, 01 Jan 2011 18:29:00 +0000</pubDate><atom:updated>2011-01-01T11:49:47.199-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">DataModeling Concepts</category><title>BusinessObjects Topics • View topic - Entity-Relationship Model</title><description>&lt;a href=&quot;http://mybusinessobjects.freeforums.org/viewtopic.php?f=22&amp;amp;t=12&quot;&gt;BusinessObjects Topics • View topic - Entity-Relationship Model&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;http://24941rnm0g6wdo67xddlty5oa2.hop.clickbank.net/?tid=DBNOR&quot;&gt;Database Normalization &lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/01/businessobjects-topics-view-topic_01.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-4509709808809417297</guid><pubDate>Sat, 01 Jan 2011 17:59:00 +0000</pubDate><atom:updated>2011-01-01T09:59:10.404-08:00</atom:updated><title>BusinessObjects Topics • View topic - Introduction to Data Modeling</title><description>&lt;a href=&quot;http://mybusinessobjects.freeforums.org/post11.html#p11&quot;&gt;BusinessObjects Topics • View topic - Introduction to Data Modeling&lt;/a&gt;</description><link>http://businessobjectsforum.blogspot.com/2011/01/businessobjects-topics-view-topic.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-8745760389087958293</guid><pubDate>Tue, 14 Dec 2010 17:41:00 +0000</pubDate><atom:updated>2010-12-14T09:41:35.504-08:00</atom:updated><title>BusinessObjects Topics • View topic - SAP Certified Application Associate BusinessObject</title><description>&lt;a href=&quot;http://mybusinessobjects.freeforums.org/sap-certified-application-associate-businessobject-t10.html&quot;&gt;BusinessObjects Topics • View topic - SAP Certified Application Associate BusinessObject&lt;/a&gt;  click on more details....&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.kqzyfj.com/click-3745725-10498810&quot; target=&quot;_top&quot;&gt;&lt;br /&gt;&lt;/a&gt;</description><link>http://businessobjectsforum.blogspot.com/2010/12/businessobjects-topics-view-topic-sap_14.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-2465420265712556764</guid><pubDate>Tue, 14 Dec 2010 16:09:00 +0000</pubDate><atom:updated>2010-12-14T08:10:09.266-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">BI News</category><category domain="http://www.blogger.com/atom/ns#">bo</category><category domain="http://www.blogger.com/atom/ns#">Business Intelligence (BI)</category><category domain="http://www.blogger.com/atom/ns#">Business Objects XI 3</category><title>BusinessObjects Topics • View topic - SAP BusinessObjects Name Changes</title><description>&lt;a href=&quot;http://mybusinessobjects.freeforums.org/sap-businessobjects-name-changes-t9.html&quot;&gt;BusinessObjects Topics • View topic - SAP BusinessObjects Name Changes&lt;/a&gt;  click on more details....&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.kqzyfj.com/click-3745725-10498810&quot; target=&quot;_top&quot;&gt;&lt;br /&gt;&lt;/a&gt;</description><link>http://businessobjectsforum.blogspot.com/2010/12/businessobjects-topics-view-topic-sap.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-108993622727359496.post-4061627842209799375</guid><pubDate>Sat, 11 Dec 2010 12:30:00 +0000</pubDate><atom:updated>2010-12-11T04:30:15.572-08:00</atom:updated><title>BusinessObjects Topics • View topic - Interview Question</title><description>&lt;a href=&quot;http://mybusinessobjects.freeforums.org/interview-question-t7.html&quot;&gt;BusinessObjects Topics • View topic - Interview Question&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.kqzyfj.com/click-3745725-10498810&quot; target=&quot;_top&quot;&gt;&lt;br /&gt;&lt;/a&gt;</description><link>http://businessobjectsforum.blogspot.com/2010/12/businessobjects-topics-view-topic.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item></channel></rss>