Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Tableau 10 Business Intelligence Cookbook

You're reading from  Tableau 10 Business Intelligence Cookbook

Product type Book
Published in Nov 2016
Publisher Packt
ISBN-13 9781786465634
Pages 476 pages
Edition 1st Edition
Languages
Authors (2):
Donabel Santos Donabel Santos
Profile icon Donabel Santos
Paul Banoub Paul Banoub
Profile icon Paul Banoub
View More author details

Table of Contents (17) Chapters

Tableau 10 Business Intelligence Cookbook
Credits
About the Author
Acknowledgements
About the Reviewer
www.PacktPub.com
Preface
1. Basic Charts 2. Advanced Charts 3. Interactivity 4. Dashboards and Story Points 5. Maps and Geospatial Visualization 6. Analytics 7. Data Preparation Calculated Fields Primer Resources Index

Word of caution


Although some of the functions supported in Tableau have the same name as the functions you use in other applications or languages (SQL, for example), I caution you against assuming that it works the same way. There are functions that have the same name but will require different arguments, or return a different type, or both.

One example is the ISNULL function. In Tableau, the syntax of ISNULL is as follows:

ISNULL(expression)

This function in Tableau accepts a single argument and returns a Boolean value.

Transact-SQL (or T-SQL) has a similar function. However, the syntax in T-SQL is as follows:

ISNULL(check_expression, replacement_value)

In T-SQL, this function accepts two arguments and replaces the expression value if it is null. The return type is not a Boolean value. The function returns the same return type as the check_expression argument.

Support for regular expressions was introduced in Tableau V9. Regular expressions allow searching through patterns. This is quite powerful because sometimes the information is embedded in text, and it would be hard to search or extract otherwise.

Note

Check out the following URL for some regular expression reference:

http://www.regular-expressions.info/reference.html

Tableau also supports R expressions within Tableau calculated fields. The following is a list of functions that accept R expressions:

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}