Home

Derived Field: coll_is_special_case

Back to List Edit Test
Field Details

Field Name:

coll_is_special_case

Source Table:

evolved_records

Status:

Active

Expression Type:

jinja

Output Type:

BOOLEAN

Version:

v1

Used In:

Summaries

Display Name:

Is Special Case

Expression:

            {% if raw_data.transaction_type == "DEATH_CASE" %}
                true
            {% elif raw_data.transaction_type == "SETTLEMENT" %}
                true
            {% elif raw_data.subcategory == "RURAL_DEATH" %}
                true
            {% elif raw_data.subcategory == "URBAN_DEATH" %}
                true
            {% elif raw_data.subcategory == "RURAL_SETTLEMENT" %}
                true
            {% elif raw_data.subcategory == "URBAN_SETTLEMENT" %}
                true
            {% else %}
                false
            {% endif %}
            
Dependencies

No dependencies defined

Joins

No joins defined

Registry Information

No registry entry found

Version History

No version history available

Field Usage

Referenced by:

Loading...