For a ____________ sort, no matter how the data changes, the values will always stay in the sort order we kept stuff in.

For a ____________ sort, no matter how the data changes, the values will always stay in the sort order we kept stuff in.A . RandomB . ManualC . TopologicalD . HierarchicalView AnswerAnswer: B Explanation: For a manual sort, no matter how the data changes, the values will always stay in...

October 3, 2024 No Comments READ MORE +

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...

October 3, 2024 No Comments READ MORE +

True or False: It is possible to change the Geographic Role of a dimension

True or False: It is possible to change the Geographic Role of a dimensionA . TrueB . FalseView AnswerAnswer: A Explanation: A geographic role associates each value in a field with a latitude and longitude value. Assigning a geographic role based on the type of location (such as state versus...

October 3, 2024 No Comments READ MORE +

What does it imply if a field has a blue background?

What does it imply if a field has a blue background?A . It is continuousB . It is discreteC . It is a dimensionD . It is a measureView AnswerAnswer: B Explanation: When you connect to a new data source, Tableau assigns each field in the data source as dimension...

October 2, 2024 No Comments READ MORE +

True or False: We can disaggregate the data, to see all of the marks in the view at the most detailed level of granularity

True or False: We can disaggregate the data, to see all of the marks in the view at the most detailed level of granularityA . TrueB . FalseView AnswerAnswer: A Explanation: Whenever you add a measure to your view, an aggregation is applied to that measure by default. This default...

October 1, 2024 No Comments READ MORE +

True or False: Sets can be created on Measures

True or False: Sets can be created on MeasuresA . TrueB . FalseView AnswerAnswer: B Explanation: Sets are custom fields that are created within Tableau Desktop based on dimensions from your data source. They are subsets of your data, which can be created manually or computed. Either dimensions or measures...

October 1, 2024 No Comments READ MORE +

Which of the following are valid ways to trigger actions for a Dashboard?

Which of the following are valid ways to trigger actions for a Dashboard?A . HoverB . ClickC . SelectD . MenuE . Double clickView AnswerAnswer: A, C, D Explanation: Whenever we want to add actions to a Dashboard, we can trigger then in the following 3 ways: 1) Select 2)...

October 1, 2024 No Comments READ MORE +

True or False: LEFT JOIN returns all rows from the left table, with the matching rows in the right table

True or False: LEFT JOIN returns all rows from the left table, with the matching rows in the right tableA . TrueB . FalseView AnswerAnswer: A Explanation: This is true, indeed! The LEFT JOIN keyword returns all records from the left table (table1), and the matched records from the right...

September 30, 2024 No Comments READ MORE +

For the Electronics assortment, which Month had the most NEGATIVE value of Year over Year Growth?

Using the Time Series Table, create a Line chart showing the Monthly Year over Year Growth for the Sales, broken down by Assortment. For the Electronics assortment, which Month had the most NEGATIVE value of Year over Year Growth?A . OctoberB . SeptemberC . JulyD . JuneView AnswerAnswer: A Explanation:...

September 29, 2024 No Comments READ MORE +

By default, measures placed in a view are aggregated by ______________

By default, measures placed in a view are aggregated by ______________A . COUNTB . AVERAGEC . MEDIAND . SUMView AnswerAnswer: D Explanation: By default, measures placed in a view are aggregated by SUM, which means that the data for that field in all of the rows is combined. Measures can...

September 28, 2024 No Comments READ MORE +