What will the following function return?
What will the following function return? LEFT("Tableau", 3)A . An errorB . TabC . eauD . bleView AnswerAnswer: B Explanation: The following is the official documentation for the String function LEFT: Reference: https://help.tableau.com/current/pro/desktop/en-us/functions_functions_string.htm
Which customer had the LEAST sales in this set?
Create a Set containing Customer Names whose Sales are GREATER than 30,000. Which customer had the LEAST sales in this set?A . Tom AshbrookB . Sanjit EngleC . Penelope SewallD . Tamara ChandView AnswerAnswer: C Explanation: As the question mentions, we need to create a SET with the following conditions...
Which of the following are the options to export the data used to build the view / visualisations?
Which of the following are the options to export the data used to build the view / visualisations?A . CSV fileB . PDF FileC . JSON formatD . MS Access DatabaseView AnswerAnswer: AD Explanation: You can export the data in a Tableau data source, including all or part of the...
True or False: Context Filters are executed after Data Source filters
True or False: Context Filters are executed after Data Source filtersA . TrueB . FalseView AnswerAnswer: A Explanation: THIS IS A VERY IMPORTANT QUESTION To answer this question, you need to understand Tableau's Order of Operations. See below and remember this always: Reference: https://help.tableau.com/current/pro/desktop/en-us/order_of_operations.htm
When exporting a worksheet as an image in Tableau, which of the following file formats are available?
When exporting a worksheet as an image in Tableau, which of the following file formats are available?A . Portable Network Graphic (.PNG)B . JPEG Image (.JPG, .JPEG)C . Tagged Image File Format (TIFF)D . Windows Bitmap (.BMP)View AnswerAnswer: A, B, D Explanation: The following options are available when an image...
You can create _______________ for members in a dimension so that their labels appear differently in the view.
You can create _______________ for members in a dimension so that their labels appear differently in the view.A . parametersB . duplicatesC . copiesD . aliasesView AnswerAnswer: D Explanation: You can create aliases (alternate names) for members in a dimension so that their labels appear differently in the view. Aliases...
Which of the following is a valid way to create Sets in Tableau?
Which of the following is a valid way to create Sets in Tableau?A . In the Data pane, right-click a dimension and select Create > Set.B . In the Tableau Main Menu, Choose Worksheet and select Create > SetC . In the Tableau Main Menu, choose Dashboard and select Create...
For the University of Manchester, what percent of the total publications were contributed in 2014?
Using the cwurData table, create a cross-tab showing the number of Publications per Country broken down by Institution, and filtered by Country to only show United Kingdown (UK). For the University of Manchester, what percent of the total publications were contributed in 2014?A . 28.415%B . 23.497%C . 25.683%D ....
Given a map, which of the following fields can be placed in Size,Shape,Detail,Color
Given a map, which of the following fields can be placed in Size,Shape,Detail,ColorA . Profit, State, Number of Records, SalesB . Region, Country, Profit, StateC . Longitude, Country, State, SalesD . Sales, State, Country, ProfitView AnswerAnswer: D Explanation: Since Sales is a measure, it can easily be depicted via size....
Using the cwurData table, plot a Map to see which country had the Second highest number of patents in the Year 2013?
DOWNLOAD THE DATASET FROM: https://drive.google.com/drive/folders/1WXzqsrNmXVdmQ-574wld4InEplyKT8RP?usp=sharing (if you haven't already) Using the cwurData table, plot a Map to see which country had the Second highest number of patents in the Year 2013?A . United StatesB . FranceC . United KingdomD . CanadaView AnswerAnswer: B Explanation: Follow along to get the correct...