SlideShare a Scribd company logo
1 of 121
Tableau Tools
Start the Installation Wizard
Accept the License Agreement
Start Trial
Provide Your Details
Registration Complete
Verify the Installation
Connect to a Data Source
Choose the Dimensions and Measures
Apply Visualization Technique(1)
Apply Visualization Technique(2)
Menu Commands
File Menu
Data Menu
Worksheet Menu
Dashboard Menu
Story Menu
Analysis Menu
Map Menu
Format Menu
Server Menu
Tableau ─ File Types
File Type File
Extension
Purpose
Tableau
Workbook
.twb It contains information on
each sheet and dashboard
that
is present in a workbook.
Tableau
Packaged
Workbook
.twbx This file format contains
the details of a workbook
Tableau
Data Source
.tds The details of the
connection used to create
the tableau
report are stored in this file
Tableau
Packaged
Data source
.tdsx This file is similar to the
.tds file with the addition
of data
along with the connection
details.
Cont..
Tableau Data
Extract
.tde This file contains the data used in a
.twb file in a highly
compressed columnar data format.
Tableau
Bookmark
.tbm These files contain a single
worksheet that is shared
easily to be pasted into other
workbooks.
Tableau
Preferences
.tps This file stores the color preference
used across all the
workbooks.
Tableau ─ Data Types
Data Type Description Example
STRING Any sequence of zero or more characters. They are
enclosed within single quotes.
'Hello'
'Quoted'
'quote'
NUMBER These are either integers or floating points. 142.58
BOOLEAN They are logical values. TRUE
FALSE
DATE &
DATETIME
Tableau recognizes dates in almost all formats. "02/01/2015"
"#3 March
1982"
Tableau ─ Show Me
Show Me with Two Fields
Show Me with Multiple Fields
Tableau ─ Data Terminology
• Alias
• Bin
• Bookmark
• Calculated Field
• Crosstab
• Dashboard
• Data Pane
• Data Source Page
• Dimension
• Extract
• Filters Shelf
• Format Pane
• Level Of Detail (LOD)
• Marks
• Marks Card
• Pages Shelf
• Rows Shelf
• Shelves
• Workbook
• Worksheet
Tableau ─ Data Sources
Drill Down View(1)
Drill Down View(2)
Swapping Dimensions
Swapping Dimensions cont
Tableau ─ Extracting Data( Creating an
Extract)
Applying Extract Filters
Adding New Data to Extract
Extract History
Adding Fields to Worksheet
Combining Two Fields
Searching Fields
Reordering Fields
Tableau ─ Editing Metadata (Checking
the Metadata)
Changing the Data Type
Renaming and Hiding
Column Alias
Tableau ─ Data Joining
Editing a Join Type
Editing Join Fields
Tableau ─ Data Blending
Adding Secondary Data Source
Blending the Data
Tableau ─ Add Worksheets
Quick Preview of a Worksheet
Tableau ─ Rename Worksheet
worksheet with the new name.
Deleting the Worksheet
worksheet has been deleted.
Reorder Worksheet
New position on
dragging the third worksheet from left to the new position.
Calculations (Operators)
Types of Operator
• General Operators
• Arithmetic Operators
• Relational Operators
• Logical Operators
General Operators
Operator Description Example
+(addition) Adds two numbers.
Concatenates two strings.
Adds days to dates.
7 + 3
Profit + Sales
'abc' + 'def' = 'abcdef'
#April 15, 2004# + 15 = #April 30,
2004#
–
(subtraction)
Subtracts two numbers.
Subtracts days from dates.
-(7+3) = -10
#April 16, 2004# - 15 = #April 1,2004#
Arithmetic Operators
Operator Description Example
*(Multiplication) Numeric multiplication 23*2 = 46
/(Division) Numeric division 45/2 = 22.5
%(modulo) Reminder of numeric
division
13 % 2 = 1
^(power) Raised to the power 2^3 = 8
Comparison Operators
Operator Description Example
= = or =
(Equal to)
Compares two numbers or
two strings
‘Hello’ =
‘Hello’5 = 15/ 3
!= or <> (Not
equal to)
Compares two numbers or
two strings or two dates to
be unequal.
‘Good’ <>
‘Bad’
18 != 37 / 2
> (Greater than) Compares two numbers or
two strings or two dates
[Profit] > 20000
[Category] > ‘Q’
[Ship date] > #April 1,
2004#
< (Less than) Compares two numbers or
two strings or two dates
[Profit] < 20000
[Category] < ‘Q’
[Ship date] < #April 1,
2004#
Logical Operators
Operator Description Example
AND If the expressions or
Boolean values present on
both
[Ship Date] > #April
1, 2012# AND
[Profit] > 10000
OR If any one or both of the
expressions or Boolean
values present
[Ship Date] > #April
1, 2012# OR
[Profit] > 10000
NOT This operator negates the
Boolean value of the
expression present after it.
NOT [Ship Date] >
#April 1, 2012#
Tableau ─ Functions
• Following are the description of different ca
tegories of functions.
• Number Functions
• String Functions
• Date Functions
• Logical Functions
• Aggregate Functions
Number Functions
• Function Description Example
• CEILING (number)
• Rounds a number to the nearest integer of equal or
greater value.
• CEILING(2.145) = 3
• POWER (number,power)
• Raises the number to the specified power.
• POWER(5,3) = 125
• ROUND (number,[decimals])
• Rounds the numbers to a specified number of digits.
• ROUND(3.14152,2) =3.14
Tableau ─ Numeric Calculations
Calculation Editor
Create a Formula
Using the Calculated Field
Applying Aggregate Calculations
Tableau ─ String Calculations(Create Calculated Field)
Calculation Editor
Create a Formula
Using the Calculated Field
Date Calculations(Create Calculated Field)
Calculation Editor
Create a Formula
Using the Calculated Field
Tableau ─ LOD Expressions
• Level of Detail (LOD) expressions are used to run complex queries involving many
• dimensions at the data source level instead of bringing all the data to Tableau
interface. A
• simple example is adding dimension to an already calculated aggregate value.
• Types of LOD
• There are three main types of LOD expressions.
• FIXED LOD: This expression computes values using the specified dimensions
• without reference to any other dimensions in the view.
• INCLUDE LOD: This level of detail expressions compute values using the
specified
• dimensions in addition to whatever dimensions are in the view.
• EXCLUDE LOD: These levels of detail expressions subtract dimensions from the
• view level of detail.
FIXED Level of Detail Expressions
Tableau ─ Quick Filters
Tableau ─ Bar Chart
Bar Chart with Color Range
Stacked Bar Chart
Tableau ─ Line Chart, Simple Line Chart
Multiple Measure Line Chart
Line Chart with Label
Tableau ─ Pie Chart, Simple Pie Chart
Drill-Down Pie Chart
Tableau ─ Crosstab, Simple Crosstab
Crosstab - Color Encoded
Crosstab with Row Percentage
Tableau ─ Scatter Plot
Scatter Plot - Color Encoded
Drill-Down Scatter Plot
Tableau - Bubble Chart, Simple Bubble Chart
Bubble Chart with Measure Values
Bubble Chart with Measure Colors
Tableau ─ Bullet Graph
Tableau ─ Box Plot, Creating a Box Plot
Tableau ─ Tree Map, Creating a Tree Map
Tableau ─ Bump Chart
Tableau ─ Gantt Chart
Tableau ─ Histogram
Creating a Histogram with Dimension
Tableau ─ Motion Charts
Tableau - Waterfall Charts
Dashboard
Tableau PPT.ppt

More Related Content

What's hot

Tableau - Learning Objectives for Data, Graphs, Filters, Dashboards and Advan...
Tableau - Learning Objectives for Data, Graphs, Filters, Dashboards and Advan...Tableau - Learning Objectives for Data, Graphs, Filters, Dashboards and Advan...
Tableau - Learning Objectives for Data, Graphs, Filters, Dashboards and Advan...Srinath Reddy
 
Tableau 7.0 prsentation
Tableau 7.0 prsentationTableau 7.0 prsentation
Tableau 7.0 prsentationinam_slides
 
Victoria Tableau User Group - Getting started with Tableau
Victoria Tableau User Group - Getting started with TableauVictoria Tableau User Group - Getting started with Tableau
Victoria Tableau User Group - Getting started with TableauDmitry Anoshin
 
Visualization using Tableau
Visualization using TableauVisualization using Tableau
Visualization using TableauGirija Muscut
 
Tableau slideshare
Tableau slideshareTableau slideshare
Tableau slideshareSakshi Jain
 
Tableau Tutorial For Beginners | Tableau Training For Beginners | Tableau Cer...
Tableau Tutorial For Beginners | Tableau Training For Beginners | Tableau Cer...Tableau Tutorial For Beginners | Tableau Training For Beginners | Tableau Cer...
Tableau Tutorial For Beginners | Tableau Training For Beginners | Tableau Cer...Edureka!
 
MS Excel Pivot Table Reports & Charts
MS Excel Pivot Table Reports & ChartsMS Excel Pivot Table Reports & Charts
MS Excel Pivot Table Reports & Chartsdnbakhan
 
Tableau Best Practices.pptx
Tableau Best Practices.pptxTableau Best Practices.pptx
Tableau Best Practices.pptxAnitaB33
 
Tableau online training
Tableau online trainingTableau online training
Tableau online trainingsuresh
 
Power BI vs Tableau
Power BI vs TableauPower BI vs Tableau
Power BI vs TableauDon Hyun
 

What's hot (20)

Tableau
TableauTableau
Tableau
 
Tableau - Learning Objectives for Data, Graphs, Filters, Dashboards and Advan...
Tableau - Learning Objectives for Data, Graphs, Filters, Dashboards and Advan...Tableau - Learning Objectives for Data, Graphs, Filters, Dashboards and Advan...
Tableau - Learning Objectives for Data, Graphs, Filters, Dashboards and Advan...
 
Tableau Prep.pptx
Tableau Prep.pptxTableau Prep.pptx
Tableau Prep.pptx
 
Tableau data terminology
Tableau   data terminologyTableau   data terminology
Tableau data terminology
 
Tableau 7.0 prsentation
Tableau 7.0 prsentationTableau 7.0 prsentation
Tableau 7.0 prsentation
 
Tableau Desktop Material
Tableau Desktop MaterialTableau Desktop Material
Tableau Desktop Material
 
Victoria Tableau User Group - Getting started with Tableau
Victoria Tableau User Group - Getting started with TableauVictoria Tableau User Group - Getting started with Tableau
Victoria Tableau User Group - Getting started with Tableau
 
Visualization using Tableau
Visualization using TableauVisualization using Tableau
Visualization using Tableau
 
Tableau Presentation
Tableau PresentationTableau Presentation
Tableau Presentation
 
Tableau PPT
Tableau PPTTableau PPT
Tableau PPT
 
Tableau slideshare
Tableau slideshareTableau slideshare
Tableau slideshare
 
Data Visualization with Tableau - by Knowledgebee Trainings
Data Visualization with Tableau - by Knowledgebee TrainingsData Visualization with Tableau - by Knowledgebee Trainings
Data Visualization with Tableau - by Knowledgebee Trainings
 
Tableau Tutorial For Beginners | Tableau Training For Beginners | Tableau Cer...
Tableau Tutorial For Beginners | Tableau Training For Beginners | Tableau Cer...Tableau Tutorial For Beginners | Tableau Training For Beginners | Tableau Cer...
Tableau Tutorial For Beginners | Tableau Training For Beginners | Tableau Cer...
 
Tableau ppt
Tableau pptTableau ppt
Tableau ppt
 
Power BI Interview Questions
Power BI Interview QuestionsPower BI Interview Questions
Power BI Interview Questions
 
MS Excel Pivot Table Reports & Charts
MS Excel Pivot Table Reports & ChartsMS Excel Pivot Table Reports & Charts
MS Excel Pivot Table Reports & Charts
 
Tableau Best Practices.pptx
Tableau Best Practices.pptxTableau Best Practices.pptx
Tableau Best Practices.pptx
 
Tableau online training
Tableau online trainingTableau online training
Tableau online training
 
Tableau Server Basics
Tableau Server BasicsTableau Server Basics
Tableau Server Basics
 
Power BI vs Tableau
Power BI vs TableauPower BI vs Tableau
Power BI vs Tableau
 

Similar to Tableau PPT.ppt (20)

lecture_3.ppt
lecture_3.pptlecture_3.ppt
lecture_3.ppt
 
SAP ABAP data dictionary
SAP ABAP data dictionarySAP ABAP data dictionary
SAP ABAP data dictionary
 
Sql server
Sql serverSql server
Sql server
 
Mssql
MssqlMssql
Mssql
 
Chris Seebacher Portfolio
Chris Seebacher PortfolioChris Seebacher Portfolio
Chris Seebacher Portfolio
 
003.query
003.query003.query
003.query
 
New slides access
New slides accessNew slides access
New slides access
 
BI Knowledge Sharing Session 2
BI Knowledge Sharing Session 2BI Knowledge Sharing Session 2
BI Knowledge Sharing Session 2
 
Tableau course curriculum
Tableau course curriculumTableau course curriculum
Tableau course curriculum
 
MS SQL Server.ppt
MS SQL Server.pptMS SQL Server.ppt
MS SQL Server.ppt
 
Data Analytics with R and SQL Server
Data Analytics with R and SQL ServerData Analytics with R and SQL Server
Data Analytics with R and SQL Server
 
Lecture 9.pptx
Lecture 9.pptxLecture 9.pptx
Lecture 9.pptx
 
Optimizing queries MySQL
Optimizing queries MySQLOptimizing queries MySQL
Optimizing queries MySQL
 
Introduction to DAX Language
Introduction to DAX LanguageIntroduction to DAX Language
Introduction to DAX Language
 
Tableau Course Content Vijay - BTS
Tableau Course Content Vijay - BTSTableau Course Content Vijay - BTS
Tableau Course Content Vijay - BTS
 
SQL Server Learning Drive
SQL Server Learning Drive SQL Server Learning Drive
SQL Server Learning Drive
 
Sql server introduction to sql server
Sql server introduction to sql server Sql server introduction to sql server
Sql server introduction to sql server
 
Advanced excel unit 01
Advanced excel unit 01Advanced excel unit 01
Advanced excel unit 01
 
Rdbms day3
Rdbms day3Rdbms day3
Rdbms day3
 
Exel
ExelExel
Exel
 

Recently uploaded

Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service LucknowAminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknowmakika9823
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Predicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationPredicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationBoston Institute of Analytics
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 

Recently uploaded (20)

Decoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in ActionDecoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in Action
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service LucknowAminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
Predicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationPredicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project Presentation
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 

Tableau PPT.ppt