For us newbies, is there a place where users are posting tips and techniques?
For example, I finally came up with a formula to determine someone’s age if you have their date of birth.
DATETIME_DIFF({D.O.B.}, TODAY(), “days”) / (-365)
Anyway, just thinking that there are a lot of experiences users who might want to share their own tips.