Tableau Quiz 2
Filters, parameters and how they differ.
What does a context filter do?
- Filters only the current sheet
- Creates a temporary table that later filters operate on
- Filters the workbook on open
- Removes null values
Answer: Creates a temporary table that later filters operate on — Tableau materialises a temporary table for the context filter; all other filters then work on that subset.
Which is a genuine limitation of context filters?
- They cannot be used on dates
- The temporary table reloads each time, costing time
- They only work on extracts
- They cannot be combined with parameters
Answer: The temporary table reloads each time, costing time — Placing a filter in context has a real cost because the temp table is rebuilt when it changes.
Parameters differ from filters because:
- Parameters are faster
- Users supply a value that can be used in calculations
- Parameters filter rows directly
- Parameters only accept dates
Answer: Users supply a value that can be used in calculations — A filter restricts data; a parameter supplies a value that calculations, filters or reference lines can use.
A classic (non-dynamic) parameter allows:
- Multiple value selection
- A single value at a time
- Only integers
- Only dimensions
Answer: A single value at a time — Classic parameters are single-value; that is one of their stated limitations.
Quick filters are best described as:
- Filters applied at the data source
- Controls letting users change filter values at run time
- Filters that always use context
- Extract-level filters
Answer: Controls letting users change filter values at run time — Quick filters expose the filter to the user so values can be changed dynamically.
Which filter type would you use to return the top 10 values in a view?
- Context filter
- Top filter
- Quick filter
- Extract filter
Answer: Top filter — A Top filter (by field or formula) returns the highest N values.
To compute the top 10 within a specific region, you should:
- Use two top filters
- Put the region filter in context
- Use a parameter
- Sort descending
Answer: Put the region filter in context — Without context, both are dimension filters and the top 10 is computed across all regions first.
Can parameters have a dropdown list?
- No
- Yes
- Only for dates
- Only on Server
Answer: Yes — Parameters can present their allowable values as a dropdown list.
Where can global filters be used?
- Only in worksheets
- In sheets, dashboards and stories
- Only in dashboards
- Only on Server
Answer: In sheets, dashboards and stories — Global filters apply across sheets, dashboards and stories.
How do you remove the "All" option from an auto-filter?
- Delete the filter
- Customize → uncheck Show "All" Value
- Use a context filter
- Convert to a parameter
Answer: Customize → uncheck Show "All" Value — The dropdown arrow on the filter heading has a Customize menu containing that option.