Home

Derived Field: coll_contact_frequency

Back to List Edit Test
Field Details

Field Name:

coll_contact_frequency

Source Table:

evolved_records

Status:

Active

Expression Type:

jinja

Output Type:

TEXT

Version:

v1

Used In:

Summaries

Display Name:

Contact Frequency

Expression:

            {% if coll_priority_level is defined %}
                {% if coll_priority_level == "HIGH" %}
                    "DAILY"
                {% elif coll_priority_level == "MEDIUM" %}
                    "WEEKLY"
                {% else %}
                    "BIWEEKLY"
                {% endif %}
            {% else %}
                "WEEKLY"
            {% endif %}
            
Dependencies
Field Type Actions
coll_priority_level Derived View
Joins

No joins defined

Registry Information

No registry entry found

Version History

No version history available

Field Usage

Referenced by:

Loading...