Tableau Desktop Certified Professional — Question 13
You have a dashboard that shows car rental statistics by city, including a field named Car Dropoff City in the view. A URL action in the dashboard uses https://en.wikipedia.org/wiki/<Car Dropoff City> as the URL target.
When you click Salt Lake City in the view, to where will the URL action direct you?
Answer options
- A. https://en.wikipedia.org/wiki/Salt_Lake_City
- B. https://en.wikipedia.org/wiki/Salt+Lake+City+Car+Dropoff+City
- C. https://en.wikipedia.org/wiki/<Car Dropoff City>
- D. https://en.wikipedia.org/wiki/<Salt-Lake-City>
Correct answer: A
Explanation
The correct answer is A because the URL action replaces <Car Dropoff City> with the actual city name, resulting in https://en.wikipedia.org/wiki/Salt_Lake_City. Option B is incorrect as it adds unnecessary text to the URL. Option C does not replace the placeholder with the actual city name, and option D incorrectly formats the city name by using hyphens instead of underscores.