SlideShare a Scribd company logo
BI APPS Reports2
SAP Business Objects & Oracle
OBIEE
BY
Sunny OKoro
1
Contents
Applications...................................................................................................................................................3
Database Systems.........................................................................................................................................8
SAP Business Objects ....................................................................................................................................9
Universe Creation Relational Database ..................................................................................................26
Web Intelligence.....................................................................................................................................77
Crystal Reports Enterprise and Business Objects ...................................................................................80
SAP Business Objects Explorer..............................................................................................................102
SAP Business Objects Analysis OLAP.....................................................................................................112
Universe Creation Microsoft SSAS........................................................................................................121
Reports Processing and Scheduling ......................................................................................................136
Oracle OBIEE .............................................................................................................................................152
Installation & Configuration..................................................................................................................154
OBIEE Administration............................................................................................................................166
Sample Reports.....................................................................................................................................169
2
3
Applications
Microsoft Visual Studio 2010 /2008
Oracle SQL Developer
Microsoft Visio Professional 2010
4
Microsoft Excel 2010
SAP Information Design Tool
5
SAP Web Intelligence Rich Client
6
Business Intelligence Applications
Oracle Business Intelligence Enterprise Edition
SAP Crystal Reports For Enterprise
7
SAP Business Objects BI Platform 4.0
Microsoft SSAS 2008
8
Database Systems
Microsoft SQL Server 2012 /2008R2
Oracle 11GR2
9
SAP Business Objects
10
11
12
13
14
15
16
17
Results Abbreviated
18
19
20
21
Adding Subtotals
22
23
24
25
26
Universe Creation Relational Database
27
28
29
30
31
DateDim
PK,I1 DateKey
FullDateAlternateKey
DayNumberOfWeek
EnglishDayNameOfWeek
SpanishDayNameOfWeek
FrenchDayNameOfWeek
DayNumberOfMonth
DayNumberOfYear
WeekNumberOfYear
EnglishMonthName
SpanishMonthName
FrenchMonthName
MonthNumberOfYear
CalendarQuarter
CalendarYear
CalendarSemester
FiscalQuarter
FiscalYear
FiscalSemester
currencyDim
PK,I1 CurrencyKey
CurrencyAlternateKey
CurrencyName
CustomerDim
PK,I1 CustomerKey
GeographyKey
CustomerAlternateKey
Title
FirstName
MiddleName
LastName
NameStyle
BirthDate
MaritalStatus
Suffix
Gender
YearlyIncome
TotalChildren
NumberChildrenAtHome
Education
Occupation
HouseOwnerFlag
NumberCarsOwned
CommuteDistance
City
StateProvinceCode
StateProvinceName
CountryRegionCode
CountryRegionName
FK1 SalesTerritoryKey
SalesTerritoryDim
PK,I1 SalesTerritoryKey
SalesTerritoryAlternateKey
SalesTerritoryRegion
SalesTerritoryCountry
SalesTerritoryGroup
productsubcategorydim
PK,I1 ProductSubcategoryKey
ProductSubcategoryAlternateKey
EnglishProductSubcategoryName
FK1 ProductCategoryKey
ProductCategoryDim
PK,I1 ProductCategoryKey
ProductCategoryAlternateKey
EnglishProductCategoryName
SalesFact
PK,I1 SalesOrderNumber
PK,I1 SalesOrderLineNumber
FK5 ProductKey
FK3 OrderDateKey
FK4 DueDateKey
FK7 ShipDateKey
FK2 CustomerKey
FK1 CurrencyKey
FK6 SalesTerritoryKey
RevisionNumber
OrderQuantity
UnitPrice
ExtendedAmount
ProductStandardCost
TotalProductCost
SalesAmount
TaxAmt
Freight
OrderDate
DueDate
ShipDate
ProductDim
PK,I1 ProductKey
ProductAlternateKey
FK1 ProductSubcategoryKey
WeightUnitMeasureCode
SizeUnitMeasureCode
EnglishProductName
SpanishProductName
FrenchProductName
StandardCost
FinishedGoodsFlag
Color
SafetyStockLevel
ReorderPoint
ListPrice
Size
SizeRange
Weight
DaysToManufacture
ProductLine
DealerPrice
Class
Style
ModelName
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Before the universe is published make sure that the connection is published to the repository and
replaced the local connection with published connection.
46
47
48
49
50
51
Results Abbreviated
52
53
54
55
56
57
58
59
60
61
62
63
64
REVISIONS
65
66
67
68
DateDim
PK,I1 DateKey
FullDateAlternateKey
DayNumberOfWeek
EnglishDayNameOfWeek
SpanishDayNameOfWeek
FrenchDayNameOfWeek
DayNumberOfMonth
DayNumberOfYear
WeekNumberOfYear
EnglishMonthName
SpanishMonthName
FrenchMonthName
MonthNumberOfYear
CalendarQuarter
CalendarYear
CalendarSemester
FiscalQuarter
FiscalYear
FiscalSemester
currencyDim
PK,I1 CurrencyKey
CurrencyAlternateKey
CurrencyName
CustomerDim
PK,I1 CustomerKey
GeographyKey
CustomerAlternateKey
Title
FirstName
MiddleName
LastName
NameStyle
BirthDate
MaritalStatus
Suffix
Gender
YearlyIncome
TotalChildren
NumberChildrenAtHome
Education
Occupation
HouseOwnerFlag
NumberCarsOwned
CommuteDistance
City
StateProvinceCode
StateProvinceName
CountryRegionCode
CountryRegionName
FK1 SalesTerritoryKey
SalesTerritoryDim
PK,I1 SalesTerritoryKey
SalesTerritoryAlternateKey
SalesTerritoryRegion
SalesTerritoryCountry
SalesTerritoryGroup
productsubcategorydim
PK,I2,I1 ProductSubcategoryKey
PK,FK1,I1 ProductCategoryKey
ProductSubcategoryAlternateKey
EnglishProductSubcategoryName
ProductCategoryDim
PK,I1 ProductCategoryKey
ProductCategoryAlternateKey
EnglishProductCategoryName
SalesFact
FK6 ProductKey
FK4 OrderDateKey
FK3 DueDateKey
FK5 ShipDateKey
FK2 CustomerKey
FK1 CurrencyKey
FK7 SalesTerritoryKey
SalesOrderNumber
SalesOrderLineNumber
OrderQuantity
UnitPrice
ExtendedAmount
ProductStandardCost
TotalProductCost
SalesAmount
TaxAmt
Freight
OrderDate
DueDate
ShipDate
DateKey
FullDateAlternateKey
DayNumberOfWeek
EnglishDayNameOfWeek
SpanishDayNameOfWeek
FrenchDayNameOfWeek
DayNumberOfMonth
DayNumberOfYear
WeekNumberOfYear
EnglishMonthName
SpanishMonthName
FrenchMonthName
MonthNumberOfYear
CalendarQuarter
CalendarYear
CalendarSemester
FiscalQuarter
FiscalYear
FiscalSemester
CarrierTrackingNumber
CustomerPONumber
ProductDim
PK,I1 ProductKey
ProductAlternateKey
FK1 ProductSubcategoryKey
WeightUnitMeasureCode
SizeUnitMeasureCode
EnglishProductName
SpanishProductName
FrenchProductName
StandardCost
FinishedGoodsFlag
Color
SafetyStockLevel
ReorderPoint
ListPrice
Size
SizeRange
Weight
DaysToManufacture
ProductLine
DealerPrice
Class
Style
ModelName
69
I decided to include all the date attributes associated with Fact Sales table in the same Fact sales table to
make it easier to process the data without getting error message whenever reports are executed. On
the business layer, I deleted the Date Dim and recreated a new Date Dim not associated with Date Dim
table. Then I add the dimensions of the Date Dim by dragging the attributes from Fact Sales table and
deleted any other date dimensions on the Fact Sales table on the business layer.
70
71
Additional measures were included including Tax and Freight.
72
73
74
75
76
77
Web Intelligence
78
79
80
Crystal Reports Enterprise and Business Objects
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
SAP Business Objects Explorer
103
104
105
106
107
108
109
110
111
112
SAP Business Objects Analysis OLAP
113
The SSAS http site makes SSAS accessible via internet.
114
115
116
117
118
119
Exported to Excel
120
121
Universe Creation Microsoft SSAS
122
123
124
125
126
127
With MS SSAS Data Foundation is not needed.
128
129
130
131
132
133
134
135
136
Reports Processing and Scheduling
137
138
139
140
Results Abbreviated
141
Results Abbreviated
142
143
144
145
146
147
148
149
150
151
152
Oracle OBIEE
153
154
Installation & Configuration
Java Home and the environment variable for java home have to be implemented for a successful
deployment.
155
Oracle Repository Creation Utility will be utilized to create the necessary tablespace and schema including the database
objects for the Oracle OBIEE. The Microsoft loopback adapter is used to create the static IP address since OBIEE will
throw an error during installation if a dynamic IP address is used for both the database and OBIEE installations. The
loopback adapter is also utilized by other database like DB2, Sybase ASE and SQL Server depending on the
configurations which makes it easier for applications like SQL Developer to connect too. Only the Metadata and
Business intelligence platform are need for OBIEE. Windows server or any server OS is the best option for installing
OBIEE due to performance related issues during installation and configuration.
Verification
156
Installation
Enterprise install option will install both the Oracle Weblogic and OBIEE application and the software only
install option will install the OBIEE application which can be manually deploy the application. For that option
an existing Oracle Weblogic needs to be preinstalled first for that option to work.
157
Note: Oracle OBIEE has many installation options which depend on the Operating Systems
configurations, Weblogic and java versions even for development based systems. Weblogic can be
installed first and later OBIEE in the same folder with web logic. Then OBIEE is manually deployed or set
up to use the weblogic.
158
159
160
161
162
163
Oracle BI Publisher Desktop, Oracle Business Intelligence Enterprise Edition Client and Applications have
to be installed following a successful installation.
164
DBA Task
Due to high memory usage by business intelligence applications like OBIEE, the default memory
size has to be increased to increase performance using Oracle Enterprise Manager 11g or SQL
Developer as illustrated below for each tablespace including the temporary tablespace.
165
166
OBIEE Administration
In the following task, I would set up the JDBC connections for database systems for Oracle, Microsoft SQL
Server 2008 and 2012 and IBM DB2.
167
168
169
Sample Reports
For this demonstration, on the first part I would utilized the OBIEE sample provided to create simple
reports and on the second part, SQL Server AdventureWorksDW 2008 would be utilized to create the
repository which would be deployed into the server for reports development.
Sales Reports
170
171
Results Abbreviated
Adding sections to the reports allowing end user to print sections of report relating to their interest
172
Results Abbreviated
173
Results Abbreviated
174
Formatting the report
175
176
Results Abbreviated
177
Results Abbreviated
178
Results Abbreviated
179
180
Results Abbreviated
181
182
183
184
185
186
Results Abbreviated
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210

More Related Content

What's hot (20)

PPTX
OFC418 Advanced MOSS Administration
Chandima Kulathilake
 
PDF
Moss 2007 Backup Strategies
LiquidHub
 
PPTX
Best Practice SharePoint Architecture
Michael Noel
 
DOC
Simple Farm Server Deployment
LiquidHub
 
PDF
SafePeak - Poria hospital case study
Vladi Vexler
 
DOC
Pre Install Databases
LiquidHub
 
PDF
Dell PowerEdge R920 running Oracle Database: Benefits of upgrading with NVMe ...
Principled Technologies
 
PDF
Esm migrate to_corre_6.0c
Protect724v3
 
PDF
Athena java dev guide
dvdung
 
PDF
How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003
LiquidHub
 
PDF
Automatic upgrade and new error logging in my sql 8.0 oct
Ståle Deraas
 
PPTX
Exadata
vkv_vkv
 
PPTX
Tech Ed Africa Demystifying Backup Restore In Share Point 2007
Joel Oleson
 
PDF
Oracle ebs r12_architecture
srinivas sunkara
 
PDF
White Paper Dell Reference Configuration Deploying Microsoft ...
webhostingguy
 
PDF
oda-x5-2-DATA SHEET
Daryll Whyte
 
PPTX
SharePoint Disaster Recovery with SQL AlwaysOn
Zeddy Iskandar
 
PDF
ArcSight Connector Appliance v6.1 Release Notes
Protect724tk
 
DOCX
Velmurugan_AnnamalaiSrademantrasdb
Annamalai Velmurugan
 
OFC418 Advanced MOSS Administration
Chandima Kulathilake
 
Moss 2007 Backup Strategies
LiquidHub
 
Best Practice SharePoint Architecture
Michael Noel
 
Simple Farm Server Deployment
LiquidHub
 
SafePeak - Poria hospital case study
Vladi Vexler
 
Pre Install Databases
LiquidHub
 
Dell PowerEdge R920 running Oracle Database: Benefits of upgrading with NVMe ...
Principled Technologies
 
Esm migrate to_corre_6.0c
Protect724v3
 
Athena java dev guide
dvdung
 
How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003
LiquidHub
 
Automatic upgrade and new error logging in my sql 8.0 oct
Ståle Deraas
 
Exadata
vkv_vkv
 
Tech Ed Africa Demystifying Backup Restore In Share Point 2007
Joel Oleson
 
Oracle ebs r12_architecture
srinivas sunkara
 
White Paper Dell Reference Configuration Deploying Microsoft ...
webhostingguy
 
oda-x5-2-DATA SHEET
Daryll Whyte
 
SharePoint Disaster Recovery with SQL AlwaysOn
Zeddy Iskandar
 
ArcSight Connector Appliance v6.1 Release Notes
Protect724tk
 
Velmurugan_AnnamalaiSrademantrasdb
Annamalai Velmurugan
 

Viewers also liked (20)

PDF
General caballeros y damas 10 km
ACAM ATLETISMO
 
PPS
Mung ngay 2011
Điền Thanh
 
PDF
Vietnam bus1
Thanik Khachonkittisakul
 
PDF
ordenamiento
Pablo Chipana
 
PPTX
House style - Ashley Tonks
nctcmedia12
 
PPTX
autism
cee_dee14
 
PDF
11. obesity in children from sonora
Erwin Chiquete, MD, PhD
 
PDF
Informe general
kode99
 
PDF
Spontaneous intracerebral hemorrhage in Mexico: results from a Multicenter Na...
Erwin Chiquete, MD, PhD
 
PPTX
具体例をいくつ観察すれば見たい対象の全体について理解出来るか
Toshiyuki Shimono
 
PDF
Delta pen - Special limited edition
samatrone
 
PPT
One Step Away
Shayne Isok
 
PPT
Marketing Management
Nazish Verteji
 
PDF
Giao trinh php 2009 vo duy tuan - final
hieusy
 
PPTX
Thank you 2015
Joanna khoury
 
PDF
Kontrak transaksi perkuliahan1314
Mukhamad Fathoni
 
DOCX
Rubric
bossey12
 
PPT
Project bio
gmata1
 
PPT
Asteroïde
r0308651
 
PDF
Jx webinar csr-materiality-brand-v1-condensed
Adam Garfunkel
 
General caballeros y damas 10 km
ACAM ATLETISMO
 
Mung ngay 2011
Điền Thanh
 
ordenamiento
Pablo Chipana
 
House style - Ashley Tonks
nctcmedia12
 
autism
cee_dee14
 
11. obesity in children from sonora
Erwin Chiquete, MD, PhD
 
Informe general
kode99
 
Spontaneous intracerebral hemorrhage in Mexico: results from a Multicenter Na...
Erwin Chiquete, MD, PhD
 
具体例をいくつ観察すれば見たい対象の全体について理解出来るか
Toshiyuki Shimono
 
Delta pen - Special limited edition
samatrone
 
One Step Away
Shayne Isok
 
Marketing Management
Nazish Verteji
 
Giao trinh php 2009 vo duy tuan - final
hieusy
 
Thank you 2015
Joanna khoury
 
Kontrak transaksi perkuliahan1314
Mukhamad Fathoni
 
Rubric
bossey12
 
Project bio
gmata1
 
Asteroïde
r0308651
 
Jx webinar csr-materiality-brand-v1-condensed
Adam Garfunkel
 
Ad

Similar to BI Apps Reports2- Oracle OBIEE & SAP Business Objects (20)

DOC
Sql Azure Database whitepaper r01
Ismail Muhammad
 
PDF
Oracle Enterprise Manager 12c - OEM12c Presentation
Francisco Alvarez
 
PPTX
Exploring Microsoft Azure Infrastructures
CCG
 
PDF
Tx2014 Feature and Highlights
Heath Turner
 
PPTX
Stretch Database
SolidQ
 
PDF
Dell open manage essentials install
Svetlana Kachintseva
 
PDF
New Mysql Embedded Guide Wp Nov2012
hybris2000
 
PPTX
Sql Azure Pass
sqlserver.co.il
 
PPTX
Sql Azure Pass
sqlserver.co.il
 
PDF
Dell PowerEdge R920 and Microsoft SQL Server 2014 Migration and Benefits Guide
Principled Technologies
 
PDF
SQL Server Integration Services with Oracle Database 10g
Leidy Alexandra
 
DOCX
DBA, LEVEL III TTLM Monitoring and Administering Database.docx
seifusisay06
 
PDF
Sharepoint 2007 Install Best Practice Phase 1
LiquidHub
 
PDF
Optimiser votre infrastructure SQL Server avec Azure
Swiss Data Forum Swiss Data Forum
 
PDF
Ocs F5 Bigip Bestpractices
Thiago Gutierri
 
PPTX
Azure Data Factory ETL Patterns in the Cloud
Mark Kromer
 
PDF
Big Data Engineering for Machine Learning
Vasu S
 
PPTX
Azure SQL DB Managed Instances Built to easily modernize application data layer
Microsoft Tech Community
 
PDF
How to Win When Migrating to Azure
Kellyn Pot'Vin-Gorman
 
DOCX
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
Sunny U Okoro
 
Sql Azure Database whitepaper r01
Ismail Muhammad
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Francisco Alvarez
 
Exploring Microsoft Azure Infrastructures
CCG
 
Tx2014 Feature and Highlights
Heath Turner
 
Stretch Database
SolidQ
 
Dell open manage essentials install
Svetlana Kachintseva
 
New Mysql Embedded Guide Wp Nov2012
hybris2000
 
Sql Azure Pass
sqlserver.co.il
 
Sql Azure Pass
sqlserver.co.il
 
Dell PowerEdge R920 and Microsoft SQL Server 2014 Migration and Benefits Guide
Principled Technologies
 
SQL Server Integration Services with Oracle Database 10g
Leidy Alexandra
 
DBA, LEVEL III TTLM Monitoring and Administering Database.docx
seifusisay06
 
Sharepoint 2007 Install Best Practice Phase 1
LiquidHub
 
Optimiser votre infrastructure SQL Server avec Azure
Swiss Data Forum Swiss Data Forum
 
Ocs F5 Bigip Bestpractices
Thiago Gutierri
 
Azure Data Factory ETL Patterns in the Cloud
Mark Kromer
 
Big Data Engineering for Machine Learning
Vasu S
 
Azure SQL DB Managed Instances Built to easily modernize application data layer
Microsoft Tech Community
 
How to Win When Migrating to Azure
Kellyn Pot'Vin-Gorman
 
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
Sunny U Okoro
 
Ad

More from Sunny U Okoro (20)

DOCX
SQL Server and SSAS
Sunny U Okoro
 
DOCX
BI Apps Reports 5 QlikSense Desktop
Sunny U Okoro
 
DOCX
MS SSAS 2008 & MDX Reports
Sunny U Okoro
 
DOCX
DBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & Sybase
Sunny U Okoro
 
DOCX
Database Migration
Sunny U Okoro
 
DOCX
Cognos Express
Sunny U Okoro
 
DOCX
BI Apps ETL 4- Informatica PowerCenter Express
Sunny U Okoro
 
DOCX
Oracle ODI
Sunny U Okoro
 
DOCX
BI Apps Reports 4 Cognos BI and Crystal Reports
Sunny U Okoro
 
DOCX
Tableau Reports and Oracle OBIEE
Sunny U Okoro
 
DOCX
DB 3 Sybase ASE 15 & MS SQL Server
Sunny U Okoro
 
DOCX
MS SSAS 2012 & MDX
Sunny U Okoro
 
DOCX
Advanced ETL2 Pentaho
Sunny U Okoro
 
DOCX
MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012
Sunny U Okoro
 
DOCX
BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional
Sunny U Okoro
 
DOCX
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Sunny U Okoro
 
DOCX
Advanced ETL MS SSIS 2012 & Talend
Sunny U Okoro
 
DOCX
DB Security Oracle 11g-Application Context, Dynamic Views & Aduits
Sunny U Okoro
 
DOCX
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
Sunny U Okoro
 
DOCX
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
Sunny U Okoro
 
SQL Server and SSAS
Sunny U Okoro
 
BI Apps Reports 5 QlikSense Desktop
Sunny U Okoro
 
MS SSAS 2008 & MDX Reports
Sunny U Okoro
 
DBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & Sybase
Sunny U Okoro
 
Database Migration
Sunny U Okoro
 
Cognos Express
Sunny U Okoro
 
BI Apps ETL 4- Informatica PowerCenter Express
Sunny U Okoro
 
Oracle ODI
Sunny U Okoro
 
BI Apps Reports 4 Cognos BI and Crystal Reports
Sunny U Okoro
 
Tableau Reports and Oracle OBIEE
Sunny U Okoro
 
DB 3 Sybase ASE 15 & MS SQL Server
Sunny U Okoro
 
MS SSAS 2012 & MDX
Sunny U Okoro
 
Advanced ETL2 Pentaho
Sunny U Okoro
 
MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012
Sunny U Okoro
 
BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional
Sunny U Okoro
 
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Sunny U Okoro
 
Advanced ETL MS SSIS 2012 & Talend
Sunny U Okoro
 
DB Security Oracle 11g-Application Context, Dynamic Views & Aduits
Sunny U Okoro
 
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
Sunny U Okoro
 
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
Sunny U Okoro
 

Recently uploaded (20)

PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PPTX
Designing Production-Ready AI Agents
Kunal Rai
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PDF
July Patch Tuesday
Ivanti
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
Advancing WebDriver BiDi support in WebKit
Igalia
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
Designing Production-Ready AI Agents
Kunal Rai
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
July Patch Tuesday
Ivanti
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Advancing WebDriver BiDi support in WebKit
Igalia
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 

BI Apps Reports2- Oracle OBIEE & SAP Business Objects