Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses...

41

Transcript of Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses...

Page 1: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing
Page 2: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Welcome

Page 3: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Chalk Talk: Tableau Server Automation API’s

# T C 1 8

Irwin Dolobowsky

Staff Product Manager

Tableau

Russell Hay

Manager, Development

Tableau

Page 4: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Automation

Extensions

Embedded Analytics

Data Connectivity

Data Science

Tableau Platform

Inte

gra

tion

s

Enabling Integrations for Developers

Page 5: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

The Plan

Where we are today

Where we think we’re going

Where you want to see us go

Page 6: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Where we are Today

TabCmd Document API

Content Management

API’s

• Publish & Manage

Workbooks/Data

Sources

• Manage Users &

Groups

• Manage Sites,

Schedules, Tasks

Python library for the Tableau Server REST API

Available on Github: https://tableau.github.io/server-client-python/

Command line

client for Tableau

Server

Programmatically make

updates to Workbook and

Data Source files

Available on Github:

https://github.com/tableau/

document-api-python

Page 7: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Where We Think We’re Going

Future of REST API

Authentication / Authorization Improvements

WebhooksDocument / Data Source

APIs

GraphQL

More Client

Libraries

Open Source

TabCmd

Open Source

Vizportal

Page 8: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

To the board!

Page 9: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Where We Think We’re Going

Future of REST API

Authentication / Authorization Improvements

WebhooksDocument / Data Source

APIs

GraphQL

More Client

Libraries

Open Source

TabCmd

Open Source

Vizportal

Page 10: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

#DataDev Resources

TC18 Developer Track Contenthttp://tabsoft.co/tcdevtrack

Tableau Developer Programhttp://tableau.com/developer

Free environment for development

Early access to info and APIs

Tableau on GitHubhttp://github.com/tableau

Page 11: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Please complete the

session survey from the

Session Details screen

in your TC18 app

Page 12: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Thank you!

#TC18

Page 13: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

#DataDev Resources

TC18 Developer Track Contenthttp://tabsoft.co/tcdevtrack

Tableau Developer Programhttp://tableau.com/developer

Free environment for development

Early access to info and APIs

Tableau on GitHubhttp://github.com/tableau

Page 14: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Slide Title

Main topic 1:Subtopic copy goes hereSubtopic copy goes here

Main topic 2:Subtopic copy goes here

Subtopic copy goes here

Main topic 3:Subtopic copy goes here

Subtopic copy goes here

Page 15: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Slide Title (2 Column layout)

Main topic 1:Subtopic copy goes hereSubtopic copy goes here

Main topic 2:Subtopic copy goes here

Subtopic copy goes here

Main topic 3:Subtopic copy goes here

Subtopic copy goes here

Main topic 1:Subtopic copy goes hereSubtopic copy goes here

Main topic 2:Subtopic copy goes here

Subtopic copy goes here

Main topic 3:Subtopic copy goes here

Subtopic copy goes here

Page 16: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Slide Title

Main topic 1:Subtopic copy goes hereSubtopic copy goes here

Main topic 2:Subtopic copy goes here

Subtopic copy goes here

Main topic 3:Subtopic copy goes here

Subtopic copy goes here

Page 17: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Slide Title (2 Column layout)

Main topic 1:Subtopic copy goes hereSubtopic copy goes here

Main topic 2:Subtopic copy goes here

Subtopic copy goes here

Main topic 3:Subtopic copy goes here

Subtopic copy goes here

Main topic 1:Subtopic copy goes hereSubtopic copy goes here

Main topic 2:Subtopic copy goes here

Subtopic copy goes here

Main topic 3:Subtopic copy goes here

Subtopic copy goes here

Page 18: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Slide Title (Image with text)

• Main topic 1:• Subtopic copy goes here• Subtopic copy goes here

• Main topic 2:• Subtopic copy goes here

• Subtopic copy goes here

• Main topic 3:• Subtopic copy goes here

• Subtopic copy goes here

Page 19: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing
Page 20: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Sample Code

var pd = require('pretty-data').pd;

var xml_pp = pd.xml(data);

var xml_min = pd.xmlmin(data [,true]);

var json_pp = pd.json(data);

var json_min = pd.jsonmin(data);

var css_pp = pd.css(data);

var css_min = pd.cssmin(data [, true]);

var sql_pp = pd.sql(data);

var sql_min = pd.sqlmin(data);

Page 21: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Sample Code

var pd = require('pretty-data').pd;

var xml_pp = pd.xml(data);

var xml_min = pd.xmlmin(data [,true]);

var json_pp = pd.json(data);

var json_min = pd.jsonmin(data);

var css_pp = pd.css(data);

var css_min = pd.cssmin(data [, true]);

var sql_pp = pd.sql(data);

var sql_min = pd.sqlmin(data);

Page 22: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Click to add quote

Name

Title, Org

Page 23: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Click to add quote

Name

Title, Org

Page 24: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Click to add quote

Name

Title, Org

Page 25: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Please complete the

session survey from the

Session Details screen

in your TC18 app

Page 26: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Please complete the

session survey from the

Session Details screen

in your TC18 app

Page 27: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Viz Slide

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proinporttitor leo tortor, sedullamcorper ipsum suscipit in.

Curabitur fermentum lacinialectus non laoreet. Sed volutpat, dui eu rutrum volutpat, nulla mi accumsan dui, non venenatismauris augue nec lectus.

Page 28: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Viz Slide 2

Page 29: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Template

Apply the template to an existing PowerPoint presentation (that uses a different template)

1. Save this template to your Desktop.

2. Open an existing PowerPoint you wish to update.

3. Click Design, then scroll down and select "Browse for Themes."

4. Browse to the TC17 template file (.potx) you saved to your Desktop and click Open.

5. The template should update the design and font.

Page 30: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

#AFCC35#00AEC7 #1B1852F48721#A72D92

Text/

Background

Light 2

Text/

Background

Light 1

Accent colorsText & slide background colors

Type and background combinations must meet a minimum 4.5:1 contrast

ratio or greater for accessibility and large format screen legibility.

Examples above demonstrate correct color use for

on-screen applications.

Theme Colors

Page 31: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Typography

Fonts

• This template has been formatted with Arial (bold) and Arial which are standard fonts set in the Slide Master to avoid compatibility issues.

Slide Titles and Headers• Slide Title and Header text should be set in Arial (bold) have each word capitalized

• Main topics and Headers should be set at 32pt when possible, use colored text for visual differentiation/focus.

Body Copy• Body copy should be set to Arial 24pt when possible.

• Try to limit each slide to a maximum of 3 font sizes.

Type Tips• Create visual differentiation/focus by using scale and color versus using bullets.

Page 32: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Grid/Guidelines

To view the grid and guidelines, check the Guides box in the Show section under the view tab.

To further aid in alignment of objects,click the expand iconin the bottom-rightcorner of the Showsection and check‘Display smart guideswhen shapes are aligned.’

Page 33: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Icon set

These icons are provided so you can use them to for diagrams showing architecture, workflow, etc.

Icon colors can be modified by right-clicking item and selecting theme color.

Access Big Data Any Data

Anywhere

Any Platforms Best Practices Calculations

Library

Collaborate Community Dashboard Data Blending Deep Statistics

Embedded

Analytics

Folder Location Mobile People Search Security Server AdminSettings

Tableau Desktop Tableau PublicTableau Server Tableau Online

Data Sources

Tableau Prep

Page 34: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Tables

To modify table, first click anywhere in table,

so the Table Tools menu is highlighted at top

Layout > Shrink or expand column widths by adjusting

the Cell Size, or set them to same size with Distribute

To modify the table layout, click Table Tools > Layout

To modify the table style, click Table Tools > Design

Layout > Use Alignment settings to adjust text

alignment and cell margins

Layout > To add rows, click into cell and choose,

Insert Above or Insert Below

Layout > To add columns, click into cell and choose

Insert Left or Insert Right

Tip: To quickly add a row, place cursor in this last cell

and hit Tab key

Page 35: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Sample Table (Option A)

Header 3 Header 4

Content Content Content Content Content

Content Content Content Content Content

Content Content Content Content Content

Content Content Content Content Content

Content Content Content Content Content

Content Content Content Content Content

Page 36: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Sample Table (Option B)

Header 1 Header 2 Header 3 Header 5

Content Content Content Content Content

Content Content Content Content Content

Content Content Content Content Content

Content Content Content Content Content

Content Content Content Content Content

Content Content Content Content Content

Page 37: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Thank you!

#TC18

Contact or CTA info goes here

Page 38: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing

Thank you!

#TC18

Contact or CTA info goes here

Page 39: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing
Page 40: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing
Page 41: Welcome [tc18.tableau.com] · Apply the template to an existing PowerPoint presentation (that uses a different template) 1. Save this template to your Desktop. 2. Open an existing