Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, and user input are shown as follows: "We’ll create a calculated field named Floor to determine if an apartment is upstairs or downstairs."

A block of code is set as follows:

IF [Apartment] >= 1 AND [Apartment] <= 3
 THEN "Downstairs"
ELSEIF [Apartment] > 3 AND [Apartment] <= 6
 THEN "Upstairs"
ELSE "Unknown"
END

New terms and important words are shown in bold. Words that you see in the Tableau interface, such as those in menus, dialog boxes or ...

Get Learning Tableau 10 - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.