-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Variable - Control
-
None
User Problem
In Atlassian Analytics, when I have a multi-select control there is an available setting for "When no values are selected: Show unfiltered chart data, Show no chart data". This allows me to decide whether the chart should not filter on the control at all or show no data when there is nothing selected in the "Dropdown" or "Text input" control.
However, this setting is not available when I want a single-select control.
Suggested Solutions
Add the "When no values are selected" setting to "Dropdown" controls that don't have multiple select enabled.
Current Workarounds
You can use the following SQL in your query to replicate the "Show unfiltered chart data" functionality.
WHERE {DROPDOWN} = ‘’ OR column = {DROPDOWN}