Result
{% point = {CHART(id="109001", cols="1")} %}
{% result = roll_chart filter:{$point} filter_cols:1 id:109001 %}
{% occupation = result.1.value %}
{% goods = result.3.value %}
{%if result.1.value == "Фермер"%}
{% point = {CHART(id="109039", cols="1")} %}
{% result2 = roll_chart filter:{$point} filter_cols:1 id:109039 %}
{% point = {CHART(id="109040", cols="1")} %}
{% result3 = roll_chart filter:{$point} filter_cols:1 id:109040 %}
{% occupation = result2.1.value %}
{% goods = result3.1.value %}
{%end%}
{%if result.1.value == "Тележник"%}
{% point = {CHART(id="109041", cols="1")} %}
{% result4 = roll_chart filter:{$point} filter_cols:1 id:109041 %}
{% goods = result4.1.value %}
{%end%}
{{result.1.name}}
{{occupation}}
{{result.2.name}}
{{result.2.value}}
{{result.3.name}}
{{goods}}