Skip to content

Commit

Permalink
Default filter values for opmon dashboard (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
scholtzan authored Apr 13, 2022
1 parent 0816b2d commit 15130a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/dashboards/templates/dashboard.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
- title: {{dimension.title}}
name: {{dimension.title}}
type: string_filter
default_value: {% for option in (dimension.options | sort)[10] -%}'{{option}}'{% if not loop.last %}{% endif %}{% endfor %}
default_value: '{% for option in dimension.options | sort -%}{{option}}{% if not loop.last %},{% endif %}{% endfor %}'
allow_multiple_values: true
required: true
ui_config:
Expand Down

0 comments on commit 15130a3

Please sign in to comment.