Tableau Integration

💡
This is a callout

Code Block:

{%- set values = [ 'Central','South','East','West'] %}
SELECT --'for' loop iterates over the list items
{% for value in values -%}
	'{{value}}' as {{ value }},
{% endfor %}

Table:

Value 1 Value 2
something 2
something 2
something 2