Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
=SUM(
|
||||
{% block conditions %}{% endblock %}
|
||||
)
|
||||
@@ -0,0 +1,6 @@
|
||||
{% extends 'base.jinja2' %}
|
||||
{% block conditions %}
|
||||
{% for column in columns %}
|
||||
IF(AND({{column}}{{row_num}}={{column}}${{fixed_row}};{{column}}${{fixed_row}}="Ч");1;0);
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
@@ -0,0 +1,6 @@
|
||||
{% extends 'base.jinja2' %}
|
||||
{% block conditions %}
|
||||
{% for column in columns %}
|
||||
IF({{column}}{{row_num}}={{column}}${{fixed_row}};1;0);
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
@@ -0,0 +1,6 @@
|
||||
{% extends 'base.jinja2' %}
|
||||
{% block conditions %}
|
||||
{% for column in columns %}
|
||||
IF(AND({{column}}{{row_num}}={{column}}${{fixed_row}};{{column}}${{fixed_row}}="К");1;0);
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user