SlideShare a Scribd company logo
BI Apps Reports 5
QlikSense Desktop
By
Sunny Okoro
1
Contents
Database Systems...............................................................................................................................2
Applications .......................................................................................................................................5
Business Intelligence Applications........................................................................................................7
Reports from SQL Server 2012 Database..............................................................................................9
Reports from MYSQL 5.7 Database ....................................................................................................27
Views Creation SQL Server.............................................................................................................29
Database Migration from SQL Server 2008R2 to MYSQL .................................................................29
Reports Creation...........................................................................................................................35
Reports from Microsoft Access Database Via Postgres 9.4...................................................................53
Postgres View Creation .................................................................................................................54
Linked Server Creation..................................................................................................................55
Reports Creation...........................................................................................................................59
SSAS 2014 Tabular Reports With SQL Anywhere 16 ............................................................................76
View Creation...............................................................................................................................77
Data Import into SQL Server 2014..................................................................................................79
SSAS Tabular Creation...................................................................................................................85
Reports Creation...........................................................................................................................93
Microsoft Excel Reports via DB2......................................................................................................109
Data Extraction........................................................................................................................... 110
Report Creation.......................................................................................................................... 115
2
Database Systems
SQL Server 2008R2
SQL Server 2012
SQL Server 2014
3
DB2
Postgres 9.4.6
MYSQL 5.7.11
4
SQL Anywhere 16
Microsoft Access
5
Applications
Postgres Pg Admin
MYSQL WorkBench
Sybase Central
6
SQL Server Movement Studio
SQL Server Data Tools
IBM Data Studio
7
Microsoft Visio 2010
Business Intelligence Applications
Microsoft SSAS
8
Microsoft PowerPivot / Excel
Qlik Sense Desktop
9
Reports from SQL Server 2012 Database
10
DimCurrency
PK,I2 CurrencyKey
I1 CurrencyAlternateKey
CurrencyName
FactInternetSales
PK,I1 SalesOrderNumber
PK,I1 SalesOrderLineNumber
FK6,U6 ProductKey
FK3,U5 OrderDateKey
FK4,U4 DueDateKey
FK5,U1 ShipDateKey
FK2,U3 CustomerKey
U7 PromotionKey
FK1,U2 CurrencyKey
FK7 SalesTerritoryKey
RevisionNumber
OrderQuantity
UnitPrice
ExtendedAmount
UnitPriceDiscountPct
DiscountAmount
ProductStandardCost
TotalProductCost
SalesAmount
TaxAmt
Freight
CarrierTrackingNumber
CustomerPONumber
OrderDate
DueDate
ShipDate
DimDate
PK,I2 DateKey
I1 FullDateAlternateKey
DayNumberOfWeek
EnglishDayNameOfWeek
SpanishDayNameOfWeek
FrenchDayNameOfWeek
DayNumberOfMonth
DayNumberOfYear
WeekNumberOfYear
EnglishMonthName
SpanishMonthName
FrenchMonthName
MonthNumberOfYear
CalendarQuarter
CalendarYear
CalendarSemester
FiscalQuarter
FiscalYear
FiscalSemester
DimCustomer
PK,I2 CustomerKey
FK1,U1 GeographyKey
I1 CustomerAlternateKey
Title
FirstName
MiddleName
LastName
NameStyle
BirthDate
MaritalStatus
Suffix
Gender
EmailAddress
YearlyIncome
TotalChildren
NumberChildrenAtHome
EnglishEducation
SpanishEducation
FrenchEducation
EnglishOccupation
SpanishOccupation
FrenchOccupation
HouseOwnerFlag
NumberCarsOwned
AddressLine1
AddressLine2
Phone
DateFirstPurchase
CommuteDistance
DimProduct
PK,I2 ProductKey
I1 ProductAlternateKey
FK1,U1 ProductSubcategoryKey
WeightUnitMeasureCode
SizeUnitMeasureCode
EnglishProductName
SpanishProductName
FrenchProductName
StandardCost
FinishedGoodsFlag
Color
SafetyStockLevel
ReorderPoint
ListPrice
Size
SizeRange
Weight
DaysToManufacture
ProductLine
DealerPrice
Class
Style
ModelName
LargePhoto
EnglishDescription
FrenchDescription
ChineseDescription
ArabicDescription
HebrewDescription
ThaiDescription
GermanDescription
JapaneseDescription
TurkishDescription
I1 StartDate
EndDate
Status
DimProductCategory
PK,I2 ProductCategoryKey
I1 ProductCategoryAlternateKey
EnglishProductCategoryName
SpanishProductCategoryName
FrenchProductCategoryName
DimProductSubcategory
PK,I2 ProductSubcategoryKey
I1 ProductSubcategoryAlternateKey
EnglishProductSubcategoryName
SpanishProductSubcategoryName
FrenchProductSubcategoryName
FK1 ProductCategoryKey
DimGeography
PK,I1 GeographyKey
City
StateProvinceCode
StateProvinceName
CountryRegionCode
EnglishCountryRegionName
SpanishCountryRegionName
FrenchCountryRegionName
PostalCode
FK1 SalesTerritoryKey
IpAddressLocator
DimSalesTerritory
PK,I2 SalesTerritoryKey
I1 SalesTerritoryAlternateKey
SalesTerritoryRegion
SalesTerritoryCountry
SalesTerritoryGroup
SalesTerritoryImage
11
12
13
14
15
16
17
Results Abbreviated
18
19
20
21
22
23
24
25
Excel version
26
Results Abbreviated
27
Reports from MYSQL 5.7 Database
28
FactInternetSales
PK,I1 SalesOrderNumber
PK,I1 SalesOrderLineNumber
FK6,U6 ProductKey
FK3,U5 OrderDateKey
FK4,U4 DueDateKey
FK5,U1 ShipDateKey
FK2,U3 CustomerKey
U7 PromotionKey
FK1,U2 CurrencyKey
FK7 SalesTerritoryKey
RevisionNumber
OrderQuantity
UnitPrice
ExtendedAmount
UnitPriceDiscountPct
DiscountAmount
ProductStandardCost
TotalProductCost
SalesAmount
TaxAmt
Freight
CarrierTrackingNumber
CustomerPONumber
DimCurrency
PK,I2 CurrencyKey
I1 CurrencyAlternateKey
CurrencyName
DimDate
PK,I2 DateKey
I1 FullDateAlternateKey
DayNumberOfWeek
EnglishDayNameOfWeek
SpanishDayNameOfWeek
FrenchDayNameOfWeek
DayNumberOfMonth
DayNumberOfYear
WeekNumberOfYear
EnglishMonthName
SpanishMonthName
FrenchMonthName
MonthNumberOfYear
CalendarQuarter
CalendarYear
CalendarSemester
FiscalQuarter
FiscalYear
FiscalSemester
DimProduct
PK,I2 ProductKey
I1 ProductAlternateKey
FK1,U1 ProductSubcategoryKey
WeightUnitMeasureCode
SizeUnitMeasureCode
EnglishProductName
SpanishProductName
FrenchProductName
StandardCost
FinishedGoodsFlag
Color
SafetyStockLevel
ReorderPoint
ListPrice
Size
SizeRange
Weight
DaysToManufacture
ProductLine
DealerPrice
Class
Style
ModelName
LargePhoto
EnglishDescription
FrenchDescription
ChineseDescription
ArabicDescription
HebrewDescription
ThaiDescription
GermanDescription
JapaneseDescription
TurkishDescription
I1 StartDate
EndDate
Status
DimCustomer
PK,I2 CustomerKey
FK1,U1 GeographyKey
I1 CustomerAlternateKey
Title
FirstName
MiddleName
LastName
NameStyle
BirthDate
MaritalStatus
Suffix
Gender
EmailAddress
YearlyIncome
TotalChildren
NumberChildrenAtHome
EnglishEducation
SpanishEducation
FrenchEducation
EnglishOccupation
SpanishOccupation
FrenchOccupation
HouseOwnerFlag
NumberCarsOwned
AddressLine1
AddressLine2
Phone
DateFirstPurchase
CommuteDistance
DimProductCategory
PK,I2 ProductCategoryKey
I1 ProductCategoryAlternateKey
EnglishProductCategoryName
SpanishProductCategoryName
FrenchProductCategoryName
DimProductSubcategory
PK,I2 ProductSubcategoryKey
I1 ProductSubcategoryAlternateKey
EnglishProductSubcategoryName
SpanishProductSubcategoryName
FrenchProductSubcategoryName
FK1 ProductCategoryKey
DimSalesTerritory
PK,I2 SalesTerritoryKey
I1 SalesTerritoryAlternateKey
SalesTerritoryRegion
SalesTerritoryCountry
SalesTerritoryGroup
DimGeography
PK,I1 GeographyKey
City
StateProvinceCode
StateProvinceName
CountryRegionCode
EnglishCountryRegionName
SpanishCountryRegionName
FrenchCountryRegionName
PostalCode
FK1 SalesTerritoryKey
1
1
*
1
*
*
*
*
1
1
1
29
Views Creation SQL Server
These tables in SQL Server will be migrated to MYSQL Database
Database Migration from SQL Server 2008R2 to MYSQL
30
31
32
33
34
35
Reports Creation
36
37
38
Results Abbreviated
39
Results Abbreviated
40
41
42
43
Results Abbreviated
44
45
46
Results Abbreviated
47
48
49
50
51
52
53
Reports from Microsoft Access Database Via Postgres 9.4
54
film_category
PK,FK2 film_id
PK,FK1 category_id
last_update
customer
PK customer_id
I2 store_id
first_name
I3 last_name
email
FK1,I1 address_id
activebool
create_date
last_update
active
inventory
PK inventory_id
FK1,I1 film_id
I1 store_id
last_update
actor
PK actor_id
first_name
I1 last_name
last_update
language
PK language_id
name
last_update
store
PK store_id
FK2,U1 manager_staff_id
FK1 address_id
last_update
address
PK address_id
address
address2
district
FK1,I1 city_id
postal_code
phone
last_update
payment
PK payment_id
FK1,I1 customer_id
FK3,I3 staff_id
FK2,I2 rental_id
amount
payment_date
film
PK film_id
I3 title
description
release_year
FK1,I2 language_id
rental_duration
rental_rate
length
replacement_cost
rating
last_update
special_features
I1 fulltext
rental
PK rental_id
U1 rental_date
FK2,U1,I1 inventory_id
FK1,U1 customer_id
return_date
FK3 staff_id
last_update
category
PK category_id
name
last_update
city
PK city_id
city
FK1,I1 country_id
last_update
film_actor
PK,FK1 actor_id
PK,FK2,I1 film_id
last_update
staff
PK staff_id
first_name
last_name
FK1 address_id
email
store_id
active
username
password
last_update
picture
country
PK country_id
country
last_update
Postgres View Creation
55
Linked Server Creation
56
57
58
59
Reports Creation
60
61
62
63
64
65
66
67
Results Abbreviated
68
69
70
71
72
73
Results Abbreviated
74
75
76
SSAS 2014 Tabular Reports With SQL Anywhere 16
77
Customer
PK CustomerID
FK1 PersonID
StoreID
FK2,I1 TerritoryID
U1 AccountNumber
U2 rowguid
ModifiedDate
ProductCategory
PK ProductCategoryID
U1 Name
U2 rowguid
ModifiedDate
CountryRegion
PK CountryRegionCode
U1 Name
ModifiedDate
ProductModel
PK ProductModelID
U1 Name
CatalogDescription
Instructions
U2 rowguid
ModifiedDate
Product
PK ProductID
U1 Name
U2 ProductNumber
MakeFlag
FinishedGoodsFlag
Color
SafetyStockLevel
ReorderPoint
StandardCost
ListPrice
Size
SizeUnitMeasureCode
WeightUnitMeasureCode
Weight
DaysToManufacture
ProductLine
Class
Style
FK2 ProductSubcategoryID
FK1 ProductModelID
SellStartDate
SellEndDate
DiscontinuedDate
U3 rowguid
ModifiedDate
PersonCreditCard
PK,FK1 BusinessEntityID
PK,FK2 CreditCardID
ModifiedDate
Person
PK,FK1 BusinessEntityID
PersonType
NameStyle
Title
I1 FirstName
I1 MiddleName
I1 LastName
Suffix
EmailPromotion
AdditionalContactInfo
Demographics
U1 rowguid
ModifiedDate
Address
PK AddressID
U2 AddressLine1
U2 AddressLine2
U2 City
FK1,I1,U2 StateProvinceID
U2 PostalCode
SpatialLocation
U1 rowguid
ModifiedDate
SalesOrderDetail
PK,FK1 SalesOrderID
PK SalesOrderDetailID
CarrierTrackingNumber
OrderQty
I1 ProductID
SpecialOfferID
UnitPrice
UnitPriceDiscount
LineTotal
U1 rowguid
ModifiedDate
ProductSubcategory
PK ProductSubcategoryID
FK1 ProductCategoryID
U1 Name
U2 rowguid
ModifiedDate
CreditCard
PK CreditCardID
CardType
U1 CardNumber
ExpMonth
ExpYear
ModifiedDate AddressType
PK AddressTypeID
U1 Name
U2 rowguid
ModifiedDate
SalesTerritory
PK TerritoryID
U1 Name
FK1 CountryRegionCode
Group
SalesYTD
SalesLastYear
CostYTD
CostLastYear
U2 rowguid
ModifiedDate
StateProvince
PK StateProvinceID
U3 StateProvinceCode
FK1,U3 CountryRegionCode
IsOnlyStateProvinceFlag
U1 Name
FK2 TerritoryID
U2 rowguid
ModifiedDate
SalesOrderHeader
PK SalesOrderID
RevisionNumber
OrderDate
DueDate
ShipDate
Status
OnlineOrderFlag
U2 SalesOrderNumber
PurchaseOrderNumber
AccountNumber
FK4,I1 CustomerID
I2 SalesPersonID
FK5 TerritoryID
FK1 BillToAddressID
FK2 ShipToAddressID
ShipMethodID
FK3 CreditCardID
CreditCardApprovalCode
CurrencyRateID
SubTotal
TaxAmt
Freight
TotalDue
Comment
U1 rowguid
ModifiedDate
BusinessEntity
PK BusinessEntityID
U1 rowguid
ModifiedDate
Currency
PK CurrencyCode
U1 Name
ModifiedDate
BusinessEntityAddress
PK,FK3 BusinessEntityID
PK,FK1,I1 AddressID
PK,FK2,I2 AddressTypeID
U1 rowguid
ModifiedDate
View Creation
78
79
Data Import into SQL Server 2014
Due to problemswithSQLAnywhere Clientduringthe creationof TabularModel,the Adventure Works
data fromSybase SQL Anywhere wasimported intoSQLServer2014 Database
80
81
82
83
84
85
SSAS Tabular Creation
86
87
88
89
90
91
92
93
Reports Creation
94
95
96
97
98
99
100
Results Abbreviated
101
102
Results Abbreviated
103
Results Abrogated
104
105
106
Results Abbreviated
107
108
Results Abbreviated
109
Microsoft Excel Reports via DB2
110
GO_CRDT_METHOD
PK,I1 CRDT_METHOD_CODE
PK,I1 CRDT_METHOD_LANGUAGE
CRDT_METHOD
CUST_ORDER_DETAIL
PK,I1 CUST_ORDER_DETAIL_CODE
FK1 CUST_ORDER_NUMBER
CUST_PROMOTION_CODE
CUST_QUANTITY
CUST_SHIP_DATE
CUST_UNIT_PRICE
CUST_UNIT_SALE_PRICE
FK2 PRODUCT_NUMBER
UNIT_COST
CUST_CUSTOMER
PK,I1 CUST_CODE
CUST_ADDRESS1
CUST_ADDRESS1_MB
CUST_ADDRESS2
CUST_ADDRESS2_MB
CUST_AGE
CUST_CITY
CUST_CITY_MB
FK1 CUST_COUNTRY_CODE
CUST_EMAIL
CUST_FIRST_NAME
CUST_FIRST_NAME_MB
CUST_INFO
CUST_LAST_NAME
CUST_LAST_NAME_MB
CUST_PHONE_NUMBER
CUST_POSTAL_ZONE
CUST_PROFESSION_CODE
CUST_PROV_STATE
CUST_PROV_STATE_CODE
CUST_PROV_STATE_MB
GENDER_CODE
MARITAL_STATUS_CODE
ORDER_METHOD
PK,I1 ORDER_METHOD_CODE
ORDER_METHOD_CS
ORDER_METHOD_DA
U3 ORDER_METHOD_DE
ORDER_METHOD_EL
U1 ORDER_METHOD_EN
ORDER_METHOD_ES
ORDER_METHOD_FI
U2 ORDER_METHOD_FR
ORDER_METHOD_HU
ORDER_METHOD_ID
ORDER_METHOD_IT
U4 ORDER_METHOD_JA
ORDER_METHOD_KO
ORDER_METHOD_MS
ORDER_METHOD_NL
ORDER_METHOD_NO
ORDER_METHOD_PL
ORDER_METHOD_PT
ORDER_METHOD_RU
ORDER_METHOD_SC
ORDER_METHOD_SV
ORDER_METHOD_TC
ORDER_METHOD_TH
BRANCH
PK,I1 BRANCH_CODE
ADDRESS1
ADDRESS1_MB
ADDRESS2
ADDRESS2_MB
U1 CITY
U3 CITY_MB
FK1,U2 COUNTRY_CODE
ORGANIZATION_CODE
POSTAL_ZONE
PROV_STATE
PROV_STATE_MB
WAREHOUSE_BRANCH_CODE
PRODUCT_SIZE_LOOKUP
PK,I1 PRODUCT_SIZE_CODE
PRODUCT_SIZE_CS
PRODUCT_SIZE_DA
PRODUCT_SIZE_DE
PRODUCT_SIZE_EL
PRODUCT_SIZE_EN
PRODUCT_SIZE_ES
PRODUCT_SIZE_FI
PRODUCT_SIZE_FR
PRODUCT_SIZE_HU
PRODUCT_SIZE_ID
PRODUCT_SIZE_IT
PRODUCT_SIZE_JA
PRODUCT_SIZE_KO
PRODUCT_SIZE_MS
PRODUCT_SIZE_NL
PRODUCT_SIZE_NO
PRODUCT_SIZE_PL
PRODUCT_SIZE_PT
PRODUCT_SIZE_RU
PRODUCT_SIZE_SC
PRODUCT_SIZE_SV
PRODUCT_SIZE_TC
PRODUCT_SIZE_TH
PRODUCT_COLOR_LOOKUP
PK,I1 PRODUCT_COLOR_CODE
PRODUCT_COLOR_CS
PRODUCT_COLOR_DA
PRODUCT_COLOR_DE
PRODUCT_COLOR_EL
PRODUCT_COLOR_EN
PRODUCT_COLOR_ES
PRODUCT_COLOR_FI
PRODUCT_COLOR_FR
PRODUCT_COLOR_HU
PRODUCT_COLOR_ID
PRODUCT_COLOR_IT
PRODUCT_COLOR_JA
PRODUCT_COLOR_KO
PRODUCT_COLOR_MS
PRODUCT_COLOR_NL
PRODUCT_COLOR_NO
PRODUCT_COLOR_PL
PRODUCT_COLOR_PT
PRODUCT_COLOR_RU
PRODUCT_COLOR_SC
PRODUCT_COLOR_SV
PRODUCT_COLOR_TC
PRODUCT_COLOR_TH
CUST_ORDER_HEADER
PK,I1 CUST_ORDER_NUMBER
CRDT_METHOD_CODE
FK1 CUST_CC_ID
FK2 CUST_CODE
CUST_ORDER_DATE
CUST_ORDER_STATUS_CODE
CUST_SALES_TAX
CUST_SHIP_COST
CUST_SUBTOTAL
CUST_TOTAL
CUST_TOTAL_QUANTITY
CUST_UNIQUE_ITEMS
FK3 ORDER_METHOD_CODE
PRODUCT_BRAND
PK,I1 PRODUCT_BRAND_CODE
PRODUCT_BRAND_CS
PRODUCT_BRAND_DA
PRODUCT_BRAND_DE
PRODUCT_BRAND_EL
PRODUCT_BRAND_EN
PRODUCT_BRAND_ES
PRODUCT_BRAND_FI
PRODUCT_BRAND_FR
PRODUCT_BRAND_HU
PRODUCT_BRAND_ID
PRODUCT_BRAND_IT
PRODUCT_BRAND_JA
PRODUCT_BRAND_KO
PRODUCT_BRAND_MS
PRODUCT_BRAND_NL
PRODUCT_BRAND_NO
PRODUCT_BRAND_PL
PRODUCT_BRAND_PT
PRODUCT_BRAND_RU
PRODUCT_BRAND_SC
PRODUCT_BRAND_SV
PRODUCT_BRAND_TC
PRODUCT_BRAND_TH
ORDER_DETAILS
PK,I1 ORDER_DETAIL_CODE
FK2 ORDER_NUMBER
FK1 PRODUCT_NUMBER
PROMOTION_CODE
QUANTITY
SHIP_DATE
UNIT_COST
UNIT_PRICE
UNIT_SALE_PRICE
CURRENCY_LOOKUP
PK,FK1,I1 COUNTRY_CODE
CURRENCY_CS
CURRENCY_DA
CURRENCY_DE
CURRENCY_EL
CURRENCY_EN
CURRENCY_ES
CURRENCY_FI
CURRENCY_FR
CURRENCY_HU
CURRENCY_ID
CURRENCY_IT
CURRENCY_JA
CURRENCY_KO
CURRENCY_MS
CURRENCY_NL
CURRENCY_NO
CURRENCY_PL
CURRENCY_PT
CURRENCY_RU
CURRENCY_SC
CURRENCY_SV
CURRENCY_TC
CURRENCY_TH
COUNTRY
PK,I1 COUNTRY_CODE
COUNTRY_CS
COUNTRY_DA
COUNTRY_DE
COUNTRY_EL
COUNTRY_EN
COUNTRY_ES
COUNTRY_FI
COUNTRY_FR
COUNTRY_HU
COUNTRY_ID
COUNTRY_IT
COUNTRY_JA
COUNTRY_KO
COUNTRY_MS
COUNTRY_NL
COUNTRY_NO
COUNTRY_PL
COUNTRY_PT
COUNTRY_RU
COUNTRY_SC
COUNTRY_SV
COUNTRY_TC
COUNTRY_TH
EURO_IN_USE_SINCE
FLAG_IMAGE
ISO_THREE_DIGIT_CODE
ISO_THREE_LETTER_CODE
ISO_TWO_LETTER_CODE
FK1 SALES_REGION_CODE
ORDER_HEADER
PK,I1 ORDER_NUMBER
ORDER_CLOSE_DATE
ORDER_DATE
FK1 ORDER_METHOD_CODE
RETAILER_CONTACT_CODE
RETAILER_NAME
RETAILER_NAME_MB
RETAILER_SITE_CODE
FK2 SALES_BRANCH_CODE
SALES_STAFF_CODE
CUST_COUNTRY
PK,I1 COUNTRY_CODE
COUNTRY_CS
COUNTRY_DA
COUNTRY_DE
COUNTRY_EL
COUNTRY_EN
COUNTRY_ES
COUNTRY_FI
COUNTRY_FR
COUNTRY_HU
COUNTRY_ID
COUNTRY_IT
COUNTRY_JA
COUNTRY_KO
COUNTRY_MS
COUNTRY_NL
COUNTRY_NO
COUNTRY_PL
COUNTRY_PT
COUNTRY_RU
COUNTRY_SC
COUNTRY_SV
COUNTRY_TC
COUNTRY_TH
EURO_IN_USE_SINCE
FLAG_IMAGE
ISO_THREE_DIGIT_CODE
ISO_THREE_LETTER_CODE
ISO_TWO_LETTER_CODE
SALES_REGION_CODE
CUST_ORDER_STATUS
PK,I1 CUST_ORDER_STATUS_CODE
PK,I1 CUST_ORDER_STATUS_LANGUAGE
CUST_ORDER_STATUS
CUST_CRDT_CARD
PK,I1 CUST_CC_ID
CRDT_METHOD_CODE
CUST_CC_EXP_DATE
CUST_CC_NUMBER
CUST_CC_SERV_CODE
FK1 CUST_CODE
SALES_REGION
PK,I1 SALES_REGION_CODE
SALES_REGION_CS
SALES_REGION_DA
SALES_REGION_DE
SALES_REGION_EL
SALES_REGION_EN
SALES_REGION_ES
SALES_REGION_FI
SALES_REGION_FR
SALES_REGION_HU
SALES_REGION_ID
SALES_REGION_IT
SALES_REGION_JA
SALES_REGION_KO
SALES_REGION_MS
SALES_REGION_NL
SALES_REGION_NO
SALES_REGION_PL
SALES_REGION_PT
SALES_REGION_RU
SALES_REGION_SC
SALES_REGION_SV
SALES_REGION_TC
SALES_REGION_TH
CUST_PROFESSION
PK,I1 CUST_PROFESSION_CODE
PK,I1 CUST_PROFESSION_LANGUAGE
CUST_PROFESSION
CUST_MARITAL_STATUS
PK,I1 MARITAL_STATUS_CODE
PK,I1 MARITAL_STATUS_LANGUAGE
MARITAL_STATUS
CUST_CRDT_CHECK
PK,FK1,I1 CUST_CODE
CUST_CRDT_SCORE
CUST_SSN
PRODUCT_TYPE
PK,I1 PRODUCT_TYPE_CODE
U1 PRODUCT_LINE_CODE
PRODUCT_TYPE_CS
PRODUCT_TYPE_DA
U4 PRODUCT_TYPE_DE
PRODUCT_TYPE_EL
U2 PRODUCT_TYPE_EN
PRODUCT_TYPE_ES
PRODUCT_TYPE_FI
U3 PRODUCT_TYPE_FR
PRODUCT_TYPE_HU
PRODUCT_TYPE_ID
PRODUCT_TYPE_IT
U5 PRODUCT_TYPE_JA
PRODUCT_TYPE_KO
PRODUCT_TYPE_MS
PRODUCT_TYPE_NL
PRODUCT_TYPE_NO
PRODUCT_TYPE_PL
PRODUCT_TYPE_PT
PRODUCT_TYPE_RU
PRODUCT_TYPE_SC
PRODUCT_TYPE_SV
PRODUCT_TYPE_TC
PRODUCT_TYPE_TH
PRODUCT_NAME_LOOKUP
PK,I1 PRODUCT_LANGUAGE
PK,FK1,I1 PRODUCT_NUMBER
PRODUCT_DESCRIPTION
U1 PRODUCT_NAME
PRODUCT
PK,I1 PRODUCT_NUMBER
BASE_PRODUCT_NUMBER
DISCONTINUED_DATE
GROSS_MARGIN
INTRODUCTION_DATE
PRODUCTION_COST
FK1 PRODUCT_BRAND_CODE
FK2 PRODUCT_COLOR_CODE
PRODUCT_IMAGE
FK3 PRODUCT_SIZE_CODE
FK4 PRODUCT_TYPE_CODE
Data Extraction
111
112
113
DB2 Via Linked Server SQL Server Results Abbreviated
114
115
Report Creation
116
117
118
119
Results Abbreviated
120
121
Results Abbreviated
122
123
124
Results Abbreviated
125
126
’
127
128
129
Results Abbreviated
130
131
132
133
134
135

More Related Content

What's hot

BI Apps Reports 4 Cognos BI and Crystal Reports
BI Apps Reports 4  Cognos BI and Crystal ReportsBI Apps Reports 4  Cognos BI and Crystal Reports
BI Apps Reports 4 Cognos BI and Crystal Reports
Sunny U Okoro
 
Sybase SQL AnyWhere12
Sybase SQL AnyWhere12Sybase SQL AnyWhere12
Sybase SQL AnyWhere12
Sunny U Okoro
 
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
 DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16  DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
Sunny U Okoro
 
Oracle ODI
Oracle ODIOracle ODI
Oracle ODI
Sunny U Okoro
 
IKANOW System Architecture Guide
IKANOW System Architecture GuideIKANOW System Architecture Guide
IKANOW System Architecture Guide
Sholeh Gregory
 
Data guard
Data guardData guard
B28654oas10g best pracitice
B28654oas10g best praciticeB28654oas10g best pracitice
B28654oas10g best pracitice
Caipei Chen
 
Optimizing oracle-on-sun-cmt-platform
Optimizing oracle-on-sun-cmt-platformOptimizing oracle-on-sun-cmt-platform
Optimizing oracle-on-sun-cmt-platform
Sal Marcus
 
Maa wp sun_apps11i_db10g_r2-2
Maa wp sun_apps11i_db10g_r2-2Maa wp sun_apps11i_db10g_r2-2
Maa wp sun_apps11i_db10g_r2-2
Sal Marcus
 
Open acc.1.0
Open acc.1.0Open acc.1.0
Open acc.1.0
shengmingzhiyu
 
Dw guide 11 g r2
Dw guide 11 g r2Dw guide 11 g r2
Dw guide 11 g r2
sgyazuddin
 
Smart historian
Smart historian Smart historian
Smart historian
Vagish Nishad
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odi
checksekhar
 
Odi installation guide
Odi installation guideOdi installation guide
Odi installation guide
prakashdas05
 
Oracle apps integration_cookbook
Oracle apps integration_cookbookOracle apps integration_cookbook
Oracle apps integration_cookbook
chaitanyanaredla
 
Plsql
PlsqlPlsql
Nalpeiron explains global rules for data collection and privacy
Nalpeiron explains global rules for data collection and privacyNalpeiron explains global rules for data collection and privacy
Nalpeiron explains global rules for data collection and privacy
Jon Gillespie-Brown
 
Release documentation
Release documentationRelease documentation
Release documentation
Aravindharamanan S
 
Data ontap 8.x 7 mode cook book v1 1
Data ontap 8.x 7 mode cook book v1 1Data ontap 8.x 7 mode cook book v1 1
Data ontap 8.x 7 mode cook book v1 1
Accenture
 

What's hot (19)

BI Apps Reports 4 Cognos BI and Crystal Reports
BI Apps Reports 4  Cognos BI and Crystal ReportsBI Apps Reports 4  Cognos BI and Crystal Reports
BI Apps Reports 4 Cognos BI and Crystal Reports
 
Sybase SQL AnyWhere12
Sybase SQL AnyWhere12Sybase SQL AnyWhere12
Sybase SQL AnyWhere12
 
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
 DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16  DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
 
Oracle ODI
Oracle ODIOracle ODI
Oracle ODI
 
IKANOW System Architecture Guide
IKANOW System Architecture GuideIKANOW System Architecture Guide
IKANOW System Architecture Guide
 
Data guard
Data guardData guard
Data guard
 
B28654oas10g best pracitice
B28654oas10g best praciticeB28654oas10g best pracitice
B28654oas10g best pracitice
 
Optimizing oracle-on-sun-cmt-platform
Optimizing oracle-on-sun-cmt-platformOptimizing oracle-on-sun-cmt-platform
Optimizing oracle-on-sun-cmt-platform
 
Maa wp sun_apps11i_db10g_r2-2
Maa wp sun_apps11i_db10g_r2-2Maa wp sun_apps11i_db10g_r2-2
Maa wp sun_apps11i_db10g_r2-2
 
Open acc.1.0
Open acc.1.0Open acc.1.0
Open acc.1.0
 
Dw guide 11 g r2
Dw guide 11 g r2Dw guide 11 g r2
Dw guide 11 g r2
 
Smart historian
Smart historian Smart historian
Smart historian
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odi
 
Odi installation guide
Odi installation guideOdi installation guide
Odi installation guide
 
Oracle apps integration_cookbook
Oracle apps integration_cookbookOracle apps integration_cookbook
Oracle apps integration_cookbook
 
Plsql
PlsqlPlsql
Plsql
 
Nalpeiron explains global rules for data collection and privacy
Nalpeiron explains global rules for data collection and privacyNalpeiron explains global rules for data collection and privacy
Nalpeiron explains global rules for data collection and privacy
 
Release documentation
Release documentationRelease documentation
Release documentation
 
Data ontap 8.x 7 mode cook book v1 1
Data ontap 8.x 7 mode cook book v1 1Data ontap 8.x 7 mode cook book v1 1
Data ontap 8.x 7 mode cook book v1 1
 

Viewers also liked

Rubik Financial - Introduction- March 2012
Rubik Financial - Introduction- March 2012Rubik Financial - Introduction- March 2012
Rubik Financial - Introduction- March 2012
Shelf Companies Aust
 
Qlik BPMS 2015 final
Qlik BPMS 2015 finalQlik BPMS 2015 final
Qlik BPMS 2015 final
Dimitris Fatsiletos
 
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
Sunny U Okoro
 
Qlik Sense architektūros apžvalga
Qlik Sense architektūros apžvalgaQlik Sense architektūros apžvalga
Qlik Sense architektūros apžvalga
Day Q
 
Xbrl The Future Of Financial And Business Reporting Presented By Liv Apneseth...
Xbrl The Future Of Financial And Business Reporting Presented By Liv Apneseth...Xbrl The Future Of Financial And Business Reporting Presented By Liv Apneseth...
Xbrl The Future Of Financial And Business Reporting Presented By Liv Apneseth...
Workiva
 
Qlik Sense Dashboard. Get started.
Qlik Sense Dashboard. Get started.Qlik Sense Dashboard. Get started.
Qlik Sense Dashboard. Get started.
Mind Analytics
 
Data Visualization-Ashwin
Data Visualization-AshwinData Visualization-Ashwin
Data Visualization-Ashwin
Ashwin Dinoriya
 
Practical qlikview 25 page sample
Practical qlikview   25 page samplePractical qlikview   25 page sample
Practical qlikview 25 page sample
Practical QlikView
 
Introduction To Msbi By Yasir
Introduction To Msbi By YasirIntroduction To Msbi By Yasir
Introduction To Msbi By Yasir
guest7c8e5f
 
SQL Server Reporting Services (SSRS) 101
 SQL Server Reporting Services (SSRS) 101 SQL Server Reporting Services (SSRS) 101
SQL Server Reporting Services (SSRS) 101
Sparkhound Inc.
 
Best Practices - QlikView Application Development
Best Practices - QlikView Application DevelopmentBest Practices - QlikView Application Development
Best Practices - QlikView Application Development
TBSL
 
Regulatory Reporting Dashboard
Regulatory Reporting DashboardRegulatory Reporting Dashboard
Regulatory Reporting Dashboard
accenture
 
Konsument göteborg zviedrijas vizīte
Konsument göteborg zviedrijas vizīteKonsument göteborg zviedrijas vizīte
Konsument göteborg zviedrijas vizīte
consumerenergy
 
icabihal sayi 1
icabihal sayi 1icabihal sayi 1
icabihal sayi 1
kolormatik
 
Nanotubo gabriel artigo
Nanotubo gabriel artigoNanotubo gabriel artigo
Nanotubo gabriel artigo
Pierre Basmaji
 
Anew webinar presentation_22
Anew webinar presentation_22Anew webinar presentation_22
Anew webinar presentation_22aneweducation
 
Introduction to Learning and Leading by Design
Introduction to Learning and Leading by DesignIntroduction to Learning and Leading by Design
Introduction to Learning and Leading by Design
prennertariev
 
Asteroïde
AsteroïdeAsteroïde
Asteroïder0308651
 
Bibliografia załącznikowa
Bibliografia załącznikowaBibliografia załącznikowa
Bibliografia załącznikowa
skarbybiblioteki
 

Viewers also liked (19)

Rubik Financial - Introduction- March 2012
Rubik Financial - Introduction- March 2012Rubik Financial - Introduction- March 2012
Rubik Financial - Introduction- March 2012
 
Qlik BPMS 2015 final
Qlik BPMS 2015 finalQlik BPMS 2015 final
Qlik BPMS 2015 final
 
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
 
Qlik Sense architektūros apžvalga
Qlik Sense architektūros apžvalgaQlik Sense architektūros apžvalga
Qlik Sense architektūros apžvalga
 
Xbrl The Future Of Financial And Business Reporting Presented By Liv Apneseth...
Xbrl The Future Of Financial And Business Reporting Presented By Liv Apneseth...Xbrl The Future Of Financial And Business Reporting Presented By Liv Apneseth...
Xbrl The Future Of Financial And Business Reporting Presented By Liv Apneseth...
 
Qlik Sense Dashboard. Get started.
Qlik Sense Dashboard. Get started.Qlik Sense Dashboard. Get started.
Qlik Sense Dashboard. Get started.
 
Data Visualization-Ashwin
Data Visualization-AshwinData Visualization-Ashwin
Data Visualization-Ashwin
 
Practical qlikview 25 page sample
Practical qlikview   25 page samplePractical qlikview   25 page sample
Practical qlikview 25 page sample
 
Introduction To Msbi By Yasir
Introduction To Msbi By YasirIntroduction To Msbi By Yasir
Introduction To Msbi By Yasir
 
SQL Server Reporting Services (SSRS) 101
 SQL Server Reporting Services (SSRS) 101 SQL Server Reporting Services (SSRS) 101
SQL Server Reporting Services (SSRS) 101
 
Best Practices - QlikView Application Development
Best Practices - QlikView Application DevelopmentBest Practices - QlikView Application Development
Best Practices - QlikView Application Development
 
Regulatory Reporting Dashboard
Regulatory Reporting DashboardRegulatory Reporting Dashboard
Regulatory Reporting Dashboard
 
Konsument göteborg zviedrijas vizīte
Konsument göteborg zviedrijas vizīteKonsument göteborg zviedrijas vizīte
Konsument göteborg zviedrijas vizīte
 
icabihal sayi 1
icabihal sayi 1icabihal sayi 1
icabihal sayi 1
 
Nanotubo gabriel artigo
Nanotubo gabriel artigoNanotubo gabriel artigo
Nanotubo gabriel artigo
 
Anew webinar presentation_22
Anew webinar presentation_22Anew webinar presentation_22
Anew webinar presentation_22
 
Introduction to Learning and Leading by Design
Introduction to Learning and Leading by DesignIntroduction to Learning and Leading by Design
Introduction to Learning and Leading by Design
 
Asteroïde
AsteroïdeAsteroïde
Asteroïde
 
Bibliografia załącznikowa
Bibliografia załącznikowaBibliografia załącznikowa
Bibliografia załącznikowa
 

Similar to BI Apps Reports 5 QlikSense Desktop

E11063 01
E11063 01E11063 01
E11063 01
hdesaiusa
 
Oracle Web Conferencing - Release 2.0.4
Oracle Web Conferencing - Release 2.0.4Oracle Web Conferencing - Release 2.0.4
Oracle Web Conferencing - Release 2.0.4
Mehul Sanghavi
 
Oracl apps api usages
Oracl apps api usagesOracl apps api usages
Oracl apps api usages
rakhe_r
 
Osce 10.6 sp3_sys_req (1)
Osce 10.6 sp3_sys_req (1)Osce 10.6 sp3_sys_req (1)
Osce 10.6 sp3_sys_req (1)
Paty Garduño
 
Oracle performance tuning
Oracle performance tuningOracle performance tuning
Oracle performance tuning
vksgarg
 
Docslide.us bi apps-etl-4-informatica-powercenter-express
Docslide.us bi apps-etl-4-informatica-powercenter-expressDocslide.us bi apps-etl-4-informatica-powercenter-express
Docslide.us bi apps-etl-4-informatica-powercenter-express
Raffaella D'angelo
 
Deployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: WhitepaperDeployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: Whitepaper
Microsoft Private Cloud
 
Oracle pl-sql user's guide & reference
Oracle   pl-sql user's guide & referenceOracle   pl-sql user's guide & reference
Oracle pl-sql user's guide & reference
desitaria
 
Informatica installation guide
Informatica installation guideInformatica installation guide
Informatica installation guide
cbosepandian
 
Oracle10g new features
Oracle10g new featuresOracle10g new features
Oracle10g new features
Parameswar Rao Bandaru
 
Aplplication server instalacion
Aplplication server instalacionAplplication server instalacion
Aplplication server instalacion
hkaczuba
 
TDD EGH Item and Inventory Conversion-Sample
TDD EGH Item and Inventory Conversion-SampleTDD EGH Item and Inventory Conversion-Sample
TDD EGH Item and Inventory Conversion-Sample
Ryan Liebert
 
Install
InstallInstall
Install
Said Chatir
 
Hat app document
Hat app documentHat app document
Hat app document
Ashwin Ananthapadmanabhan
 
Microsoft excel 2010 product guide final
Microsoft excel 2010 product guide finalMicrosoft excel 2010 product guide final
Microsoft excel 2010 product guide final
Carol de la Plaza
 
IBM PowerLinux Open Source Infrastructure Services Implementation and T…
IBM PowerLinux Open Source Infrastructure Services Implementation and T…IBM PowerLinux Open Source Infrastructure Services Implementation and T…
IBM PowerLinux Open Source Infrastructure Services Implementation and T…
IBM India Smarter Computing
 
Osb developer's guide
Osb developer's guideOsb developer's guide
Osb developer's guide
Harish B
 
oracle10g datagurad
oracle10g dataguradoracle10g datagurad
oracle10g datagurad
Nst Tnagar
 
Oracle forms and resports
Oracle forms and resportsOracle forms and resports
Oracle forms and resports
pawansharma1986
 
1 Rac
1 Rac1 Rac

Similar to BI Apps Reports 5 QlikSense Desktop (20)

E11063 01
E11063 01E11063 01
E11063 01
 
Oracle Web Conferencing - Release 2.0.4
Oracle Web Conferencing - Release 2.0.4Oracle Web Conferencing - Release 2.0.4
Oracle Web Conferencing - Release 2.0.4
 
Oracl apps api usages
Oracl apps api usagesOracl apps api usages
Oracl apps api usages
 
Osce 10.6 sp3_sys_req (1)
Osce 10.6 sp3_sys_req (1)Osce 10.6 sp3_sys_req (1)
Osce 10.6 sp3_sys_req (1)
 
Oracle performance tuning
Oracle performance tuningOracle performance tuning
Oracle performance tuning
 
Docslide.us bi apps-etl-4-informatica-powercenter-express
Docslide.us bi apps-etl-4-informatica-powercenter-expressDocslide.us bi apps-etl-4-informatica-powercenter-express
Docslide.us bi apps-etl-4-informatica-powercenter-express
 
Deployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: WhitepaperDeployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: Whitepaper
 
Oracle pl-sql user's guide & reference
Oracle   pl-sql user's guide & referenceOracle   pl-sql user's guide & reference
Oracle pl-sql user's guide & reference
 
Informatica installation guide
Informatica installation guideInformatica installation guide
Informatica installation guide
 
Oracle10g new features
Oracle10g new featuresOracle10g new features
Oracle10g new features
 
Aplplication server instalacion
Aplplication server instalacionAplplication server instalacion
Aplplication server instalacion
 
TDD EGH Item and Inventory Conversion-Sample
TDD EGH Item and Inventory Conversion-SampleTDD EGH Item and Inventory Conversion-Sample
TDD EGH Item and Inventory Conversion-Sample
 
Install
InstallInstall
Install
 
Hat app document
Hat app documentHat app document
Hat app document
 
Microsoft excel 2010 product guide final
Microsoft excel 2010 product guide finalMicrosoft excel 2010 product guide final
Microsoft excel 2010 product guide final
 
IBM PowerLinux Open Source Infrastructure Services Implementation and T…
IBM PowerLinux Open Source Infrastructure Services Implementation and T…IBM PowerLinux Open Source Infrastructure Services Implementation and T…
IBM PowerLinux Open Source Infrastructure Services Implementation and T…
 
Osb developer's guide
Osb developer's guideOsb developer's guide
Osb developer's guide
 
oracle10g datagurad
oracle10g dataguradoracle10g datagurad
oracle10g datagurad
 
Oracle forms and resports
Oracle forms and resportsOracle forms and resports
Oracle forms and resports
 
1 Rac
1 Rac1 Rac
1 Rac
 

More from Sunny U Okoro

Tableau Reports and Oracle OBIEE
Tableau Reports and  Oracle OBIEETableau Reports and  Oracle OBIEE
Tableau Reports and Oracle OBIEE
Sunny U Okoro
 
DB 3 Sybase ASE 15 & MS SQL Server
DB 3 Sybase ASE 15 & MS SQL Server DB 3 Sybase ASE 15 & MS SQL Server
DB 3 Sybase ASE 15 & MS SQL Server
Sunny U Okoro
 
MS SSAS 2012 & MDX
MS SSAS 2012  &  MDXMS SSAS 2012  &  MDX
MS SSAS 2012 & MDX
Sunny U Okoro
 
Advanced ETL2 Pentaho
Advanced ETL2  Pentaho Advanced ETL2  Pentaho
Advanced ETL2 Pentaho
Sunny U Okoro
 
BI Apps Reports2- Oracle OBIEE & SAP Business Objects
BI Apps Reports2- Oracle OBIEE & SAP Business ObjectsBI Apps Reports2- Oracle OBIEE & SAP Business Objects
BI Apps Reports2- Oracle OBIEE & SAP Business Objects
Sunny U Okoro
 
BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional
BI Apps  OLAP & Reports- SSAS 2012 Tabular & Multidimensional BI Apps  OLAP & Reports- SSAS 2012 Tabular & Multidimensional
BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional
Sunny U Okoro
 
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,FormsAdvanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Sunny U Okoro
 
Advanced ETL MS SSIS 2012 & Talend
Advanced ETL  MS  SSIS 2012 & Talend Advanced ETL  MS  SSIS 2012 & Talend
Advanced ETL MS SSIS 2012 & Talend
Sunny U Okoro
 
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
DB Devlop- PostgreSQL 9.2.4  IQ 15.4DB Devlop- PostgreSQL 9.2.4  IQ 15.4
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
Sunny U Okoro
 
BI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
BI Apps ETL-SSIS 2008 & 2012, Pentaho & TalendBI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
BI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
Sunny U Okoro
 
IBM DB2 10
IBM DB2 10IBM DB2 10
IBM DB2 10
Sunny U Okoro
 
BI Apps Data Mining- SQL Server Analysis Services 2008
BI Apps Data Mining- SQL Server Analysis Services 2008BI Apps Data Mining- SQL Server Analysis Services 2008
BI Apps Data Mining- SQL Server Analysis Services 2008
Sunny U Okoro
 
Oracle 11G- PLSQL
Oracle 11G- PLSQLOracle 11G- PLSQL
Oracle 11G- PLSQL
Sunny U Okoro
 
MYSQL 5.5
MYSQL 5.5MYSQL 5.5
MYSQL 5.5
Sunny U Okoro
 
Relational / XML DB -SQL Server & Oracle Database
 Relational /  XML DB -SQL Server & Oracle Database Relational /  XML DB -SQL Server & Oracle Database
Relational / XML DB -SQL Server & Oracle Database
Sunny U Okoro
 
Microsoft SQL Server 2008 R2
Microsoft SQL Server 2008 R2Microsoft SQL Server 2008 R2
Microsoft SQL Server 2008 R2
Sunny U Okoro
 
Web Application PHP and MySQL Database
Web Application PHP and MySQL DatabaseWeb Application PHP and MySQL Database
Web Application PHP and MySQL Database
Sunny U Okoro
 

More from Sunny U Okoro (17)

Tableau Reports and Oracle OBIEE
Tableau Reports and  Oracle OBIEETableau Reports and  Oracle OBIEE
Tableau Reports and Oracle OBIEE
 
DB 3 Sybase ASE 15 & MS SQL Server
DB 3 Sybase ASE 15 & MS SQL Server DB 3 Sybase ASE 15 & MS SQL Server
DB 3 Sybase ASE 15 & MS SQL Server
 
MS SSAS 2012 & MDX
MS SSAS 2012  &  MDXMS SSAS 2012  &  MDX
MS SSAS 2012 & MDX
 
Advanced ETL2 Pentaho
Advanced ETL2  Pentaho Advanced ETL2  Pentaho
Advanced ETL2 Pentaho
 
BI Apps Reports2- Oracle OBIEE & SAP Business Objects
BI Apps Reports2- Oracle OBIEE & SAP Business ObjectsBI Apps Reports2- Oracle OBIEE & SAP Business Objects
BI Apps Reports2- Oracle OBIEE & SAP Business Objects
 
BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional
BI Apps  OLAP & Reports- SSAS 2012 Tabular & Multidimensional BI Apps  OLAP & Reports- SSAS 2012 Tabular & Multidimensional
BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional
 
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,FormsAdvanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
 
Advanced ETL MS SSIS 2012 & Talend
Advanced ETL  MS  SSIS 2012 & Talend Advanced ETL  MS  SSIS 2012 & Talend
Advanced ETL MS SSIS 2012 & Talend
 
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
DB Devlop- PostgreSQL 9.2.4  IQ 15.4DB Devlop- PostgreSQL 9.2.4  IQ 15.4
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
 
BI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
BI Apps ETL-SSIS 2008 & 2012, Pentaho & TalendBI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
BI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
 
IBM DB2 10
IBM DB2 10IBM DB2 10
IBM DB2 10
 
BI Apps Data Mining- SQL Server Analysis Services 2008
BI Apps Data Mining- SQL Server Analysis Services 2008BI Apps Data Mining- SQL Server Analysis Services 2008
BI Apps Data Mining- SQL Server Analysis Services 2008
 
Oracle 11G- PLSQL
Oracle 11G- PLSQLOracle 11G- PLSQL
Oracle 11G- PLSQL
 
MYSQL 5.5
MYSQL 5.5MYSQL 5.5
MYSQL 5.5
 
Relational / XML DB -SQL Server & Oracle Database
 Relational /  XML DB -SQL Server & Oracle Database Relational /  XML DB -SQL Server & Oracle Database
Relational / XML DB -SQL Server & Oracle Database
 
Microsoft SQL Server 2008 R2
Microsoft SQL Server 2008 R2Microsoft SQL Server 2008 R2
Microsoft SQL Server 2008 R2
 
Web Application PHP and MySQL Database
Web Application PHP and MySQL DatabaseWeb Application PHP and MySQL Database
Web Application PHP and MySQL Database
 

Recently uploaded

Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 

Recently uploaded (20)

Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 

BI Apps Reports 5 QlikSense Desktop

  • 1. BI Apps Reports 5 QlikSense Desktop By Sunny Okoro
  • 2. 1 Contents Database Systems...............................................................................................................................2 Applications .......................................................................................................................................5 Business Intelligence Applications........................................................................................................7 Reports from SQL Server 2012 Database..............................................................................................9 Reports from MYSQL 5.7 Database ....................................................................................................27 Views Creation SQL Server.............................................................................................................29 Database Migration from SQL Server 2008R2 to MYSQL .................................................................29 Reports Creation...........................................................................................................................35 Reports from Microsoft Access Database Via Postgres 9.4...................................................................53 Postgres View Creation .................................................................................................................54 Linked Server Creation..................................................................................................................55 Reports Creation...........................................................................................................................59 SSAS 2014 Tabular Reports With SQL Anywhere 16 ............................................................................76 View Creation...............................................................................................................................77 Data Import into SQL Server 2014..................................................................................................79 SSAS Tabular Creation...................................................................................................................85 Reports Creation...........................................................................................................................93 Microsoft Excel Reports via DB2......................................................................................................109 Data Extraction........................................................................................................................... 110 Report Creation.......................................................................................................................... 115
  • 3. 2 Database Systems SQL Server 2008R2 SQL Server 2012 SQL Server 2014
  • 6. 5 Applications Postgres Pg Admin MYSQL WorkBench Sybase Central
  • 7. 6 SQL Server Movement Studio SQL Server Data Tools IBM Data Studio
  • 8. 7 Microsoft Visio 2010 Business Intelligence Applications Microsoft SSAS
  • 9. 8 Microsoft PowerPivot / Excel Qlik Sense Desktop
  • 10. 9 Reports from SQL Server 2012 Database
  • 11. 10 DimCurrency PK,I2 CurrencyKey I1 CurrencyAlternateKey CurrencyName FactInternetSales PK,I1 SalesOrderNumber PK,I1 SalesOrderLineNumber FK6,U6 ProductKey FK3,U5 OrderDateKey FK4,U4 DueDateKey FK5,U1 ShipDateKey FK2,U3 CustomerKey U7 PromotionKey FK1,U2 CurrencyKey FK7 SalesTerritoryKey RevisionNumber OrderQuantity UnitPrice ExtendedAmount UnitPriceDiscountPct DiscountAmount ProductStandardCost TotalProductCost SalesAmount TaxAmt Freight CarrierTrackingNumber CustomerPONumber OrderDate DueDate ShipDate DimDate PK,I2 DateKey I1 FullDateAlternateKey DayNumberOfWeek EnglishDayNameOfWeek SpanishDayNameOfWeek FrenchDayNameOfWeek DayNumberOfMonth DayNumberOfYear WeekNumberOfYear EnglishMonthName SpanishMonthName FrenchMonthName MonthNumberOfYear CalendarQuarter CalendarYear CalendarSemester FiscalQuarter FiscalYear FiscalSemester DimCustomer PK,I2 CustomerKey FK1,U1 GeographyKey I1 CustomerAlternateKey Title FirstName MiddleName LastName NameStyle BirthDate MaritalStatus Suffix Gender EmailAddress YearlyIncome TotalChildren NumberChildrenAtHome EnglishEducation SpanishEducation FrenchEducation EnglishOccupation SpanishOccupation FrenchOccupation HouseOwnerFlag NumberCarsOwned AddressLine1 AddressLine2 Phone DateFirstPurchase CommuteDistance DimProduct PK,I2 ProductKey I1 ProductAlternateKey FK1,U1 ProductSubcategoryKey WeightUnitMeasureCode SizeUnitMeasureCode EnglishProductName SpanishProductName FrenchProductName StandardCost FinishedGoodsFlag Color SafetyStockLevel ReorderPoint ListPrice Size SizeRange Weight DaysToManufacture ProductLine DealerPrice Class Style ModelName LargePhoto EnglishDescription FrenchDescription ChineseDescription ArabicDescription HebrewDescription ThaiDescription GermanDescription JapaneseDescription TurkishDescription I1 StartDate EndDate Status DimProductCategory PK,I2 ProductCategoryKey I1 ProductCategoryAlternateKey EnglishProductCategoryName SpanishProductCategoryName FrenchProductCategoryName DimProductSubcategory PK,I2 ProductSubcategoryKey I1 ProductSubcategoryAlternateKey EnglishProductSubcategoryName SpanishProductSubcategoryName FrenchProductSubcategoryName FK1 ProductCategoryKey DimGeography PK,I1 GeographyKey City StateProvinceCode StateProvinceName CountryRegionCode EnglishCountryRegionName SpanishCountryRegionName FrenchCountryRegionName PostalCode FK1 SalesTerritoryKey IpAddressLocator DimSalesTerritory PK,I2 SalesTerritoryKey I1 SalesTerritoryAlternateKey SalesTerritoryRegion SalesTerritoryCountry SalesTerritoryGroup SalesTerritoryImage
  • 12. 11
  • 13. 12
  • 14. 13
  • 15. 14
  • 16. 15
  • 17. 16
  • 19. 18
  • 20. 19
  • 21. 20
  • 22. 21
  • 23. 22
  • 24. 23
  • 25. 24
  • 28. 27 Reports from MYSQL 5.7 Database
  • 29. 28 FactInternetSales PK,I1 SalesOrderNumber PK,I1 SalesOrderLineNumber FK6,U6 ProductKey FK3,U5 OrderDateKey FK4,U4 DueDateKey FK5,U1 ShipDateKey FK2,U3 CustomerKey U7 PromotionKey FK1,U2 CurrencyKey FK7 SalesTerritoryKey RevisionNumber OrderQuantity UnitPrice ExtendedAmount UnitPriceDiscountPct DiscountAmount ProductStandardCost TotalProductCost SalesAmount TaxAmt Freight CarrierTrackingNumber CustomerPONumber DimCurrency PK,I2 CurrencyKey I1 CurrencyAlternateKey CurrencyName DimDate PK,I2 DateKey I1 FullDateAlternateKey DayNumberOfWeek EnglishDayNameOfWeek SpanishDayNameOfWeek FrenchDayNameOfWeek DayNumberOfMonth DayNumberOfYear WeekNumberOfYear EnglishMonthName SpanishMonthName FrenchMonthName MonthNumberOfYear CalendarQuarter CalendarYear CalendarSemester FiscalQuarter FiscalYear FiscalSemester DimProduct PK,I2 ProductKey I1 ProductAlternateKey FK1,U1 ProductSubcategoryKey WeightUnitMeasureCode SizeUnitMeasureCode EnglishProductName SpanishProductName FrenchProductName StandardCost FinishedGoodsFlag Color SafetyStockLevel ReorderPoint ListPrice Size SizeRange Weight DaysToManufacture ProductLine DealerPrice Class Style ModelName LargePhoto EnglishDescription FrenchDescription ChineseDescription ArabicDescription HebrewDescription ThaiDescription GermanDescription JapaneseDescription TurkishDescription I1 StartDate EndDate Status DimCustomer PK,I2 CustomerKey FK1,U1 GeographyKey I1 CustomerAlternateKey Title FirstName MiddleName LastName NameStyle BirthDate MaritalStatus Suffix Gender EmailAddress YearlyIncome TotalChildren NumberChildrenAtHome EnglishEducation SpanishEducation FrenchEducation EnglishOccupation SpanishOccupation FrenchOccupation HouseOwnerFlag NumberCarsOwned AddressLine1 AddressLine2 Phone DateFirstPurchase CommuteDistance DimProductCategory PK,I2 ProductCategoryKey I1 ProductCategoryAlternateKey EnglishProductCategoryName SpanishProductCategoryName FrenchProductCategoryName DimProductSubcategory PK,I2 ProductSubcategoryKey I1 ProductSubcategoryAlternateKey EnglishProductSubcategoryName SpanishProductSubcategoryName FrenchProductSubcategoryName FK1 ProductCategoryKey DimSalesTerritory PK,I2 SalesTerritoryKey I1 SalesTerritoryAlternateKey SalesTerritoryRegion SalesTerritoryCountry SalesTerritoryGroup DimGeography PK,I1 GeographyKey City StateProvinceCode StateProvinceName CountryRegionCode EnglishCountryRegionName SpanishCountryRegionName FrenchCountryRegionName PostalCode FK1 SalesTerritoryKey 1 1 * 1 * * * * 1 1 1
  • 30. 29 Views Creation SQL Server These tables in SQL Server will be migrated to MYSQL Database Database Migration from SQL Server 2008R2 to MYSQL
  • 31. 30
  • 32. 31
  • 33. 32
  • 34. 33
  • 35. 34
  • 37. 36
  • 38. 37
  • 41. 40
  • 42. 41
  • 43. 42
  • 45. 44
  • 46. 45
  • 48. 47
  • 49. 48
  • 50. 49
  • 51. 50
  • 52. 51
  • 53. 52
  • 54. 53 Reports from Microsoft Access Database Via Postgres 9.4
  • 55. 54 film_category PK,FK2 film_id PK,FK1 category_id last_update customer PK customer_id I2 store_id first_name I3 last_name email FK1,I1 address_id activebool create_date last_update active inventory PK inventory_id FK1,I1 film_id I1 store_id last_update actor PK actor_id first_name I1 last_name last_update language PK language_id name last_update store PK store_id FK2,U1 manager_staff_id FK1 address_id last_update address PK address_id address address2 district FK1,I1 city_id postal_code phone last_update payment PK payment_id FK1,I1 customer_id FK3,I3 staff_id FK2,I2 rental_id amount payment_date film PK film_id I3 title description release_year FK1,I2 language_id rental_duration rental_rate length replacement_cost rating last_update special_features I1 fulltext rental PK rental_id U1 rental_date FK2,U1,I1 inventory_id FK1,U1 customer_id return_date FK3 staff_id last_update category PK category_id name last_update city PK city_id city FK1,I1 country_id last_update film_actor PK,FK1 actor_id PK,FK2,I1 film_id last_update staff PK staff_id first_name last_name FK1 address_id email store_id active username password last_update picture country PK country_id country last_update Postgres View Creation
  • 57. 56
  • 58. 57
  • 59. 58
  • 61. 60
  • 62. 61
  • 63. 62
  • 64. 63
  • 65. 64
  • 66. 65
  • 67. 66
  • 69. 68
  • 70. 69
  • 71. 70
  • 72. 71
  • 73. 72
  • 75. 74
  • 76. 75
  • 77. 76 SSAS 2014 Tabular Reports With SQL Anywhere 16
  • 78. 77 Customer PK CustomerID FK1 PersonID StoreID FK2,I1 TerritoryID U1 AccountNumber U2 rowguid ModifiedDate ProductCategory PK ProductCategoryID U1 Name U2 rowguid ModifiedDate CountryRegion PK CountryRegionCode U1 Name ModifiedDate ProductModel PK ProductModelID U1 Name CatalogDescription Instructions U2 rowguid ModifiedDate Product PK ProductID U1 Name U2 ProductNumber MakeFlag FinishedGoodsFlag Color SafetyStockLevel ReorderPoint StandardCost ListPrice Size SizeUnitMeasureCode WeightUnitMeasureCode Weight DaysToManufacture ProductLine Class Style FK2 ProductSubcategoryID FK1 ProductModelID SellStartDate SellEndDate DiscontinuedDate U3 rowguid ModifiedDate PersonCreditCard PK,FK1 BusinessEntityID PK,FK2 CreditCardID ModifiedDate Person PK,FK1 BusinessEntityID PersonType NameStyle Title I1 FirstName I1 MiddleName I1 LastName Suffix EmailPromotion AdditionalContactInfo Demographics U1 rowguid ModifiedDate Address PK AddressID U2 AddressLine1 U2 AddressLine2 U2 City FK1,I1,U2 StateProvinceID U2 PostalCode SpatialLocation U1 rowguid ModifiedDate SalesOrderDetail PK,FK1 SalesOrderID PK SalesOrderDetailID CarrierTrackingNumber OrderQty I1 ProductID SpecialOfferID UnitPrice UnitPriceDiscount LineTotal U1 rowguid ModifiedDate ProductSubcategory PK ProductSubcategoryID FK1 ProductCategoryID U1 Name U2 rowguid ModifiedDate CreditCard PK CreditCardID CardType U1 CardNumber ExpMonth ExpYear ModifiedDate AddressType PK AddressTypeID U1 Name U2 rowguid ModifiedDate SalesTerritory PK TerritoryID U1 Name FK1 CountryRegionCode Group SalesYTD SalesLastYear CostYTD CostLastYear U2 rowguid ModifiedDate StateProvince PK StateProvinceID U3 StateProvinceCode FK1,U3 CountryRegionCode IsOnlyStateProvinceFlag U1 Name FK2 TerritoryID U2 rowguid ModifiedDate SalesOrderHeader PK SalesOrderID RevisionNumber OrderDate DueDate ShipDate Status OnlineOrderFlag U2 SalesOrderNumber PurchaseOrderNumber AccountNumber FK4,I1 CustomerID I2 SalesPersonID FK5 TerritoryID FK1 BillToAddressID FK2 ShipToAddressID ShipMethodID FK3 CreditCardID CreditCardApprovalCode CurrencyRateID SubTotal TaxAmt Freight TotalDue Comment U1 rowguid ModifiedDate BusinessEntity PK BusinessEntityID U1 rowguid ModifiedDate Currency PK CurrencyCode U1 Name ModifiedDate BusinessEntityAddress PK,FK3 BusinessEntityID PK,FK1,I1 AddressID PK,FK2,I2 AddressTypeID U1 rowguid ModifiedDate View Creation
  • 79. 78
  • 80. 79 Data Import into SQL Server 2014 Due to problemswithSQLAnywhere Clientduringthe creationof TabularModel,the Adventure Works data fromSybase SQL Anywhere wasimported intoSQLServer2014 Database
  • 81. 80
  • 82. 81
  • 83. 82
  • 84. 83
  • 85. 84
  • 87. 86
  • 88. 87
  • 89. 88
  • 90. 89
  • 91. 90
  • 92. 91
  • 93. 92
  • 95. 94
  • 96. 95
  • 97. 96
  • 98. 97
  • 99. 98
  • 100. 99
  • 102. 101
  • 105. 104
  • 106. 105
  • 108. 107
  • 111. 110 GO_CRDT_METHOD PK,I1 CRDT_METHOD_CODE PK,I1 CRDT_METHOD_LANGUAGE CRDT_METHOD CUST_ORDER_DETAIL PK,I1 CUST_ORDER_DETAIL_CODE FK1 CUST_ORDER_NUMBER CUST_PROMOTION_CODE CUST_QUANTITY CUST_SHIP_DATE CUST_UNIT_PRICE CUST_UNIT_SALE_PRICE FK2 PRODUCT_NUMBER UNIT_COST CUST_CUSTOMER PK,I1 CUST_CODE CUST_ADDRESS1 CUST_ADDRESS1_MB CUST_ADDRESS2 CUST_ADDRESS2_MB CUST_AGE CUST_CITY CUST_CITY_MB FK1 CUST_COUNTRY_CODE CUST_EMAIL CUST_FIRST_NAME CUST_FIRST_NAME_MB CUST_INFO CUST_LAST_NAME CUST_LAST_NAME_MB CUST_PHONE_NUMBER CUST_POSTAL_ZONE CUST_PROFESSION_CODE CUST_PROV_STATE CUST_PROV_STATE_CODE CUST_PROV_STATE_MB GENDER_CODE MARITAL_STATUS_CODE ORDER_METHOD PK,I1 ORDER_METHOD_CODE ORDER_METHOD_CS ORDER_METHOD_DA U3 ORDER_METHOD_DE ORDER_METHOD_EL U1 ORDER_METHOD_EN ORDER_METHOD_ES ORDER_METHOD_FI U2 ORDER_METHOD_FR ORDER_METHOD_HU ORDER_METHOD_ID ORDER_METHOD_IT U4 ORDER_METHOD_JA ORDER_METHOD_KO ORDER_METHOD_MS ORDER_METHOD_NL ORDER_METHOD_NO ORDER_METHOD_PL ORDER_METHOD_PT ORDER_METHOD_RU ORDER_METHOD_SC ORDER_METHOD_SV ORDER_METHOD_TC ORDER_METHOD_TH BRANCH PK,I1 BRANCH_CODE ADDRESS1 ADDRESS1_MB ADDRESS2 ADDRESS2_MB U1 CITY U3 CITY_MB FK1,U2 COUNTRY_CODE ORGANIZATION_CODE POSTAL_ZONE PROV_STATE PROV_STATE_MB WAREHOUSE_BRANCH_CODE PRODUCT_SIZE_LOOKUP PK,I1 PRODUCT_SIZE_CODE PRODUCT_SIZE_CS PRODUCT_SIZE_DA PRODUCT_SIZE_DE PRODUCT_SIZE_EL PRODUCT_SIZE_EN PRODUCT_SIZE_ES PRODUCT_SIZE_FI PRODUCT_SIZE_FR PRODUCT_SIZE_HU PRODUCT_SIZE_ID PRODUCT_SIZE_IT PRODUCT_SIZE_JA PRODUCT_SIZE_KO PRODUCT_SIZE_MS PRODUCT_SIZE_NL PRODUCT_SIZE_NO PRODUCT_SIZE_PL PRODUCT_SIZE_PT PRODUCT_SIZE_RU PRODUCT_SIZE_SC PRODUCT_SIZE_SV PRODUCT_SIZE_TC PRODUCT_SIZE_TH PRODUCT_COLOR_LOOKUP PK,I1 PRODUCT_COLOR_CODE PRODUCT_COLOR_CS PRODUCT_COLOR_DA PRODUCT_COLOR_DE PRODUCT_COLOR_EL PRODUCT_COLOR_EN PRODUCT_COLOR_ES PRODUCT_COLOR_FI PRODUCT_COLOR_FR PRODUCT_COLOR_HU PRODUCT_COLOR_ID PRODUCT_COLOR_IT PRODUCT_COLOR_JA PRODUCT_COLOR_KO PRODUCT_COLOR_MS PRODUCT_COLOR_NL PRODUCT_COLOR_NO PRODUCT_COLOR_PL PRODUCT_COLOR_PT PRODUCT_COLOR_RU PRODUCT_COLOR_SC PRODUCT_COLOR_SV PRODUCT_COLOR_TC PRODUCT_COLOR_TH CUST_ORDER_HEADER PK,I1 CUST_ORDER_NUMBER CRDT_METHOD_CODE FK1 CUST_CC_ID FK2 CUST_CODE CUST_ORDER_DATE CUST_ORDER_STATUS_CODE CUST_SALES_TAX CUST_SHIP_COST CUST_SUBTOTAL CUST_TOTAL CUST_TOTAL_QUANTITY CUST_UNIQUE_ITEMS FK3 ORDER_METHOD_CODE PRODUCT_BRAND PK,I1 PRODUCT_BRAND_CODE PRODUCT_BRAND_CS PRODUCT_BRAND_DA PRODUCT_BRAND_DE PRODUCT_BRAND_EL PRODUCT_BRAND_EN PRODUCT_BRAND_ES PRODUCT_BRAND_FI PRODUCT_BRAND_FR PRODUCT_BRAND_HU PRODUCT_BRAND_ID PRODUCT_BRAND_IT PRODUCT_BRAND_JA PRODUCT_BRAND_KO PRODUCT_BRAND_MS PRODUCT_BRAND_NL PRODUCT_BRAND_NO PRODUCT_BRAND_PL PRODUCT_BRAND_PT PRODUCT_BRAND_RU PRODUCT_BRAND_SC PRODUCT_BRAND_SV PRODUCT_BRAND_TC PRODUCT_BRAND_TH ORDER_DETAILS PK,I1 ORDER_DETAIL_CODE FK2 ORDER_NUMBER FK1 PRODUCT_NUMBER PROMOTION_CODE QUANTITY SHIP_DATE UNIT_COST UNIT_PRICE UNIT_SALE_PRICE CURRENCY_LOOKUP PK,FK1,I1 COUNTRY_CODE CURRENCY_CS CURRENCY_DA CURRENCY_DE CURRENCY_EL CURRENCY_EN CURRENCY_ES CURRENCY_FI CURRENCY_FR CURRENCY_HU CURRENCY_ID CURRENCY_IT CURRENCY_JA CURRENCY_KO CURRENCY_MS CURRENCY_NL CURRENCY_NO CURRENCY_PL CURRENCY_PT CURRENCY_RU CURRENCY_SC CURRENCY_SV CURRENCY_TC CURRENCY_TH COUNTRY PK,I1 COUNTRY_CODE COUNTRY_CS COUNTRY_DA COUNTRY_DE COUNTRY_EL COUNTRY_EN COUNTRY_ES COUNTRY_FI COUNTRY_FR COUNTRY_HU COUNTRY_ID COUNTRY_IT COUNTRY_JA COUNTRY_KO COUNTRY_MS COUNTRY_NL COUNTRY_NO COUNTRY_PL COUNTRY_PT COUNTRY_RU COUNTRY_SC COUNTRY_SV COUNTRY_TC COUNTRY_TH EURO_IN_USE_SINCE FLAG_IMAGE ISO_THREE_DIGIT_CODE ISO_THREE_LETTER_CODE ISO_TWO_LETTER_CODE FK1 SALES_REGION_CODE ORDER_HEADER PK,I1 ORDER_NUMBER ORDER_CLOSE_DATE ORDER_DATE FK1 ORDER_METHOD_CODE RETAILER_CONTACT_CODE RETAILER_NAME RETAILER_NAME_MB RETAILER_SITE_CODE FK2 SALES_BRANCH_CODE SALES_STAFF_CODE CUST_COUNTRY PK,I1 COUNTRY_CODE COUNTRY_CS COUNTRY_DA COUNTRY_DE COUNTRY_EL COUNTRY_EN COUNTRY_ES COUNTRY_FI COUNTRY_FR COUNTRY_HU COUNTRY_ID COUNTRY_IT COUNTRY_JA COUNTRY_KO COUNTRY_MS COUNTRY_NL COUNTRY_NO COUNTRY_PL COUNTRY_PT COUNTRY_RU COUNTRY_SC COUNTRY_SV COUNTRY_TC COUNTRY_TH EURO_IN_USE_SINCE FLAG_IMAGE ISO_THREE_DIGIT_CODE ISO_THREE_LETTER_CODE ISO_TWO_LETTER_CODE SALES_REGION_CODE CUST_ORDER_STATUS PK,I1 CUST_ORDER_STATUS_CODE PK,I1 CUST_ORDER_STATUS_LANGUAGE CUST_ORDER_STATUS CUST_CRDT_CARD PK,I1 CUST_CC_ID CRDT_METHOD_CODE CUST_CC_EXP_DATE CUST_CC_NUMBER CUST_CC_SERV_CODE FK1 CUST_CODE SALES_REGION PK,I1 SALES_REGION_CODE SALES_REGION_CS SALES_REGION_DA SALES_REGION_DE SALES_REGION_EL SALES_REGION_EN SALES_REGION_ES SALES_REGION_FI SALES_REGION_FR SALES_REGION_HU SALES_REGION_ID SALES_REGION_IT SALES_REGION_JA SALES_REGION_KO SALES_REGION_MS SALES_REGION_NL SALES_REGION_NO SALES_REGION_PL SALES_REGION_PT SALES_REGION_RU SALES_REGION_SC SALES_REGION_SV SALES_REGION_TC SALES_REGION_TH CUST_PROFESSION PK,I1 CUST_PROFESSION_CODE PK,I1 CUST_PROFESSION_LANGUAGE CUST_PROFESSION CUST_MARITAL_STATUS PK,I1 MARITAL_STATUS_CODE PK,I1 MARITAL_STATUS_LANGUAGE MARITAL_STATUS CUST_CRDT_CHECK PK,FK1,I1 CUST_CODE CUST_CRDT_SCORE CUST_SSN PRODUCT_TYPE PK,I1 PRODUCT_TYPE_CODE U1 PRODUCT_LINE_CODE PRODUCT_TYPE_CS PRODUCT_TYPE_DA U4 PRODUCT_TYPE_DE PRODUCT_TYPE_EL U2 PRODUCT_TYPE_EN PRODUCT_TYPE_ES PRODUCT_TYPE_FI U3 PRODUCT_TYPE_FR PRODUCT_TYPE_HU PRODUCT_TYPE_ID PRODUCT_TYPE_IT U5 PRODUCT_TYPE_JA PRODUCT_TYPE_KO PRODUCT_TYPE_MS PRODUCT_TYPE_NL PRODUCT_TYPE_NO PRODUCT_TYPE_PL PRODUCT_TYPE_PT PRODUCT_TYPE_RU PRODUCT_TYPE_SC PRODUCT_TYPE_SV PRODUCT_TYPE_TC PRODUCT_TYPE_TH PRODUCT_NAME_LOOKUP PK,I1 PRODUCT_LANGUAGE PK,FK1,I1 PRODUCT_NUMBER PRODUCT_DESCRIPTION U1 PRODUCT_NAME PRODUCT PK,I1 PRODUCT_NUMBER BASE_PRODUCT_NUMBER DISCONTINUED_DATE GROSS_MARGIN INTRODUCTION_DATE PRODUCTION_COST FK1 PRODUCT_BRAND_CODE FK2 PRODUCT_COLOR_CODE PRODUCT_IMAGE FK3 PRODUCT_SIZE_CODE FK4 PRODUCT_TYPE_CODE Data Extraction
  • 112. 111
  • 113. 112
  • 114. 113 DB2 Via Linked Server SQL Server Results Abbreviated
  • 115. 114
  • 117. 116
  • 118. 117
  • 119. 118
  • 121. 120
  • 123. 122
  • 124. 123
  • 126. 125
  • 128. 127
  • 129. 128
  • 131. 130
  • 132. 131
  • 133. 132
  • 134. 133
  • 135. 134
  • 136. 135