Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Creating Universes with SAP BusinessObjects

You're reading from   Creating Universes with SAP BusinessObjects Create and maintain powerful SAP BusinessObjects Universes with the SAP Information Design Tool

Arrow left icon
Product type Paperback
Published in Sep 2014
Publisher
ISBN-13 9781782170907
Length 310 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Taha Mahmoud Taha Mahmoud
Author Profile Icon Taha Mahmoud
Taha Mahmoud
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Introduction to BI and the Semantic Layer FREE CHAPTER 2. Aligning BI Solutions with Business Demands 3. Creating Our First Universe 4. Creating the Data Foundation Layer 5. Creating the Business Layer 6. Testing Your Universe 7. The Data Foundation Layer – Advanced Topics 8. The Business Layer – Advanced Topics 9. Data Security and Profiles 10. A Multiuser Development Environment Index

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "To convert a .unv Universe, let's perform the following steps:"

A block of code is set as follows:

SELECT A.CUSTOMER_ID, COUNT (C.CREDIT_CARD_NO), COUNT (B.ACCOUNT_NUMBER)
FROM CUSTOMERS A, CURRENT_ACCOUNTS B, CREDIT_CARDS C
WHERE A.CUSTOMER_ID =B.CUSTOMER_ID
AND A.CUSTOMER_ID = C.CUSTOMER_ID
GROUP BY A.CUSTOMER_ID

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

EMPLOYEES.AGE BETWEEN "AGE BUCKET".AGE_LOWER_BOUND AND "AGE BUCKET".AGE_UPPER_BOUND

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Navigate to Administrative Tools, and then double-click on Data Sources (ODBC)."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime