Home

Derived Field: coll_bom_bck_club

Back to List Edit Test
Field Details

Field Name:

coll_bom_bck_club

Source Table:

evolved_records

Status:

Active

Expression Type:

jinja

Output Type:

INTEGER

Version:

v1

Used In:

Summaries

Display Name:

BOM Back Club

Expression:

            {% if raw_data.bom_bck_club_for_settlement is defined %}
                {{ raw_data.bom_bck_club_for_settlement }}
            {% elif coll_days_overdue is defined %}
                {% if coll_days_overdue <= 30 %}
                    1
                {% elif coll_days_overdue <= 60 %}
                    2
                {% elif coll_days_overdue <= 90 %}
                    3
                {% else %}
                    4
                {% endif %}
            {% else %}
                1
            {% endif %}
            
Dependencies
Field Type Actions
coll_days_overdue Derived View
Joins

No joins defined

Registry Information

No registry entry found

Version History

No version history available

Field Usage

Referenced by:

Loading...