Forum Discussion
QuickBaseJunkie
Qrew Legend
4 years agoSomething like this should do the trick
{{'' if a.datefield is none eles a.datefield|date_dmy}}
If you're interested in learning more about Jinja check out this Intro to Jinja for Pipelines course.
------------------------------
Quick Base Junkie
------------------------------
{{'' if a.datefield is none eles a.datefield|date_dmy}}
If you're interested in learning more about Jinja check out this Intro to Jinja for Pipelines course.
------------------------------
Quick Base Junkie
------------------------------
- JeremyAnson4 years agoQrew CadetThanks for the advice - much appreciated!
I managed to get there with {% if not a.datefield is none %}{{ a.datefield|date_dmy}}{% endif %}
------------------------------
Jeremy Anson
------------------------------