Help

Formular for showing age on a specific Date

1038 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Daniel_Edo
4 - Data Explorer
4 - Data Explorer

Hi, i am Ising this formula for showing thebagenof a person. What do I have to change to Show the age on for example the 17.08.2018.

DATETIME_DIFF(TODAY(),Geburtdatum, ‘years’)

Thank you !

2 Replies 2
DATETIME_DIFF(
    DATETIME_PARSE('17.08.2018','DD.MM.YYYY')
    ,Geburtdatum, 
    ‘years’
    )
Tuur
10 - Mercury
10 - Mercury

Or switch the {TODAY()} part for a {myDate} field in your table that will easily let you change it… :slightly_smiling_face: