Forum Discussion
DanielJohnson2
4 years agoQrew Trainee
Thanks Sean, that all makes sense.
------------------------------
Daniel Johnson
------------------------------
------------------------------
Daniel Johnson
------------------------------
DanielJohnson2
4 years agoQrew Trainee
I posted this same question on Stack Overflow, and someone suggested:
------------------------------
Daniel Johnson
------------------------------
{% if c.call_rating not none %}
Call Rating: {{c.call_rating}}
{% endif %}
However, Pipelines wouldn't let me save that, so I tried:{% if c.call_rating %}
Call Rating: {{c.call_rating}}
{% endif %}
And that worked! Not defining the else seems to null the entry if {% if c.call_rating %} is false.------------------------------
Daniel Johnson
------------------------------