Home

Derived Field: coll_priority_level

Back to List Edit Test
Field Details

Field Name:

coll_priority_level

Source Table:

evolved_records

Status:

Active

Expression Type:

jinja

Output Type:

TEXT

Version:

v1

Used In:

Summaries

Display Name:

Priority Level

Expression:

            {% if raw_data.priority_level is defined %}
                "{{ raw_data.priority_level }}"
            {% elif coll_risk_score is defined %}
                {% if coll_risk_score >= 80 %}
                    "HIGH"
                {% elif coll_risk_score >= 50 %}
                    "MEDIUM"
                {% else %}
                    "LOW"
                {% endif %}
            {% else %}
                "MEDIUM"
            {% endif %}
            
Dependencies
Field Type Actions
coll_risk_score Derived View
Joins

No joins defined

Registry Information

No registry entry found

Version History

No version history available

Field Usage

Referenced by:

Loading...