Hi,
I’m using a function to check for how long people had registered with my group.
It’s working like a charm.
DATETIME_DIFF(TODAY(), {Position (since)}, 'days')
On the screen below, you can see it works great. It’s all good.
But when I change the ...