SlideShare a Scribd company logo
1 of 14
Download to read offline
Web Intelligence




                         Obily B W
                         SAPANDME.BLOGSPOT.COM
                                SAP Business Objects 4.0 SP02


sapandme.blogspot.com
WEB INTELLIGENCE – TUTORIAL 7


Beginners guide to Web Intelligence


       1. Introduction to Web Intelligence

       2. Documents and Queries

       3. Data Restrictions

       4. Creating Web Intelligence Reports

       5. Enhancing and Formatting Reports

       6. Formulas and Variables

       7. Synchronizing multiple Sources

       8. Analyzing Data and Managing Reports




Obily B W

                                                             SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7


Analyzing Data using WebI


Drilling
For this your account needs to have proper authorization to create document
using drill mode. Check the screen shots below;




Obily B W

                                                               SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7


With scope level none          with scope level two




We can take snapshot of the drilled down block for further analysis




The snapshot will be copied to another report panel within the document.
During drilling a new toolbar will appear at the top of the document




Obily B W

                                                                 SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7




If the report contains aggregate measures calculated at the database level, one
can use Query drill option. On activation Query drill drills by modifying the
underlying query, by adding or removing dimensions, filters etc. Query drill will
reduce the amount of data that WebI stores locally during usual drill function.




Obily B W

                                                                  SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7


Sharing Documents
To make the document visible to others, one option is to save the same in “Public
Folders”, or save the reports in excel or pdf formats and distribute the same or
distribute directly in “.wid” format.




Combined Queries
If we want an intersection value of two queries as the result, we move for
combined queries. Like, if we need all the products list that doesn’t had any
special promotions and the database only had flag towards promoted products;




In this case we need to move with combined queries as below;
Obily B W

                                                                 SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7


First query, with no filters will show all the values;




Second query showing only products with special promotions;




So the resulted report after combining these two queries should have 203
instances. And the combination here should be a “minus” (others are
intersections and union)




Obily B W

                                                               SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7


Combined queries should be from same universe; exactly same objects must be
used in the queries. Only objects created in the first query will be displayed in the
block. For returning unique rows, change the query properties.




Sub Queries
This is used when the results of a query is depended on results of an inner query.
Inner query will be processed first and then the results are passed to Main query.
Check the example shown below.
We need to find all the stores that draw more revenue than a particular store (A)
in the country.
For that first we need to know the revenue of the store A.




Obily B W

                                                                    SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7




Obily B W

                            SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7


Using Functions
Some function details…

RIGHT()          Extract given number of characters from right
REPLACE()        Replace specific string with another one
LEFT()           Extract given number of characters from left
SUBSTR()         It uses variable length and position to extract a string within
                 another string
LENGTH()         Find length of a string
POS()            Find the position of a character in a string


Some examples…
   1) =NAME OF([YEAR])+”-“+RIGHT([YEAR];2)




   2) =REPLACE([QUARTER];”Q”;”Quarter”)




Obily B W

                                                                   SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7


   3) =SUBSTR([STORE NAME];11; LENGTH([STORE NAME]))
Here the syntax is “substr(string name; start position; total length of string)”




Obily B W

                                                                    SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7


   4) SUBSTR([ADDRESS];POS([ADDRESS];” “)+1; LENGTH([ADDRESS]))




Obily B W

                                                          SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7


   5) Using date function




   6) Using IF() function
Some examples below;
For getting half yearly revenues, we need to sum up quarterly details…
1st half = Q1+Q2
2nd half = Q3+Q4
Create a variable “HalfYearlySales” and use the following logic;
=IF [QUARTER] INLIST(“Q1”;”Q2”) THEN “First half” ELSE “Second half”




Obily B W

                                                                   SAP Business Objects 4.0 SP02
WEB INTELLIGENCE – TUTORIAL 7




Obily B W

                            SAP Business Objects 4.0 SP02

More Related Content

What's hot

Information Design Tool -Tutorial 6
Information Design Tool -Tutorial 6Information Design Tool -Tutorial 6
Information Design Tool -Tutorial 6Obily W
 
Information Design Tool -Tutorial4
Information Design Tool -Tutorial4Information Design Tool -Tutorial4
Information Design Tool -Tutorial4Obily W
 
Information Design Tool -Tutorial1
Information Design Tool -Tutorial1Information Design Tool -Tutorial1
Information Design Tool -Tutorial1Obily W
 
Information Design Tool -Tutorial5
Information Design Tool -Tutorial5Information Design Tool -Tutorial5
Information Design Tool -Tutorial5Obily W
 
SAP BO Web Intelligence Basics
SAP BO Web Intelligence BasicsSAP BO Web Intelligence Basics
SAP BO Web Intelligence BasicsKiran Joy
 
SAP BusinessObject's Webi Rich Client
SAP BusinessObject's Webi Rich ClientSAP BusinessObject's Webi Rich Client
SAP BusinessObject's Webi Rich ClientEric Molner
 
SAP BusinessObjects Web Intelligence Report
SAP BusinessObjects Web Intelligence ReportSAP BusinessObjects Web Intelligence Report
SAP BusinessObjects Web Intelligence ReportBigClasses Com
 
SAP Business Objects Universe Designer & Introduction to Business Intelligenc...
SAP Business Objects Universe Designer & Introduction to Business Intelligenc...SAP Business Objects Universe Designer & Introduction to Business Intelligenc...
SAP Business Objects Universe Designer & Introduction to Business Intelligenc...BigClasses Com
 
SAP BusinessObjects Dashboards
SAP BusinessObjects DashboardsSAP BusinessObjects Dashboards
SAP BusinessObjects Dashboardsdcd2z
 
Architecture of obiee
Architecture of obieeArchitecture of obiee
Architecture of obieePreeti Patki
 
Obiee interview questions and answers faq
Obiee interview questions and answers faqObiee interview questions and answers faq
Obiee interview questions and answers faqmaheshboggula
 
Service Ticket Creation in SAP Hybris (C4C) from Hybris Commerce Online Store
Service Ticket Creation in SAP Hybris (C4C) from Hybris Commerce Online StoreService Ticket Creation in SAP Hybris (C4C) from Hybris Commerce Online Store
Service Ticket Creation in SAP Hybris (C4C) from Hybris Commerce Online StoreAshish Saxena
 
SAP BI/DW Training with BO Integration
SAP BI/DW Training with BO IntegrationSAP BI/DW Training with BO Integration
SAP BI/DW Training with BO Integrationmishra4927
 
Obiee and database performance tuning
Obiee and database performance tuningObiee and database performance tuning
Obiee and database performance tuningAmit Sharma
 

What's hot (20)

Information Design Tool -Tutorial 6
Information Design Tool -Tutorial 6Information Design Tool -Tutorial 6
Information Design Tool -Tutorial 6
 
Information Design Tool -Tutorial4
Information Design Tool -Tutorial4Information Design Tool -Tutorial4
Information Design Tool -Tutorial4
 
Information Design Tool -Tutorial1
Information Design Tool -Tutorial1Information Design Tool -Tutorial1
Information Design Tool -Tutorial1
 
Information Design Tool -Tutorial5
Information Design Tool -Tutorial5Information Design Tool -Tutorial5
Information Design Tool -Tutorial5
 
Sap BusinessObjects 4
Sap BusinessObjects 4Sap BusinessObjects 4
Sap BusinessObjects 4
 
SAP BO Web Intelligence Basics
SAP BO Web Intelligence BasicsSAP BO Web Intelligence Basics
SAP BO Web Intelligence Basics
 
SAP BusinessObject's Webi Rich Client
SAP BusinessObject's Webi Rich ClientSAP BusinessObject's Webi Rich Client
SAP BusinessObject's Webi Rich Client
 
SAP BusinessObjects Web Intelligence Report
SAP BusinessObjects Web Intelligence ReportSAP BusinessObjects Web Intelligence Report
SAP BusinessObjects Web Intelligence Report
 
SAP BI Training
SAP BI TrainingSAP BI Training
SAP BI Training
 
SAP Business Objects Universe Designer & Introduction to Business Intelligenc...
SAP Business Objects Universe Designer & Introduction to Business Intelligenc...SAP Business Objects Universe Designer & Introduction to Business Intelligenc...
SAP Business Objects Universe Designer & Introduction to Business Intelligenc...
 
Power bi
Power biPower bi
Power bi
 
SAP BusinessObjects Dashboards
SAP BusinessObjects DashboardsSAP BusinessObjects Dashboards
SAP BusinessObjects Dashboards
 
Obiee introductionbuildingreports
Obiee introductionbuildingreportsObiee introductionbuildingreports
Obiee introductionbuildingreports
 
Architecture of obiee
Architecture of obieeArchitecture of obiee
Architecture of obiee
 
Obiee interview questions and answers faq
Obiee interview questions and answers faqObiee interview questions and answers faq
Obiee interview questions and answers faq
 
SAP BW connect db
SAP BW connect dbSAP BW connect db
SAP BW connect db
 
Service Ticket Creation in SAP Hybris (C4C) from Hybris Commerce Online Store
Service Ticket Creation in SAP Hybris (C4C) from Hybris Commerce Online StoreService Ticket Creation in SAP Hybris (C4C) from Hybris Commerce Online Store
Service Ticket Creation in SAP Hybris (C4C) from Hybris Commerce Online Store
 
SAP BI/DW Training with BO Integration
SAP BI/DW Training with BO IntegrationSAP BI/DW Training with BO Integration
SAP BI/DW Training with BO Integration
 
Metadata Creation In OBIEE
Metadata Creation In OBIEEMetadata Creation In OBIEE
Metadata Creation In OBIEE
 
Obiee and database performance tuning
Obiee and database performance tuningObiee and database performance tuning
Obiee and database performance tuning
 

Similar to Web Intelligence - Tutorial7

SAP BI BO Training with HANA Inside
SAP BI BO Training with HANA InsideSAP BI BO Training with HANA Inside
SAP BI BO Training with HANA Insidemishra4927
 
SAP BW - Creation of BW Flows.doc
SAP BW  - Creation of BW Flows.docSAP BW  - Creation of BW Flows.doc
SAP BW - Creation of BW Flows.docKoushikGuna
 
SAP BusinessObjects BI 4.3
SAP BusinessObjects BI 4.3SAP BusinessObjects BI 4.3
SAP BusinessObjects BI 4.3Wiiisdom
 
What is Business Objects
What is Business Objects What is Business Objects
What is Business Objects BigClasses.com
 
Sap bi/bw online training
Sap bi/bw online training Sap bi/bw online training
Sap bi/bw online training magnific321
 
How to create an InfoObject Characteristic
How to create an InfoObject CharacteristicHow to create an InfoObject Characteristic
How to create an InfoObject CharacteristicMarcelo Honores
 
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...LiquidHub
 
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...LiquidHub
 
Power BI - Business Intelligence Getting Started Guide - PREVIEW
Power BI - Business Intelligence Getting Started Guide - PREVIEWPower BI - Business Intelligence Getting Started Guide - PREVIEW
Power BI - Business Intelligence Getting Started Guide - PREVIEWDavid J Rosenthal
 
ActiveWarehouse/ETL - BI & DW for Ruby/Rails
ActiveWarehouse/ETL - BI & DW for Ruby/RailsActiveWarehouse/ETL - BI & DW for Ruby/Rails
ActiveWarehouse/ETL - BI & DW for Ruby/RailsPaul Gallagher
 
Xi4sp2 biw getstart_en
Xi4sp2 biw getstart_enXi4sp2 biw getstart_en
Xi4sp2 biw getstart_entovetrivel
 

Similar to Web Intelligence - Tutorial7 (20)

SAP BI BO Training with HANA Inside
SAP BI BO Training with HANA InsideSAP BI BO Training with HANA Inside
SAP BI BO Training with HANA Inside
 
SAP BW - Creation of BW Flows.doc
SAP BW  - Creation of BW Flows.docSAP BW  - Creation of BW Flows.doc
SAP BW - Creation of BW Flows.doc
 
Sap bibw
Sap bibwSap bibw
Sap bibw
 
Bibo sap
Bibo sapBibo sap
Bibo sap
 
Infoobject
InfoobjectInfoobject
Infoobject
 
SAP BusinessObjects BI 4.3
SAP BusinessObjects BI 4.3SAP BusinessObjects BI 4.3
SAP BusinessObjects BI 4.3
 
What is Business Objects
What is Business Objects What is Business Objects
What is Business Objects
 
Sap bi/bw online training
Sap bi/bw online training Sap bi/bw online training
Sap bi/bw online training
 
How to create an InfoObject Characteristic
How to create an InfoObject CharacteristicHow to create an InfoObject Characteristic
How to create an InfoObject Characteristic
 
SAP_Resume_20thJuly
SAP_Resume_20thJulySAP_Resume_20thJuly
SAP_Resume_20thJuly
 
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...
 
Bapi step-by-step
Bapi step-by-stepBapi step-by-step
Bapi step-by-step
 
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...
Hol311 Getting%20 Started%20with%20the%20 Business%20 Data%20 Catalog%20in%20...
 
Script details
Script detailsScript details
Script details
 
SAP Integration with Excel - Basic Guide
SAP Integration with Excel - Basic GuideSAP Integration with Excel - Basic Guide
SAP Integration with Excel - Basic Guide
 
Power bi overview
Power bi overview Power bi overview
Power bi overview
 
Power BI - Business Intelligence Getting Started Guide - PREVIEW
Power BI - Business Intelligence Getting Started Guide - PREVIEWPower BI - Business Intelligence Getting Started Guide - PREVIEW
Power BI - Business Intelligence Getting Started Guide - PREVIEW
 
ActiveWarehouse/ETL - BI & DW for Ruby/Rails
ActiveWarehouse/ETL - BI & DW for Ruby/RailsActiveWarehouse/ETL - BI & DW for Ruby/Rails
ActiveWarehouse/ETL - BI & DW for Ruby/Rails
 
SAP BI Training in Chennai
SAP BI Training in ChennaiSAP BI Training in Chennai
SAP BI Training in Chennai
 
Xi4sp2 biw getstart_en
Xi4sp2 biw getstart_enXi4sp2 biw getstart_en
Xi4sp2 biw getstart_en
 

Recently uploaded

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 

Recently uploaded (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 

Web Intelligence - Tutorial7

  • 1. Web Intelligence Obily B W SAPANDME.BLOGSPOT.COM SAP Business Objects 4.0 SP02 sapandme.blogspot.com
  • 2. WEB INTELLIGENCE – TUTORIAL 7 Beginners guide to Web Intelligence 1. Introduction to Web Intelligence 2. Documents and Queries 3. Data Restrictions 4. Creating Web Intelligence Reports 5. Enhancing and Formatting Reports 6. Formulas and Variables 7. Synchronizing multiple Sources 8. Analyzing Data and Managing Reports Obily B W SAP Business Objects 4.0 SP02
  • 3. WEB INTELLIGENCE – TUTORIAL 7 Analyzing Data using WebI Drilling For this your account needs to have proper authorization to create document using drill mode. Check the screen shots below; Obily B W SAP Business Objects 4.0 SP02
  • 4. WEB INTELLIGENCE – TUTORIAL 7 With scope level none with scope level two We can take snapshot of the drilled down block for further analysis The snapshot will be copied to another report panel within the document. During drilling a new toolbar will appear at the top of the document Obily B W SAP Business Objects 4.0 SP02
  • 5. WEB INTELLIGENCE – TUTORIAL 7 If the report contains aggregate measures calculated at the database level, one can use Query drill option. On activation Query drill drills by modifying the underlying query, by adding or removing dimensions, filters etc. Query drill will reduce the amount of data that WebI stores locally during usual drill function. Obily B W SAP Business Objects 4.0 SP02
  • 6. WEB INTELLIGENCE – TUTORIAL 7 Sharing Documents To make the document visible to others, one option is to save the same in “Public Folders”, or save the reports in excel or pdf formats and distribute the same or distribute directly in “.wid” format. Combined Queries If we want an intersection value of two queries as the result, we move for combined queries. Like, if we need all the products list that doesn’t had any special promotions and the database only had flag towards promoted products; In this case we need to move with combined queries as below; Obily B W SAP Business Objects 4.0 SP02
  • 7. WEB INTELLIGENCE – TUTORIAL 7 First query, with no filters will show all the values; Second query showing only products with special promotions; So the resulted report after combining these two queries should have 203 instances. And the combination here should be a “minus” (others are intersections and union) Obily B W SAP Business Objects 4.0 SP02
  • 8. WEB INTELLIGENCE – TUTORIAL 7 Combined queries should be from same universe; exactly same objects must be used in the queries. Only objects created in the first query will be displayed in the block. For returning unique rows, change the query properties. Sub Queries This is used when the results of a query is depended on results of an inner query. Inner query will be processed first and then the results are passed to Main query. Check the example shown below. We need to find all the stores that draw more revenue than a particular store (A) in the country. For that first we need to know the revenue of the store A. Obily B W SAP Business Objects 4.0 SP02
  • 9. WEB INTELLIGENCE – TUTORIAL 7 Obily B W SAP Business Objects 4.0 SP02
  • 10. WEB INTELLIGENCE – TUTORIAL 7 Using Functions Some function details… RIGHT() Extract given number of characters from right REPLACE() Replace specific string with another one LEFT() Extract given number of characters from left SUBSTR() It uses variable length and position to extract a string within another string LENGTH() Find length of a string POS() Find the position of a character in a string Some examples… 1) =NAME OF([YEAR])+”-“+RIGHT([YEAR];2) 2) =REPLACE([QUARTER];”Q”;”Quarter”) Obily B W SAP Business Objects 4.0 SP02
  • 11. WEB INTELLIGENCE – TUTORIAL 7 3) =SUBSTR([STORE NAME];11; LENGTH([STORE NAME])) Here the syntax is “substr(string name; start position; total length of string)” Obily B W SAP Business Objects 4.0 SP02
  • 12. WEB INTELLIGENCE – TUTORIAL 7 4) SUBSTR([ADDRESS];POS([ADDRESS];” “)+1; LENGTH([ADDRESS])) Obily B W SAP Business Objects 4.0 SP02
  • 13. WEB INTELLIGENCE – TUTORIAL 7 5) Using date function 6) Using IF() function Some examples below; For getting half yearly revenues, we need to sum up quarterly details… 1st half = Q1+Q2 2nd half = Q3+Q4 Create a variable “HalfYearlySales” and use the following logic; =IF [QUARTER] INLIST(“Q1”;”Q2”) THEN “First half” ELSE “Second half” Obily B W SAP Business Objects 4.0 SP02
  • 14. WEB INTELLIGENCE – TUTORIAL 7 Obily B W SAP Business Objects 4.0 SP02