combine values and text in one field

Hi,

I'm trying to switch from Glide to FF and would like to know if FF can combine values and text in one field.

Suppose I have this data:

NAME YEAR_OF_BIRTH

Max 1990

Jules 2000

In a ListView, I would like to display something like [NAME] is born in [YEAR_OF_BIRTH] and is now [calculation year_now minus year_of_birth] years old

Resulting in LisView:

Max is born in 1990 and is now 33 years old

Jules is born in 2000 and is now 23 years old

Wim

2
7 replies